5

Iam not being able to get the new face of Gedit. The new look came with gnome 3.14 and I am currently running ubuntu gnome 15.04 with gnome version 3.14

1 Answers1

6

This is how you can install gedit 3.14.3 in ubuntu 15.04. Run the following commands in the terminal:

sudo apt-add-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get remove gedit && sudo apt-get install gedit

Type gedit --version to see the version.

This is how it looks in my computer:

enter image description here

Ron
  • 20,638