this post was submitted on 14 Jan 2025
23 points (100.0% liked)
KDE
5613 readers
146 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
SSD: Server Side Decorations
CSD: Client Side Decorations
It’s how kwin fundamentally works. And why you can’t just have application specific buttons and widgets in kwin window decorations like how in Gnome you can.
The article I linked is from 2013. They’ve been discussing this for a long time.
LIMs should be possible, the application menu (hamburger menu) titlebar button already does half of what's needed. it's also already been done before and just needs to be updated to plasma 6.
I imagine the code is not the problem, but more of a philosophical one. I am on your side that this is sorely needed in KDE. But I’ve been seeing KDE devs shoot down this type of functionality for a decade now and the state of this MR looks like more of the same.
from my reading of it, it seems like the thing that kept it from being merged 3 years ago was some disagreement on what system component should be in charge of it (at the time it worked) and what is keeping it now is that it was made for plasma 5.9 (putting it some 700 or so commits behind where it needs to be).
also, I don't really see how this would be any more "client side" than the hamburger menu titlebar button already is. it's just a longer button (or set of buttons, technically), however long it needs to be for the number of options it has.
This sounds new to me and I'm curious, how does this menu fit in a small window if it has many options? Is it horizontally scrollable somehow? Does it block the user from making a window smaller than the width of all menu options?