PDA

View Full Version : [gnome] ubuntu 11.10 gnome theme issue with top bar



Pwntastic
January 29th, 2012, 07:41 PM
When logging in the gnome session and applying my new themes the top bar has some useless text in it. It says (file edit view go bookmarks help). This is appearing behind the Activities button. plz help!

markbl
January 30th, 2012, 12:06 AM
That is the unity global menu stuff affecting gnome-shell. Copy/paste the following into a terminal window then log out and back in.


echo '[ "$DESKTOP_SESSION" != "ubuntu" ] && unset UBUNTU_MENUPROXY' | sudo tee /etc/X11/Xsession.d/81ubuntu-menu-proxy


This won't change anything in a Ubuntu (Unity) session.

Pwntastic
January 30th, 2012, 12:23 AM
Thank you very much =]

errati
February 23rd, 2012, 03:57 PM
Thanks. This was a real nuisance!!