-
Notifications
You must be signed in to change notification settings - Fork 2
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
Reconsider filesystem=home permision #38
Comments
Ruffle does support XDG portals, however as of now it's problematic to disable that permission, as movies can load other files next to them. We need to add proper UI and support for loading multi-file movies. Currently, we use |
An user can have movie files in One thing we can do is use a specific folder for Ruffle files and tell users to use it the first time the app is opened. Such as:
With that, a new setting would also be created, called "Default folder", and it would be basically the folder that opens by default when Ruffle accesses the file picker (it would also create the folder if it does not exist when opening the app). The ideal solution, of course, would be that when a file is selected Ruffle gains access to all the files in that file's folder, so it would deal with the problem of movies loading other files next to them. This way, it uses "Flatpak documents" and files are stored temporarily in |
I think using
filesystem=home
by default is too broad. We should probably prefer the Flatpak portal where it gives access to specific files (and also prefer user overrides for specific folders, of course).The text was updated successfully, but these errors were encountered: