Bugzilla – Bug 1213439
[WINE] Wine desktop file does not work correctly
Last modified: 2023-07-22 10:25:02 UTC
Hello! The key `Exec' of the WINE `wine.desktop' file is looks like this: > Exec=wine %f This makes EXE programs to start with the startup directory (PWD) set to the user home, and programs causes programs that look for files in their startup directory to fail execution. The ideal value for the key `Exec' is as followed: > Exec=wine start /unix %f This makes it so WINE sets the program working directory to the path of the EXE, making the program work correctly.
adjusted like this
This is an autogenerated message for OBS integration: This bug (1213439) was mentioned in https://build.opensuse.org/request/show/1100036 Factory / wine