diff options
Diffstat (limited to 'results/scraper/box64/347')
| -rw-r--r-- | results/scraper/box64/347 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/results/scraper/box64/347 b/results/scraper/box64/347 new file mode 100644 index 000000000..2e8e8fe0a --- /dev/null +++ b/results/scraper/box64/347 @@ -0,0 +1,10 @@ +Suggestion: Allow for passing custom environment variables to only programs launched with BOX86/64 +I have a usecase where I would like to launch a program (steam) with different environment variables for the x86 bins from the x86_64 bins. There is no builtin functionality to the steam launch script to support this (and it is difficult to modify without triggering an automatic reinstall). + +What I would like is a way set environment variables for the boxes to pick up on and pass to any boxed binary. +something like +``` +BOX86_ENV='DISPLAY=:2' BOX64_ENV='DISPLAY=:0' steam +``` + +of course other normal environment variables should continue to be passed as before to all binaries (like setting STEAMOS=1 and STEAM_RUNTIME=1) \ No newline at end of file |