Wednesday, 31 October 2012

How to disable Ubuntu's global menu

If like me you find Ubuntu's global menu system annoying and unintuitive (where menus for all programmes appear at the top left of the screen rather than inside the programme's window) there are two easy ways to disable it.

To run a programme from terminal with normal in window menus launch it with:-

APPMENU_DISPLAY_BOTH=1 gedit

For a more permanent solution that effects all programmes run from then on (may need to log out and back in after issuing this.)

sudo su
echo "export UBUNTU_MENUPROXY=0" > /etc/X11/Xsession.d/81ubuntumenuproxy

Information taken from http://www.webupd8.org/

No comments:

Post a Comment

Working on wavetable synth Dracorex LV2 / VST

 Not a great demo but fixed a few bugs I'd set the range wrong on a few parameters and forgot to initialise the low pass resonant filter...