Is it possible to get menus to be shown in always visible menu bars in 14.04, rather than in window title bars?
Asked
Active
Viewed 6,064 times
2 Answers
7
Yes, you should remove some packages. Use:
sudo apt-get remove --purge appmenu-gtk appmenu-gtk3 appmenu-qt firefox-globalmenu thunderbird-globalmenu indicator-appmenu
This will restore application menus in right place.
UPD: there might be a few packages I missed. To find them, open Synaptic and in the search field enter "appmenu", check the found packages for removal, then search for "globalmenu" and remove them too.
Restart/relogin into your X session to finish changes.
Also check this article.

Danatela
- 13,243
- 11
- 45
- 72
-
This does not seem to work for nautilus. – stackblow Mar 31 '14 at 09:06
-
See the updated answer for instructions. – Danatela Mar 31 '14 at 09:11
-
blacklisting is something you would do if the package is installed, did you actually restore the nautilus menu bar? – stackblow Mar 31 '14 at 09:19
-
No, I just want to give you more options to try. – Danatela Mar 31 '14 at 09:24
-
Worked perfectly on Xubuntu 14.04 - finally I have my menu bars back. :) – speakr May 09 '14 at 11:30
-
doesnt work for firefox or chrome in Gnome-flashback 14.04 – Kalamalka Kid May 04 '16 at 20:40
-
@KalamalkaKid AFAIK Firefox and Chrome do not have menu bar at all. – Danatela May 23 '16 at 10:51
-
I went back to unity after not being able resolve many issues in gnome. Too buggy. – Kalamalka Kid May 23 '16 at 15:46
0
There is a simpler method. Just type
sudo apt-get remove hud
in Terminal. It will remove all the other packages and you will get what you want.

Danatela
- 13,243
- 11
- 45
- 72

aveemashfaq
- 153
- 5
-
This does not seem to work. Using
apt remove --purge hud
will only removehud
on Ubuntu 14.04, not any other packages. Are you sure? – Jens May 17 '14 at 07:35