tracker-store eating up my CPU on every startup
How to get rid of processes?
Disabling tracker for globally (for all users)
- Edit
/etc/xdg/autostart/trackerd.desktopfile with root privileges (sudo -i gedit /etc/xdg/autostart/trackerd.desktop)- Add
Hidden=trueto the end of the file- Do the same for
/etc/xdg/autostart/tracker-applet.desktopif you wantDisabling tracker for your user only
- Enter the directory
~/.config/autostart, create it if it does not exist- Create a file named
trackerd.desktopPaste the following into the file, save and exit:
[Desktop Entry] Encoding=UTF-8 Name=Tracker Hidden=true