Is your feature request related to a problem? Please describe.
This feature request is related to a recent issue I just fixed, which was setting the Adwaita dark theme globally for GTK applications on my PPP. I found out xdg-desktop-portal-gnome wasn't installed, and one of the GNOME community members let me know that this package was required for setting the theme globally.
Describe the solution you'd like
Have xdg-desktop-portal-gnome come preinstalled on Phosh images.
Describe alternatives you've considered
Without this package installed, you have to force the global theme via GTK_THEME=Adwaita:dark to override the default light, but this env var breaks the UI, makes apps look outdated, and is intended for debugging and not for the end-user's environment.
Is your feature request related to a problem? Please describe. This feature request is related to a recent issue I just fixed, which was setting the Adwaita dark theme globally for GTK applications on my PPP. I found out
xdg-desktop-portal-gnome
wasn't installed, and one of the GNOME community members let me know that this package was required for setting the theme globally.Describe the solution you'd like Have
xdg-desktop-portal-gnome
come preinstalled on Phosh images.Describe alternatives you've considered Without this package installed, you have to force the global theme via
GTK_THEME=Adwaita:dark
to override the default light, but this env var breaks the UI, makes apps look outdated, and is intended for debugging and not for the end-user's environment.