How does Ludusavi handle multiple local Steam users ? #459
-
|
I have a native Steam Linux installation. Two users are using the PC, with two different Steam accounts. So you can see there are several type of saves:
So some questions to @mtkennerly 😃
Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi! It does seem like Steam and the games are probably expecting you to switch OS users so that the data can go into the respective user's home directory. Using a shared OS user will tend to cause saves to end up being shared across Steam users. Ludusavi can't do much about that since it's up to how the games are designed.
Unfortunately, the IDs can come in many different formats (plus consider games with third-party launchers that come with their own account IDs), so Ludusavi doesn't have any filter for this currently. Much like Steam and your games seem to do, Ludusavi assumes that it should back up whatever is available for the current OS user.
I can't tell because of the blurring - is |
Beta Was this translation helpful? Give feedback.
-
|
In my case the But yes, I see that a clean profile separation was never implemented by Steam and the solution is it use multiple OS users. Thanks for the thorough answer ! |
Beta Was this translation helpful? Give feedback.

Hi! It does seem like Steam and the games are probably expecting you to switch OS users so that the data can go into the respective user's home directory. Using a shared OS user will tend to cause saves to end up being shared across Steam users. Ludusavi can't do much about that since it's up to how the games are designed.
Unfortunately, the IDs can come in many different formats (plus consider games with third-party launchers that come with their own account IDs), so Ludusavi doesn't have any filter for this currently. Much like Steam and your games seem to do, Ludusavi assumes that it should back up whatever i…