How to use schemas outside the container in flatpak (original) (raw)
I want to use the org scheme.gnome.desktop.app-folders for displaying user folders. But when launching the application using flatpak, the list is empty. How do I do this correctly?
felipeborges (Felipe Borges) May 9, 2024, 8:39am 2
You can’t, by design.
Except there’s the Settings Portal. For GNOME there’s a small set of schemas that are made available for sandboxed apps throughout the portal. See src/settings.c · main · GNOME / xdg-desktop-portal-gnome · GitLab
That doesn’t include the app-folders gsetting you want to access, and I don’t think there’s any interest in allowing that tbh.
system (system) Closed June 23, 2024, 8:40am 3
This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.