Advertisement
shokti

ubuntu 12.04.1 desktop - install gnome3

Sep 10th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. add gnome repository for updated version:
  2.     sudo add-apt-repository ppa:gnome3-team/gnome3
  3.  
  4. update sources database:
  5.     sudo apt-get update
  6.  
  7. install gnome3:
  8.     sudo apt-get install gnome-shell
  9.  
  10. restart system and select gnome on login window:
  11.     sudo reboot
  12.  
  13. to make GNOME the default window manager when you login:
  14.     sudo nano /etc/lightdm/lightdm.conf
  15.  
  16. change the:
  17.     user-session=ubuntu
  18. value to:
  19.     user-session=gnome
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement