-
Notifications
You must be signed in to change notification settings - Fork 1
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
Application unable to see all files #20
Comments
Just to understand more, you are only talking about portals to dynamically open files that the flatpak does not have explicit permissions to acess right, in another words, if you mount your external drive to say |
Yes, I am not fully familiar with Flatpak packaging as I am relatively new to Linux as a whole, but given the fact that Scene Builder managed to read files available in the home directory but wouldn't even show directiories such as |
Correct, giving the flatpak permission to access where your files are should work. Flatseal is indeed just an application to manage permissions in a gui form. After selecting scenebuilder then under the filesystem section you can add a path to your files |
I guess then it's working as intended? Will close this issue and use Flatseal then |
I am reporting this issue here, because it is an issue with the flatpak implementation specifically which I understand as per scenebuilder#559. is not officially maintained.
I orginally installed the flatpak application's flatpak through GNOME software and to my surprise, couldn't open my project from an external drive.
This has sent me down a rabbit hole researching this issue, which brings me here to report this, in hopes of someone knowing where this issue needs to be addressed.
I started reading in flatpak#2713 where the conclusion is that the application needs to be the one implementing the portal integration. I then logically asked how would one do this in Java, and found this issue xdg-desktop-portal#519 (4yo discussion) that brings up that it should be the JDK that implements this functionality, which leads me to a org.freedesktop.Sdk.Extension.openjdk11#15 this last one is about Swing specifically and the last comment claims that since Java SWT uses GTK, it simply inherits GTK's compatibility with portals.
After poking around the JDK bug-tracker I found "https://bugs.openjdk.org/browse/JDK-8087516" which signals that JavaFx also runs on GTK (this was MANY years ago) so I wonder what the problem I'm facing here is.
Thank you so much for your time
The text was updated successfully, but these errors were encountered: