adw-gtk3 contributes a small bit to the consistency of window decorations
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I honestly don't mind such a fragmentation if at a functional level all window decorations behave the same. Otherwise it's mental
Does anyone know if KDE is any better with this?
I find KDE works well with GTK3 and below, but GTK4 apps are set to ignore themes, which is a design decision on the GTK4 side. They invariably look completely odd and out of place as they often force the entire Gnome app UI as well as an unalterable theme.
And then Flatpaks also don't generally follow system themes as they're so sandboxed (although there are some work around, including making them consistent or allowing them access to the system theme folders).
But anecdotally I've not had the level of title bar variability on KDE as that screenshot. Although admittedly I do tend to actively avoid Gnome apps as I don't like the design philosophy.
A little? You can theme Gtk apps to match, but it's not pixel perfect even with the stock theme.
Its always slightly off on padding and margins, but the overall outcome looks more uniform
yes because kde supports client-side decorations and server-side decorations. gnome only supports client-side decorations
I find KDE looks nicer but it always runs like shit on my machine. Skill issue probably
This is the first time I'm hearing something like this. People usually complain about exactly opposite of it!
We should question gtk maintainers motivation for dropping custom app border support in gtk4
This is oke of my true painpoints with linux too. However its tempting to get Hyprland working properly as that removes all windown titlebars (Hyprland is designed to be keyboard first). So at least visually that is a lot more appealing since you no longer will notice this.
I removed all the window titlebars on KDE and I'm happy
Nice, how did you go about removing them? And do you also close them with keyboard shortcuts? Would like to try this on KDE too!
For some reason the Rust GUI toolkits don't use WM's window header.
So... Add one more window decoration style to the list
This is the kind of shit that stops people from migrating to Linux.
Lack of consistency in the UI. We’re in 2025 dammit. Not 1995.
Edit: okay, WTF Windows is now even worse?!?
How is a kernel meant to enforce anything about UI?
I think GUI development should favour server-side decorations for consistency's sake, but this is more of a cultural thing with what application developers are choosing to do, rather than anything "Linux" can do about.