https://bugs.kde.org/show_bug.cgi?id=375951

--- Comment #9 from Chris Holland <zrenf...@gmail.com> ---
I just realized Aurorae = QML based, and the appmenu widget is QML based.

While we can't reuse the appmenu code since it will always show the menu for
the active window, and it doesn't work without plasmoid.nativeInterface, we
could probably use it as a reference for a custom qml plugin like:

AuroreaAppMenuModel {
    windowId: decoration.client.windowId
}

DecoratedClient would still need to expose the windowId(?) for this to work.

* https://github.com/KDE/kdecoration/blob/master/src/decoratedclient.h

Though the first version could simply just show the active window.

I did a quick mockup in: /usr/share/kwin/aurorae/aurorae.qml

* https://i.imgur.com/zFzGr9v.png
* https://streamable.com/ekyqf

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to