geeksville / steamback

A Decky plugin to add versioned save-game snapshots to Steam-cloud enabled games.
GNU General Public License v3.0
63 stars 4 forks source link

Linux native games save locations have moved (for new installs) on desktop (not steamdeck) #75

Open geeksville opened 7 months ago

geeksville commented 7 months ago

Need to fix for the desktop version. Look for this comment:

            # FIXME 2/2024 valve seems to have moved the saves on desktop linux to $HOME/.local/share.  Also they are now
            # munging the name of that directory to change spaces to underscore.  NOTE: This change is not used on steamdeck.
            # See Baba Is You for an example of this bug.
            rootdir = os.path.join(steamApps, "common", installdir)