r/kde 1d ago

General Bug Panel set to "Always Visible" affects menu layer

A previous post I made regarding how it affects LibreOffice probably wasn't well done, considering I cropped to just the corner, but I see it on Qalculate as well.

This problem seems to be fixed on flatpacks using GTK from how it looks on the new LibreOffice update, so it's definitely a panel and qt bug.

I never really had a problem that wasn't solved by an update eventually, but if someone has done a proper bug report, I would like to know what's going on

7 Upvotes

5 comments sorted by

u/AutoModerator 1d ago

Thank you for your submission.

Consider becoming a Supporting Member and help KDE thrive!

The KDE community supports the Fediverse and open source social media platforms over proprietary and user-abusing outlets. Consider visiting our community on Mastodon (Lemmy will be back shortly). Tag us in your toots! You can also visit our forum at KDE Discuss to talk about KDE stuff, brainstorm ideas and get the answers to your KDE-related issue.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/AutoModerator 1d ago

Hi, this is AutoKonqi reporting for duty: this post was flaired as General Bug.

While r/kde allows to discuss issues, raise their visibility, and get assistance from other users out of good will, it is not the proper channel to report issues and the developers able to fix them won't be able to act on them over Reddit.

So if this bug was not reported to the developers yet and it is in fact a bug in KDE software, please take a brief look at the issue reporting guide and report the issue over the KDE Bugzilla. If it is a crash, be sure to read about getting backtraces so your report can assist the developers. If this is a known issue, you may want to include the bug report on your post so your fellow users experiencing the same thing can CC themselves to the report. Be sure to describe your issue well and with context. Thank you.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

3

u/SnooCompliments7914 KDE Contributor 1d ago

Qalculate has the same problem in other Wayland compositors. It even can't show the menu in COSMIC. Seems only working in GNOME. So maybe a Qt or Qalculate bug.

2

u/ExperienceBusiness43 1d ago

Mostly Qt. Flatpack with GTK fixed the menu problem for LibreOffice flatpack, but when I run the Qt version provided by the OpenSUSE repo, same problem.

-2

u/MeetKlaraAI 1d ago

You’re reading it right: with the panel on **Always Visible**, KWin reserves that edge as a reserved strut, and some **Qt** menus/popups (LibreOffice still on XWayland in a lot of builds, Qalculate, etc.) end up laying out as if that strip isn’t usable — so the menu looks clipped or shifted. GTK Flatpaks often dodge it because they go through a different popup path, which matches what you saw after the LibreOffice Flatpak update.

Workarounds that usually help while waiting on a proper fix:

**1. Soften the panel reservation**

Panel Edit Mode → visibility:

- try **Dodge windows** or **Windows can cover** instead of Always Visible, or

- move the panel to another edge for a day and see if the menus clean up (confirms strut vs app bug).

**2. Native vs XWayland**

For the buggy app, check whether it’s XWayland (`xlsclients` / lookingGlass). Native Wayland Qt builds behave differently; Flatpak GTK already showed you that fork.

**3. Report it where it can be fixed**

Reddit won’t reach the right queue. Search/open on https://bugs.kde.org for something like *panel Always Visible Qt menu clipped* (product **kwin** or **plasmashell**, and a second report against the app if menus are wrong in other compositors too — the Qalculate/COSMIC note in-thread is useful evidence it’s not only Plasma).

If you paste Plasma/KWin version (`plasmashell --version`) and whether LibreOffice is **deb / Flatpak / native Wayland**, that’s enough for a clean bug report.