Sunday, December 4, 2011

Shift Nautilus Back And Forward Buttons To Left In Ubuntu

Addictivetips.com have posted a nice tweak on moving the back/forward button on the newest versions of nautilus delivered in Ubuntu.

to help you understand - here are the before and after screens:




To get started, enable the “Source code” repository by pressing the Super (Windows) key and typing “Source”. Now, open “Software Sources”, check the box before “Source code” and click close. Once done, enter the following commands in Terminal:
mkdir ~/Desktop/nautilus-mod

cd ~/Desktop/nautilus-mod

sudo apt-get update

apt-get source nautilus

sudo apt-get build-dep nautilus

cd ~/Desktop/nautilus-mod/nautilus-3*

gedit src/nautilus-toolbar.c
Scroll down to line 132, or do a “find” for “gtk_toolbar_insert (GTK_TOOLBAR (self->priv->toolbar), item, 0)“, and change the value “0″ to a “2″. This means that you will have to change the original line



No comments:

Post a Comment