-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings wont save on Debian/Ubuntu/Mint with GUI #124
Comments
I had the same issue with my Yad package build really so I not think it's an AppImage issue. But I didn't dig yet. As workaround You can click on "editor menu" and select the file that concern the game. |
@kadogo thanks for the reply, yeah Ive been editing the conf files in sublime text editor, just wanted to get the issue on the tracker |
@staticnation
If you have the chance to try the same with a self-rolled yad this would be great. |
Hello I dig a bit and I found what to change for make it work but I not understand why it's not working with the extRun function. It looks like it's related to extRun that make the result empty.
Edit: I think I just found it... Debian have sed in /bin/ ...
If I unset the variables like in extRun sed is not found anymore
I changed added |
Hi, To quickly explain extRun: Some system programs do simply not work when executed with the Steam internal environment (f.e. "file"), that's why I disable multiple variables centrally in extRun to get the programs working - so extRun is here for a reason :) |
Sorry I edit a bit before for avoiding multi posting. But I think the issue is sed because it's not in /usr/bin or /usr/local/bin at least for Debian. But by adding /bin to PATH it worked for me but maybe it's different for Ubuntu or Mint. |
Oh wow, debian still has "/bin/" as standalone variable? |
@kadogo |
@frostworx You are reading my mind I was just copy pasting ^^
|
thanks a lot! Will use that 1to1 :) |
Could you please check if this is fixed in 1432743 ? |
@frostworx I just tested on a native linux game by changing the options and saving / reload and it looks good on Debian Buster at least. |
Thanks @kadogo! Sounds good! |
@frostworx @kadogo good job guys, this fixed it on my end |
nice! Thanks for the feedback @staticnation! |
if I use the gui to change something like gamemode, and save+reload, save, etc. the settings do not save. STL is in /usr/local/bin and stl doesnt seem to be updating the conf files in ~/.config/stl.
The text was updated successfully, but these errors were encountered: