How do I get a global menu in kde plasma 5?

6,679

In KDE4, the appmenu was nice and easy. See here. In Plasma 5, however, this was discontinued. The reason is that appmenu made use of dbusmenu which has been deprecated by Canonical. Gnome now uses a new standard, qmenumodel.

Thus appmenu will need to be rewritten using qmenumodel to comply with the GNOME standard. You can see the relevant KDE bug report here and KDE forum discussion here.

Maybe you should have researched a bit more: the above are the first pages that Google shows when searching "appmenu qt plasma5".

Share:
6,679

Related videos on Youtube

user5448026
Author by

user5448026

Updated on September 18, 2022

Comments

  • user5448026
    user5448026 over 1 year

    I need a global menu in kde how can I get this.

    • Mark Kirby
      Mark Kirby over 8 years
      Define global menu, you mean where the file view options go into the taskbar as aposed to the window ? KDE does not have that.
    • AF7
      AF7 over 8 years
      @markkirby it does indeed have some implementation of that: appmenu-qt. This indeed worked very well in KDE4, you could have the menu on the panel, as a mini-panel dropping from the top when needed, or popping out of a button in the application frame. Unfortunately with the move to qt5 that was omitted due to some incompatibilities. I'll try to find out more and post an answer.
    • Mark Kirby
      Mark Kirby over 8 years
      @AF7 That's interesting, I did not know that, I don't use KDE on this PC so cant test this but I guess this is the QT5 version ? launchpad.net/appmenu-qt5
    • AF7
      AF7 over 8 years
      @markkirby yes, there is the QT5 version, but AFAIK it still does not add the required functionality. I'm writing a short answer now, I'll link the relevant bug report.
  • Just a guy
    Just a guy over 8 years
    There was no need for that little extra at the end. Ruins an otherwise solid answer.