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