I’m trying out wayland to check which applications that I use would perhaps need replacement in the future and learn about how to incorporate these new applications in my workflows.
As part of it, I’ve found that flatpak GTK applications don’t have maximize/minimize buttons (close is present). Looking through the GTK (3, GTK 4 is the same) documentation, shows that this can be controlled by using the following in ~/.config/gtk-3.0/settings.ini
- Gtk.Settings:gtk-decoration-layout
[Settings]
gtk-decoration-layout = menu:minimize,maximize,close
I already have this on my system and native GTK applications adheare to it, unfortunately flatpak does not (and yes, I’ve tried whitelisting ~/.config
in flatseal application to see if that helps).
Where are the flatpak GTK configurations supposed to go?