Skip to content

Instantly share code, notes, and snippets.

@ttys3
Created March 12, 2026 19:46
Show Gist options
  • Select an option

  • Save ttys3/b633c3a893c846f2a6ccb00ba603ddf5 to your computer and use it in GitHub Desktop.

Select an option

Save ttys3/b633c3a893c846f2a6ccb00ba603ddf5 to your computer and use it in GitHub Desktop.
gnome-localsearch-fixup.txt
back to old times:
gsettings set org.freedesktop.Tracker3.Miner.Files index-single-directories "[ '$HOME', '&DOWNLOAD' ]"
gsettings set org.freedesktop.Tracker3.Miner.Files index-recursive-directories "[ '&DESKTOP', '&DOCUMENTS', '&MUSIC', '&PICTURES', '&VIDEOS' ]"
localsearch reset --filesystem
migrate to new:
gsettings set org.freedesktop.Tracker3.Miner.Files index-single-directories "[]"
gsettings set org.freedesktop.Tracker3.Miner.Files index-recursive-directories "['$HOME']"
localsearch reset --filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment