-
-
Save electricintel/9e6f18ffb41c01770b151098c1845bd6 to your computer and use it in GitHub Desktop.
re-compile Ubuntu's Nautilus package from source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install fakeroot build-essential dpkg-dev gnome-core-devel | |
sudo apt-get build-dep nautilus | |
mkdir nautilus-ubuntu && cd nautilus-ubuntu | |
apt-get source nautilus | |
dpkg-source -x nautilus_3.2.1-0ubuntu3.2.dsc | |
cd nautilus-3.2.1/ | |
# edit src/nautilus-places-sidebar.c | |
dpkg-buildpackage -rfakeroot -us -uc -nc -b | |
sudo dpkg -i ../nautilus_3.2.1-0ubuntu3.2_amd64.deb | |
killall nautilus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment