Type Ahead search using Nautilus on Ubuntu 18.04

5,992

Type Ahead search was removed completely from Nautilus, aka GNOME Files, since Artful. Luckily, there is a patch on GitHub that adds this functionality back to Nautilus 3.26.3, the version installed by default in Ubuntu 18.04. Now if you want to apply the patch and build Nautilus from source, go ahead, but there is a guy that did the job for us and provided a PPA to install the patched Nautilus directly:

sudo add-apt-repository ppa:lubomir-brindza/nautilus-typeahead

Then upgrade using sudo apt full-upgrade and kill Files nautilus -q

Please note that this will overwrite the standard version of Nautilus 3.26 in Ubuntu 18.04 with a third-party build. If you're from the paranoid type you're better off using Nemo or Caja instead.

Source: [1]

Share:
5,992

Related videos on Youtube

B. Amine
Author by

B. Amine

Updated on September 18, 2022

Comments

  • B. Amine
    B. Amine over 1 year

    Before upgrading to Ubuntu 18.04 LTS, I was using Ubuntu 16.04.1 LTS. When I was in the file browser, I was able to access a file just by writing some letters; it just got selected and it was super fast.

    After upgrading, when I start typing a search is launched and it's a little bit slow. I prefer the old method.

    I tried searching on the internet but didn't know exactly what to type on the search bar.

    How can I disable this automatic search? Thank you

    • kodmanyagha
      kodmanyagha over 4 years
      in ubuntu 19 (2019 december) nautilus last version completely removed typeahead feature. when you type it is searching. there is an option in Preferences window. Go to Search&Preview tab, select "Never" in "Search in subfolder" section. After this time you can find whatever you want in current folder and it doesn't search in subfolders. This feature seems like "typeahead".
  • kris
    kris almost 6 years
    "Type Ahead search was removed completely from Nautilus"... sigh.. WTF. Whoever comes up with such ideas. The search which replaces it is very sucky. It slow... hangs Nautilus and doesn't even find the folders / files that are sitting right there in the folder. Anyhoo... sorry for venting a bit. And thanks for the help on getting this back :-)
  • kris
    kris almost 6 years
    The 'nautilus -r' command didn't seem to work (I assume it supposed to restart nautilus without doing a full reboot). The rest of the instructions did work however. Type-ahead is working nicely after system restart.
  • Eskander Bejaoui
    Eskander Bejaoui almost 6 years
    @kris I checked nautilus --help-all and it's not there, thanks for the tip
  • Dhaval Solanki
    Dhaval Solanki almost 6 years
    Really Thanks new file search is worst Because of this I was suppose to downgrade my ubuntu But this helped me thanks alot.
  • Dhaval Solanki
    Dhaval Solanki over 5 years
    after recent update in my ubuntu 18 this solution is not working after update again default search of Ubuntu appeared.
  • lubomir.brindza
    lubomir.brindza over 5 years
    @Magento2Learner - I've rebuilt the patched version, and it should be available in the PPA repository soon. Should be a metter of apt update/upgrade.
  • Dhaval Solanki
    Dhaval Solanki over 5 years
    @Halka Thank you very much :) I have again run above commands and it worked :)
  • Kidquick
    Kidquick almost 5 years
    Just in case anyone needs to UNinstall this patch and return to stock Nautilus: sudo apt install ppa-purge && sudo ppa-purge ppa:lubomir-brindza/nautilus-typeahead A simple reinstall of Nautilus won't remove it.