-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add option to use user-specific STEAM_COMPAT_DATA_PATH for Proton #6958
Comments
Hello @loathingKernel, sharing Steam Libraries between OSes is not supported, but we'll see if a Steam dev has any interest in this request. |
With Steam Deck and Steam OS here, why is still there such a flaw like that? Of course this is not a simple thing to solve but there are several issues opened regarding this issue because families exists and they want to share their games in the same device. No one wants to buy another Steam Deck just because Valve does not want to proper support multiple users per device. This works pretty well in several other platforms and Deck/SteamOS is still with that issue without any further explanation or position from Valve while all other requests are just closed in favor of this one. So, do you have plans to fix this? |
With 2023 nearing its end, more and more people are getting interested in trying Linux and most of them dual boot. |
I hope we get this sometime in the near future |
I support this feature, I don't want to "throw out" my NTFS partition where my Windows games are yet and a way to "force" compatdata to a specifc Linux drive/folder would be nice as it causes havoc/corruption on the NTFS drive otherwise. (You can easily symlink the compatdata folder to the Linux drive but it just feels like a bad workaround to have something on the NTFS drive pointing to a Linux path. That's what I do now tho', due to lack of other options) |
I also support this feature (or one of the similar suggested features). Multiple users should be able to play local shared games, seems the whole point of the Family Sharing feature. |
+1 and related to ValveSoftware/Proton#4820, ValveSoftware/Proton#4861, and #3942 |
I set |
Your system information
Please describe your issue in as much detail as possible:
When having multiple Steam libraries, such as shared libraries between the Linux and the Windows versions of Steam, the Proton prefixes reside in
the
compatdata
directory relative to the library the game was installed in. This can cause issues in setups with multiple users, because they are sharingthe same prefix and thus settings, saves, etc, and also causes issues with NTFS partitions that can't handle the drive names Wine is using (running disk
repair on Windows deletes those files).
A nice solution to both of these issues would be adding an option to override
STEAM_COMPAT_DATA_PATH
to point to thecompatdata
directoryinside the Steam library under the Steam installation folder, i.e
$HOME/.local/share/Steam/steamapps/compatdata/$SteamGameId
.This way all prefixes are in one place, they are on a filesystem that can handle special names and they are user specific.
I wrote a patch that overrides
STEAM_COMPAT_DATA_PATH
inside Proton by setting an env variable, and even though it worked (i.e. it found the existing Proton prefix inside the primary Steam library), thecompatdata/$SteamGameId
path was still created relative to the Steam library of installation, although it remained empty.The text was updated successfully, but these errors were encountered: