- Changing the word 'Computer' to 'Menu'
- Replacing the little computer icon with the Ubuntu logo
- Schemas added
- 'Recently Used Applications' replaced with 'Places'
- 'Install Software' correctly opens synaptic
sudo nano /etc/apt/sources.listAdd this line to the bottom:
Then open the terminal and type these 2 lines to add the gpg keys:deb http://xgl.compiz.info/ dapper main
And finally do:gpg --keyserver subkeys.pgp.net --recv-keys 0x31a5f97fed8a569e
gpg --export --armor 0x31a5f97fed8a569e | sudo apt-key add -
sudo apt-get updateThe SLED menu is listed as 'gnome-main-menu', just 'sudo apt-get install' it:
sudo apt-get dist-upgrade
sudo apt-get install gnome-main-menu gcontrol
Then when you right-click and choose 'Add to Panel', you will have the 'Main Menu' choice in the Misceleneous section.
No comments:
Post a Comment