Skip to content

Instantly share code, notes, and snippets.

@dffischer
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dffischer/4b70518f5d17ae17d996 to your computer and use it in GitHub Desktop.
Save dffischer/4b70518f5d17ae17d996 to your computer and use it in GitHub Desktop.
if you have yaourt and customizepkg installed, save this as /etc/customizepkg.d/nautilus and issue "yaourt -S nautilus"
# /etc/customizepkg.d/nautilus
# restore type-ahead functionality in nautilus file manager
add#source#typeahead.patch::https://raw.githubusercontent.com/jthurner/nautilus-typeahead/master/interactive_search.patch
add#sha256sums#7c7d82908baf28d2d57471b9fbb2131d987869eb5f8f3d5890c48ab244102154
replace#global#build() {#\0\n cd $pkgbase-$pkgver\n patch -Np1 -i "../typeahead.patch"\n cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment