[Bug 60083] New: Allow relative WINEPREFIX location
http://bugs.winehq.org/show_bug.cgi?id=60083 Bug ID: 60083 Summary: Allow relative WINEPREFIX location Product: Wine Version: 11.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: EpicTux123@proton.me Target Milestone: --- Distribution: --- When using something such as $ WINEPREFIX="./wine/" wine app.exe (with or without quotes, same result) Wine complains it is not an absolute path. Make it so it works with relative paths such as using . or .. (at least . which is very useful). Thanks. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=60083 Francesco Zaggia <francesco.zaggia@proton.me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francesco.zaggia@proton.me --- Comment #1 from Francesco Zaggia <francesco.zaggia@proton.me> --- Using something like $ WINEPREFIX="$PWD/yourPathFromTheDirectoryYouAreIn/" wine yourApp.exe should work? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=60083 --- Comment #2 from EpicTux123 <EpicTux123@proton.me> --- The $PWD method does work, but I would still prefer to use relative path with a dot because it's faster to type. And I believe $PWD would always need quotes for expansion, which is not the case with the dot. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla