FS#67104 - [wine] command changes the working directory when given a path to a .exe
Attached to Project:
Community Packages
Opened by Michel (xantares) - Thursday, 25 June 2020, 11:28 GMT
Last edited by Felix Yan (felixonmars) - Friday, 31 July 2020, 16:21 GMT
Opened by Michel (xantares) - Thursday, 25 June 2020, 11:28 GMT
Last edited by Felix Yan (felixonmars) - Friday, 31 July 2020, 16:21 GMT
|
Details
hello,
could the fix be backported for the following bug: https://bugs.winehq.org/show_bug.cgi?id=49425 |
This task depends upon
Closed by Felix Yan (felixonmars)
Friday, 31 July 2020, 16:21 GMT
Reason for closing: Fixed
Additional comments about closing: wine 5.12
Friday, 31 July 2020, 16:21 GMT
Reason for closing: Fixed
Additional comments about closing: wine 5.12
Comment by
Clément Guérin (geecko) - Monday,
29 June 2020, 18:13 GMT
this is a regression in wine 5.11 to be fixed in wine 5.12. if you
do `cd /path/to/program; wine a.exe` wine will have its current
directory set to `/` instead of `/path/to/program`, which is going
to break many things.