Closed Octopus1348 closed 1 year ago
This is a general limitation of the way Flutter applications are currently being developed for the Ubuntu desktop - we use a Flutter implementation of the yaru theme. While the theme of native GTK applications can be modified in the way you describe this isn't currently possible for our Flutter applications.
App Center, along with the new firmware updater, doesn't follow the button layout set with
gsettings set org.gnome.desktop.wm.preferences button-layout
, and custom cursors set with GNOME Tweaks, while every other snap does. I ran this command to make snaps follow my GTK theme:for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i orchis-themes:gtk-3-themes; done
snap connections | grep gtk-common-themes:gtk-3-themes
returns this:The output also includes Firmware Updater, and App Center.