-
Notifications
You must be signed in to change notification settings - Fork 3
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
dont use filesystem=host #1
Comments
As far as I can understand, this will likely cause problems for plugins. See flathub/org.audacityteam.Audacity#96 for more info. |
nah |
Ah okay. Perhaps for a later release we can restrict this to |
My main concern is that there are many people who'd have files in external drives. Using |
Maybe a closer look at Tenacity's plugins system is in question. Flatpak has an extensions system built-in, ideally we'd rely on that. For external plugins, using the FileChooser portal should be enough, and the Documents portal will ensure we have access to them across app instances. |
Regarding the usage of the FileChooser portal, I looked at wxWidgets's GTK file dialog implementation and it appears that it would require some reworking to use |
using filesystem=host is not really a good practices as it makes the flatpak sandbox irrelevant
The text was updated successfully, but these errors were encountered: