As far as I can understand, tracker is an useful tool that runs in the background of Fedora Workstation (and maybe other spins, I don’t know) which work is to index files and speed up research of files.
Sometime, in some scenarios, such service could be a resource hog. And a user would be happy to disable it.
Surfing the internet there are various solutions. Which is the most elegant way to disable tracker?
This could be a solution:
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
gsettings set org.freedesktop.Tracker.Miner.Files ignored-files "['*']"
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
pkill tracker
Someone else suggests to follow these steps:
tracker daemon -t
cd ~/.config/autostart
cp -v /etc/xdg/autostart/tracker-* ./
for FILE in `ls`; do echo Hidden=true >> $FILE; done
rm -rf ~/.cache/tracker ~/.local/share/tracker
And somebody else says to to open GNOME Settings and disable Search
Speaking of user-friendliness, options in the desktop settings app would be awesome, where people can also assure themselves, that it won’t shoot off on external drives or when power is unplugged – questions that come up automatically.
It’s unnerving on old machines when you need performance for other things.
I’m not user friendy oriented. I’m from the DOS 2, Linux 0.9 era and I’m a lot more comfortable with the command line than any GUI. Icons don’t speak to me since toyota introduced them in cars in th 70s.
IIRC, I disabled tracker the first week F38 was installed with systemctl --user mask tracker-xdg-portal-3.service tracker-writeback-3.service tracker-miner-rss-3.service tracker-miner-fs-control-3.service tracker-miner-fs-3.service
Correct me if I’m wrong, and call me crazy, but wouldn’t it just be much much simpler to go to Applications> Settings> Session & Startup > [Application Autostart tab] and then deselect
Tracker File System Miner
Tracker RSS/Atom Feeds Miner
in the list? and then go relog ? -headscratching-
Actually I was specifically looking at the applications menu in my XFCE instance presuming that with regards to Fedora at least, the menu would be the same or similar for other wm’s in the default fedora ecosystem