proton/steam play troubles
@ctrlaltdog@chitter.xyz i guess setting the environment variable isn't enough?
hmm, maybe seeing where it's pulling the original directory from might give some hints?
if protontricks is a script, try just opening it with a text editor and seeing if it's hardcoded, or what environment variable it needs
if it's a binary maybe "strace protontricks (your args) 2>&1 | grep 3.7 -B2 -A2" might spit out something meaningful?