PDA

View Full Version : [kubuntu] Global appmenu broken in kubuntu for gtk apps



jxjl
June 8th, 2014, 06:21 PM
hi, does anybody know, how to get global appmenu working for gtk apps and LibreOffice in new Kubuntu? I have installed appmenu-gtk as usual, unfortunatelly, this package is replaced by unity-gtk-module, that doesn't work with kde globalmenu plasmoid.

vincentz2
July 24th, 2014, 03:30 PM
Came across this post on Google whilst trying to look up the fix for this after a recent install of Kubuntu trusty.

This is the bug: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1200006

The problem lies with the package appmenu-gtk being replaced by unity-gtk-module, which doesn't work outside of Unity. This PPA fixes things for me: https://launchpad.net/~joe-yasi/+archive/ubuntu/appmenu

sudo apt-add-repository ppa:joe-yasi/appmenu
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install appmenu-gtk

Hope this helps.