this post was submitted on 01 Jun 2025
115 points (100.0% liked)

KDE

6629 readers
247 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
[–] krake@lemmy.kde.social 9 points 2 days ago (1 children)

The "menu at the top of the screen" is just one possible visualization.

Essentially an application that supports this can "export" its menu so that it can be consumed by another process.

In the case of the "global menu" this is Plasma (applet).

However, the data can also be consumed for example by a window decoration plugin, like this one https://discuss.kde.org/t/decoration-with-locally-integrated-menu/29492

There are likely many more possibilities. Maybe a Kwin effect that shows the menu as a circle of options around the mouse cursor's current position.

[–] bus_factor@lemmy.world 4 points 2 days ago

Okay, that's making more sense. I can see people wanting to stick the menu in the title bar or something like that.