0

I like Gnome. I want to come back to Ubuntu
If I install gnome, will I get gnome 3.10? If it will install Gnome 3.10 then tell me. So I can switch to Ubuntu 13.10 and intall Gnome 3.10.

2 Answers2

0

I'm using Gnome in 13.10. I just did an apt-get upgrade to ensure it was the latest version. The version check produced:

~$ gnome-shell --version
GNOME Shell 3.8.4
0

The easy way is to install Ubuntu Gnome, but if you really want the hard way, here it is:

http://www.webupd8.org/2013/09/how-to-install-gnome-310-in-ubuntu-1310.html

WARNING: THIS WILL BREAK UNITY!

and lightDM doesn't work

sudo apt-get install gdm
sudo add-apt-repository ppa:gnome3-team/gnome3-next
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gnome-shell

and for some apps

sudo apt-get install gnome-documents gnome-contacts epiphany-browser gnome-boxes gnome-shell-extensions gnome-tweak-tool bijiben gnome-clocks

and remove the weird scrollbar

sudo apt-get remove overlay-scrollbar

then reboot.

Novine
  • 614