Using typeahead back in Ubuntu 18.04 lts

Jetsada Malaisirirat
1 min readSep 24, 2018

--

For Ubuntu 18.04, Gnome using search to replace typeahead in nautilus.

For early version, when typing in nautilus it’s point to character folder. but in 18.04 it’s search from typing and it’s slow (even on ssd) and not make sense in my working process.

for install typeahead feature back, you can patch from ppa like this instruction:

# Update
sudo add-apt-repository ppa:lubomir-brindza/nautilus-typeahead
sudo apt dist-upgrade

typeahead search feature back on Ubuntu 18.04 lts

--

--

No responses yet