So, how to activate Gnome Shell ?
- Go to the software center and activate the patner repositories in the software sources
- In a terminal, run sudo apt-get install gnome-shell
- Activate it by default with sudo /usr/lib/lightdm/lightdm-set-defaults -s gnome-shell
- Reboot and enjoy!
Now that you have almost a prefect shell, you should install some addons :
- sudo apt-get install ubuntu-restricted-extras (for flash, java and dvd features)
- enable dvd decryption with sudo sh /usr/share/doc/libdvdread4/install-css.sh
- sudo apt-get update
- sudo apt-get install chromium-browser
- sudo apt-get remove firefox
- sudo apt-get install smplayer
A good thing is also to enable numlock on lightdm :
- sudo apt-get install numlockx
- echo 'greeter-setup-script=/usr/bin/numlockx on' | sudo tee -a /etc/lightdm/lightdm.conf
That's all for my default config.
0 commentaires:
Post a Comment