Leaflet@lemmy.world to KDE@lemmy.kde.socialEnglish · 5 days agoFirefox supposedly now supports the Global Menu on Linuxlemmy.worldimagemessage-square32fedilinkarrow-up1119
arrow-up1119imageFirefox supposedly now supports the Global Menu on Linuxlemmy.worldLeaflet@lemmy.world to KDE@lemmy.kde.socialEnglish · 5 days agomessage-square32fedilink
minus-squarekrake@lemmy.kde.sociallinkfedilinkEnglisharrow-up9·4 days agoThe “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.
minus-squarebus_factor@lemmy.worldlinkfedilinkarrow-up4·3 days agoOkay, that’s making more sense. I can see people wanting to stick the menu in the title bar or something like that.
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.
Okay, that’s making more sense. I can see people wanting to stick the menu in the title bar or something like that.