sunshinecorp: I have a question. When using the gogwrap, how can I launch proton with arguments? For example, I want to run Disco Elysium and I'm supposed to run proton with PROTON_FORCE_LARGE_ADDRESS_AWARE=1 and PROTON_NO_ESYNC=1.
Environment variables are set the same way as for any other command, e.g.:
PROTON_FORCE_LARGE_ADDRESS_AWARE=1 ./start.sh play
or
env PROTON_FORCE_LARGE_ADDRESS_AWARE=1 ./start.sh play
If you want to specify environment variables when creating a shortcut, use env to set them
GOGWrap's defaults are for Esync to be disabled & LAA enabled though.