You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Forest Johnson
45c3422848
|
6 years ago | |
---|---|---|
.SRCINFO | 7 years ago | |
PKGBUILD | 7 years ago | |
README.md | 6 years ago | |
nautilus-restore-typeahead.patch | 7 years ago | |
nautilus-restore-typeahead1.patch | 6 years ago | |
nautilus.install | 8 years ago |
README.md
# Create your work directory and go there
mkdir bld-nautilus-typeahead ; cd bld-nautilus-typeahead
# Clone the repository holding the needed patch:
git clone https://git.sequentialread.com/forest/nautilus-typeahead.git
git checkout forest-ubuntu-18.04
# Make sure the source repositories for the main archives are available:
sudo nano /etc/apt/sources.list
# If the deb-src line for the main repository (usually around line 6)
# is commented out (starts with a #)
# uncomment it (remove the #) and save the file.
sudo apt-get update
# Install the build dependencies
sudo apt-get build-dep nautilus
# Retrieve the sources for Nautilus
apt-get source nautilus
# Source should now be in the 'nautilus-3.26.0/' folder. Go there
cd nautilus-3.26.4/
# and Apply the patch from arch-linux
patch -p1 < ../nautilus-typeahead/nautilus-restore-typeahead1.patch
# Build the package from source
dpkg-buildpackage -rfakeroot -uc -b
# This will take a little time. If everything goes well, the related packages will end up in the parent directory. Go there
cd ..
sudo dpkg -i libnautilus-extension1a_3.26.4-0~ubuntu18.04.3_amd64.deb nautilus_3.26.4-0~ubuntu18.04.3_amd64.deb nautilus-data_3.26.4-0~ubuntu18.04.3_all.deb