unity - Enable global menu on Eclipse running on minimal Ubuntu Core - Ask Ubuntu
global menus work fine out of box in minimal ubuntu installation gtk2
apps, , gtk3
apps run fine if libdbusmenu-gtk3-4
installed.
but eclipse, i've installed jayatana
, libdbusmenu-gtk3-4
, libdbusmenu-gtk4
, gnome-menus
, nothing seems work. missing here? can't find more dbus or global menu packages installed on standard desktop try.
ps record, eclipse runs fine global menu on normal ubuntu desktop installation.
install required libraries
sudo apt install unity-gtk3-module
set gtk module variable use unity module, add line below:
$ nano ~/.profile export gtk_modules=$gtk_modules:unity-gtk-module
Comments
Post a Comment