Matoking / protontricks

A wrapper that does winetricks things for Proton enabled games, requires Winetricks.
GNU General Public License v3.0
1.62k stars 34 forks source link

Dont show games from addition steam library #137

Closed savegame closed 2 years ago

savegame commented 2 years ago

Describe the bug Its show games only from $HOME/.steam/debian-installation, but i have two separate steam libraries on separate hdd

To Reproduce Steps to reproduce the behavior:

  1. just move one of your proton games to another library, outside home dir
  2. run proton tricks, it not show your game

Expected behavior It should show all games from all steam folders

System (please complete the following information):

P.S. maybe i miss some options for protin tricks? how i can run it with additional steam library path?

Matoking commented 2 years ago

Protontricks for Flatpak is sandboxed and only has access to the Steam installation path by default. See here for instructions:

In order to grant access to other directories, you can use the Flatseal graphical utility or the flatpak override command (eg. flatpak override --user --filesystem=<PATH> com.github.Matoking.protontricks) to grant access to other directories.

For example, to grant access to /mnt/MySSD/SteamLibrary, you can run the following command:

flatpak override --user --filesystem=/mnt/MySSD/SteamLibrary com.github.Matoking.protontricks

Ideally, Protontricks would ask for the necessary permissions automatically, but that doesn't appear to be possible with Flatpak right now.

savegame commented 2 years ago

thanks, its work good now!