Created
March 7, 2018 01:40
-
-
Save tonylambiris/455e8587117481912b0ef9fcc8c298c7 to your computer and use it in GitHub Desktop.
Permanently disable tracker in GNOME
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| echo -e "\nHidden=true\n" | sudo tee --append /etc/xdg/autostart/tracker-extract.desktop /etc/xdg/autostart/tracker-miner-apps.desktop /etc/xdg/autostart/tracker-miner-fs.desktop /etc/xdg/autostart/tracker-miner-user-guides.desktop /etc/xdg/autostart/tracker-store.desktop > /dev/null | |
| gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2 | |
| gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false | |
| tracker reset --hard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment