ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.32k stars 2.28k forks source link

lazer doesn't see the lutris games folder #24582

Closed Randall107 closed 1 year ago

Randall107 commented 1 year ago

Type

Game behaviour

Bug description

I can't import the beatmaps and skins from stable because lazer doesn't see the lutris games folder.

Screenshots or videos

Screenshot from 2023-08-18 19-43-54

Version

2023.815.0

Logs

logs.zip

Bruno5430 commented 1 year ago

This seems like a flatpak permission issue The sandbox of the flatpak version of osu! can only access these directories by default:

xdg-music (read-only) xdg-download xdg-videos (read-only) xdg-pictures (read-only) xdg-run/app/com.discordapp.Discord:create xdg-run/app/com.discordapp.DiscordCanary:create ~/.wine (read-only) ~/.osu (read-only)

You will have to either move your osu-wine prefix from your lutris folder to one of these directories (symlinks doesn't work with flatpak sandboxes), or change the permissions of the sandbox manually to explicitly give it access to your lutris directory or your osu-wine prefix

Randall107 commented 1 year ago

You were right! I fixed it by using the flatseals application to make lazer sees other files.