Matoking / protontricks

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

Proton tricks couldn't find steam installation directory #132

Closed Mostafa-Sherif-12 closed 2 years ago

Mostafa-Sherif-12 commented 2 years ago

// Full bug text { Protontricks was closed due to the following error:

Steam installation directory could not be found.

=============

Please include this entire error message when making a bug report. Log messages:

Running inside Flatpak sandbox, version 1.6.5. Flatpak version is too old (<1.12.1) to support sub-sandboxes. Disabling bwrap. --no-bwrap will be ignored. }

// Additional information {

Matoking commented 2 years ago

Try running the following command to grant access to the ~/.steam directory:

flatpak override --user --filesystem=~/.steam com.github.Matoking.protontricks

Can you check if that gets it working? If so, the issue would be due to missing Flatpak filesystem permissions.

Mostafa-Sherif-12 commented 2 years ago

Yes, it worked just fine after running this terminal command [ flatpak override --user --filesystem=~/.steam com.github.Matoking.protontricks ] Thanks a lot !

Matoking commented 2 years ago

Great, I've updated the default permissions for the Flatpak application to include ~/.steam, which should be updated on Flathub in a few hours.

I'll close this issue for now.