dreemurrs-embedded / Pine64-Arch

:penguin: Arch Linux ARM for your PinePhone/Pro and PineTab/2
720 stars 108 forks source link

Install ` xdg-desktop-portal-gnome` by default on Phosh images #624

Closed maxrdz closed 7 months ago

maxrdz commented 7 months ago

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.