removable drive access portal #1287
Be-ing
started this conversation in
New Portals
Replies: 2 comments 7 replies
-
If it's about getting files, giving access to the USB storage device makes no sense because it means possibly giving access to files that are irrelevant to the app. For this, as indicated in other issues that you have mentioned, there is the file chooser which allows a finer selection of files. Additionally, I believe the files can be restored by the app, as the app keeps access to the files. So what is the real problem here? |
Beta Was this translation helpful? Give feedback.
2 replies
-
So I guess this would be broken down into a few tasks:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some applications present GUIs that treat removable drives separate from other parts of the filesystem. Here is an example from Mixxx, and the relevant code:
Currently, this can't work in a Flatpak without specifying
The file picker portal isn't a solution for this because the application can't determine if there are any devices available to ask the user for permission to use.
See also:
flatpak/flatpak#2713
mixxxdj/mixxx#12860
Beta Was this translation helpful? Give feedback.
All reactions