I recently upgrade to KDE neon 5.11.2 and the Connection editor applet doesn't seem to respect the various component sizes anymore, so the window is much more squished than it should be by default. I don't believe this was occurring in 5.11.1 and definitely not before that release. So, maybe a bug with the component sizing was introduced in 5.11.2? Thanks! Will
I belive this is a general issue, other applets seem to have similar problem. We definitely didn't change something what could possibly break this.
Not a window manager issue.
Thanks for the info! Do you guys know where this bug should go?
If this also affects other applets, it is a Plasma issue.
Just to add more details to this bug. This behavior only happens when I boot initially with an external HDMI monitor plugged in. If I boot and then later plug in the external monitor the network settings GUI behaves properly.
Setting back to invalid. As said in comment #2: this is not an issue in the window manager.
(In reply to Martin Flöser from comment #6) > Setting back to invalid. As said in comment #2: this is not an issue in the > window manager. Do I put this under the plasmashell then? I'm just trying to get the bug in front of the correct developer :)
Moving to plasmashell. Hopefully, this is the correct spot :)
I don't understand. Can you attach a screenshot then reset the bug status to unconfirmed.
Created attachment 110052 [details] Actual behavior of widget sizing This is a screenshot of the actual behavior upon start.
Created attachment 110053 [details] Expected behavior of widget sizing. This is what I would expect to happen with widget sizing on launch, and used to occur in older (I believe <=5.9-10) releases.
Hi David, I've attached two screenshots showing actual vs. expected behavior. Hope that helps! Will
Most likely has to do with KCMultiDialog now having scroll bars. Previously it would forcefully expand to the minimum size given, now it can stay smaller.
The KCM shell adds scrollbars to help modules needing more space than is available on the screen. This, however, requires that modules correctly set their minimum size. You can see this issue with some modules. kcmshell5 --list | tail -n+2 | awk '{print$1}' | xargs -L1 kcmshell5 I do not think this can be solved at a single location.
Possibly related bugs: https://bugs.kde.org/show_bug.cgi?id=377653 https://bugs.kde.org/show_bug.cgi?id=377556 https://bugs.kde.org/show_bug.cgi?id=379858 https://bugs.kde.org/show_bug.cgi?id=346692 https://bugs.kde.org/show_bug.cgi?id=380082 https://bugs.kde.org/show_bug.cgi?id=391564
*** This bug has been marked as a duplicate of bug 389585 ***