patch nautilus (ubuntu file manager) to remove stupid hubris changes
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Forest Johnson 45c3422848 fix readme 2 il y a 5 ans
.SRCINFO Match base nautilus package il y a 6 ans
PKGBUILD Match base nautilus package il y a 6 ans
README.md fix readme 2 il y a 5 ans
nautilus-restore-typeahead.patch Update to 3.26.0 il y a 7 ans
nautilus-restore-typeahead1.patch fixes and notes for ubuntu 18.04.3 nautilus 3.26.4 il y a 5 ans
nautilus.install Updated to version 3.22.1-1 il y a 8 ans

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