Commit 7f8b341
committed
fix(apps,launch): remove _sandbox_z_drive from install_app and launch_external_exe
Installer paths (e.g. /home/.../.cache/wine-installers/GOG_Galaxy.exe) are absolute Linux paths that Wine resolves via Z:→/. Sandboxing Z: before the installer runs redirects Z: to an empty directory, so msiexec and proton-run can no longer find the installer file — hence all launchers failing with 'wine: could not open working directory' and the exe-not-found error. _sandbox_z_drive belongs only in launch_app, where the launcher exe is inside the prefix (C:) and does not need Z: access, and where the GOG disk-space false-positive originates.1 parent 4b619ea commit 7f8b341
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
0 commit comments