While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Here's the most played Steam Deck games for February 2026
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
- Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Strigi - steam overlay performance monitor - issues
- Jarmer - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - Nacon under financial troubles... no new WRC game (?)
- Xpander - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
There's a way to enable the saves to normal users too? Or to run them as superuser without entering the terminal?
Many thanks!
PP
I set the folders to be writable (and readable) by everyone (so no more problems!) also because I'm trying tu run them from the steam library ("add to steam" button)... Should I have set the folders to be writable (and readable) for the same group of steam to enable save?
The games saves were in two different places... one game created a folder ".gamename" with root privileges (only root could open it) in home while the other saved the progress in the game folder, who seemed free from but the saves worked only when i extended the privileges...
I installed the games normally, from the gog sh... (chmod a+x then sudo ./gog_gamename.sh)
Also, I'm wondering...is possible to move the saves to other folders?
Many thanks!
PP
Edit: Liam got the problem! I thought that when installing something, I had to be root... I was wrong! Is it only for GOG games or for other application too?
A user doesn't have to have write permissions to the game's directory, nothing gets written there when running the game. Unless the game creates config directories in the user's home during installation no harm is done.
Running the game for the first time as su, however, is a big no-no, as then all the config directories created during first run will be owned by root and will have to be manually chowned to the user, or deleted to be recreated on next (non-sudo) run. This also pertains to the installer (run by su) automatically starting the game at installation's end - it will then also run by su.