patch nautilus (ubuntu file manager) to remove stupid hubris changes
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 fix readme 2 5 vuotta sitten
.SRCINFO Match base nautilus package 6 vuotta sitten
PKGBUILD Match base nautilus package 6 vuotta sitten
README.md fix readme 2 5 vuotta sitten
nautilus-restore-typeahead.patch Update to 3.26.0 7 vuotta sitten
nautilus-restore-typeahead1.patch fixes and notes for ubuntu 18.04.3 nautilus 3.26.4 5 vuotta sitten
nautilus.install Updated to version 3.22.1-1 8 vuotta sitten

README.md

https://askubuntu.com/questions/967022/how-do-i-disable-search-as-you-type-text-in-ubuntu-17-10-and-later


# 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