I thought I'd disable Unity in Compiz after a fresh install of Ubuntu 11.10. Alas, it's so ingrained in the system that it totally borks the UI. To fix this I created a terminal launcher on the desktop (as Ctrl-Alt-T and Alt-F2 didn't work any more) that looked like this:
Then selected the file's properties and set the execute bit to true. Then ran the file. This left me with an open terminal in which I then typed:
This brought back unity and now the computer's back to a functional UI.
Now all I need to do is work out how to disable that damn sidebar that gets in the way more than it help...
#!/bin/sh
gnome-terminal
gnome-terminal
Then selected the file's properties and set the execute bit to true. Then ran the file. This left me with an open terminal in which I then typed:
ccsm
This brought back unity and now the computer's back to a functional UI.
Now all I need to do is work out how to disable that damn sidebar that gets in the way more than it help...