You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Flatpak is missing rw permissions on xdg-desktop (for non-Steam shortcuts) and ~/.steam/steam/userdata (for Steam shortcuts), so creating shortcuts fails.
After adding these permissions, the created shortcuts don't work since the Exe and StartDir are not correct
The correct 'StartDir' for system Flatpak installation should be '/var/lib/flatpak/app/io.bsmanager.bsmanager/current/active/files/lib/io.bsmanager.bsmanager', Exe should be '/var/lib/flatpak/app/io.bsmanager.bsmanager/current/active/files/lib/io.bsmanager.bsmanager/bs-manager'
The text was updated successfully, but these errors were encountered:
@ImSapphire Can you check if you could change the desktop exec to flatpak run io.io.bsmanager to check if that works, remove the startdir as well. I'm not sure if I could pull the custom pathing for your flatpak or you installs that easy without manually telling BSManager the path.
@silentrald The file /.flatpak-info in the sandbox has information about where the flatpak is installed, you could grab the path from there .flatpak-info
Issue encountered
The Flatpak is missing rw permissions on xdg-desktop (for non-Steam shortcuts) and ~/.steam/steam/userdata (for Steam shortcuts), so creating shortcuts fails.
After adding these permissions, the created shortcuts don't work since the Exe and StartDir are not correct
Expected Behavior
No response
Steps to Reproduce
No response
Operating System
Linux
Version
1.5.0-alpha.8
Additional Context
Permission issues:
Shortcut data:
The correct 'StartDir' for system Flatpak installation should be
'/var/lib/flatpak/app/io.bsmanager.bsmanager/current/active/files/lib/io.bsmanager.bsmanager'
, Exe should be'/var/lib/flatpak/app/io.bsmanager.bsmanager/current/active/files/lib/io.bsmanager.bsmanager/bs-manager'
The text was updated successfully, but these errors were encountered: