tracker-store and tracker-miner-fs eating up my CPU on every startup
Whenever I start my laptop the process tracker-store
and tracker-miner-fs
eats up my CPU between 30-40% for 10-15 minutes. I am on ubuntu 12.04.
What does these processes do? How to get rid of processes?
cpu-load
add a comment |
Whenever I start my laptop the process tracker-store
and tracker-miner-fs
eats up my CPU between 30-40% for 10-15 minutes. I am on ubuntu 12.04.
What does these processes do? How to get rid of processes?
cpu-load
Is all the software on your system from the software center or have you installed software from elsewhere? Can you connecttracker-x
to anything? FWIW, I don't see a process calledtracker-x
with Lubuntu 13.04. If you have no "privacy concerns" you could post the output of something likeps -e
anddpkg --get-selections
here or @ pastebin. Maybe someone could figure out what's happening.
– user25656
Sep 16 '13 at 12:21
@vasa1 My wrong, tracker-x mean tracker-store and tracker-miner-fs
– Gaurav Agarwal
Sep 16 '13 at 12:55
3
I have just experienced something similar on Ubuntu 16.04.1 LTS.
– Alexey
Sep 15 '16 at 18:39
There may be problem files that are preventing tracker from finishing it index. Rather than remove tracker, I have an answer that might help with problem files being left in/tmp/tracker-extract-files.1000
. It will still index for a short while after reboot, but it should finish in at most a couple of minutes.
– scruss
May 16 '17 at 13:30
add a comment |
Whenever I start my laptop the process tracker-store
and tracker-miner-fs
eats up my CPU between 30-40% for 10-15 minutes. I am on ubuntu 12.04.
What does these processes do? How to get rid of processes?
cpu-load
Whenever I start my laptop the process tracker-store
and tracker-miner-fs
eats up my CPU between 30-40% for 10-15 minutes. I am on ubuntu 12.04.
What does these processes do? How to get rid of processes?
cpu-load
cpu-load
edited Sep 22 '13 at 11:37
Gaurav Agarwal
asked Sep 16 '13 at 11:01
Gaurav AgarwalGaurav Agarwal
3,403164162
3,403164162
Is all the software on your system from the software center or have you installed software from elsewhere? Can you connecttracker-x
to anything? FWIW, I don't see a process calledtracker-x
with Lubuntu 13.04. If you have no "privacy concerns" you could post the output of something likeps -e
anddpkg --get-selections
here or @ pastebin. Maybe someone could figure out what's happening.
– user25656
Sep 16 '13 at 12:21
@vasa1 My wrong, tracker-x mean tracker-store and tracker-miner-fs
– Gaurav Agarwal
Sep 16 '13 at 12:55
3
I have just experienced something similar on Ubuntu 16.04.1 LTS.
– Alexey
Sep 15 '16 at 18:39
There may be problem files that are preventing tracker from finishing it index. Rather than remove tracker, I have an answer that might help with problem files being left in/tmp/tracker-extract-files.1000
. It will still index for a short while after reboot, but it should finish in at most a couple of minutes.
– scruss
May 16 '17 at 13:30
add a comment |
Is all the software on your system from the software center or have you installed software from elsewhere? Can you connecttracker-x
to anything? FWIW, I don't see a process calledtracker-x
with Lubuntu 13.04. If you have no "privacy concerns" you could post the output of something likeps -e
anddpkg --get-selections
here or @ pastebin. Maybe someone could figure out what's happening.
– user25656
Sep 16 '13 at 12:21
@vasa1 My wrong, tracker-x mean tracker-store and tracker-miner-fs
– Gaurav Agarwal
Sep 16 '13 at 12:55
3
I have just experienced something similar on Ubuntu 16.04.1 LTS.
– Alexey
Sep 15 '16 at 18:39
There may be problem files that are preventing tracker from finishing it index. Rather than remove tracker, I have an answer that might help with problem files being left in/tmp/tracker-extract-files.1000
. It will still index for a short while after reboot, but it should finish in at most a couple of minutes.
– scruss
May 16 '17 at 13:30
Is all the software on your system from the software center or have you installed software from elsewhere? Can you connect
tracker-x
to anything? FWIW, I don't see a process called tracker-x
with Lubuntu 13.04. If you have no "privacy concerns" you could post the output of something like ps -e
and dpkg --get-selections
here or @ pastebin. Maybe someone could figure out what's happening.– user25656
Sep 16 '13 at 12:21
Is all the software on your system from the software center or have you installed software from elsewhere? Can you connect
tracker-x
to anything? FWIW, I don't see a process called tracker-x
with Lubuntu 13.04. If you have no "privacy concerns" you could post the output of something like ps -e
and dpkg --get-selections
here or @ pastebin. Maybe someone could figure out what's happening.– user25656
Sep 16 '13 at 12:21
@vasa1 My wrong, tracker-x mean tracker-store and tracker-miner-fs
– Gaurav Agarwal
Sep 16 '13 at 12:55
@vasa1 My wrong, tracker-x mean tracker-store and tracker-miner-fs
– Gaurav Agarwal
Sep 16 '13 at 12:55
3
3
I have just experienced something similar on Ubuntu 16.04.1 LTS.
– Alexey
Sep 15 '16 at 18:39
I have just experienced something similar on Ubuntu 16.04.1 LTS.
– Alexey
Sep 15 '16 at 18:39
There may be problem files that are preventing tracker from finishing it index. Rather than remove tracker, I have an answer that might help with problem files being left in
/tmp/tracker-extract-files.1000
. It will still index for a short while after reboot, but it should finish in at most a couple of minutes.– scruss
May 16 '17 at 13:30
There may be problem files that are preventing tracker from finishing it index. Rather than remove tracker, I have an answer that might help with problem files being left in
/tmp/tracker-extract-files.1000
. It will still index for a short while after reboot, but it should finish in at most a couple of minutes.– scruss
May 16 '17 at 13:30
add a comment |
7 Answers
7
active
oldest
votes
Scripting solution to disable it permanently on Ubuntu 16.04
As mention in the comments, files mention in this post no longer exist in 16.04.
You can use the following script:
echo -e "nHidden=truen" | 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
(source)
These are confirmed bugs on Launchpad
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/911981
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/925948
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/1063255
What does these processes do?
Tracker is a synergy of technologies that are designed to provide a
highly sophisticated, innovative and integrated desktop.
Tracker provides the following:
- Indexer for desktop search (for more details see this spec : https://wiki.ubuntu.com/IntegratedDesktopSearch)
- Tag database for doing keyword tagging of any object
- Extensible metadata database for apps like gedit and rhythmbox which need to add custom metadata to files
- Database for first class objects allows using tracker's database for storage and implementation of First Class Objects and the Gnome 3.0
Model.
How to get rid of processes?
Disabling tracker for globally (for all users)
- Edit
/etc/xdg/autostart/trackerd.desktop
file with root privileges (sudo -i gedit /etc/xdg/autostart/trackerd.desktop
)
- Add
Hidden=true
to the end of the file
- Do the same for
/etc/xdg/autostart/tracker-applet.desktop
if you want
Disabling tracker for your user only
- Enter the directory
~/.config/autostart
, create it if it does not exist
- Create a file named
trackerd.desktop
Paste the following into the file, save and exit:
[Desktop Entry]
Encoding=UTF-8
Name=Tracker
Hidden=true
Source: https://wiki.ubuntu.com/Tracker
2
Can I uninstall it? sudo apt-get purge tracker
– Gaurav Agarwal
Sep 22 '13 at 13:40
8
@codingcrow Don't uninstall it, and don't even think of a purge. A disable would be enough. :-)
– TomKat
Sep 22 '13 at 13:51
4
@TomKat: Why not? I just didapt-get uninstall tracker
on gnome-ubuntu and it worked fine.. it also removed gnome-documents, but whatever, didn't even know I had that program :)
– benjaoming
Nov 21 '13 at 23:49
4
This doesn't work. Miner still runs on every boot.
– Serrano
Oct 17 '14 at 23:36
2
will disabling this process affect search performance ?
– Nasreddine
Mar 24 '16 at 7:02
|
show 6 more comments
Simply change this values using the gsettings witch will disable the constant indexing of Tracker:
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
The values could be changed using dconf-editor by navigating through org > freedesktop > Tracker > Miner > Files:
After this changes, it is highly recommended to cleanup the database to reclaim some lost space on the disk:
tracker reset --hard # old command: tracker-control -r
2
Thank you very much, I just had to run tracker-control-r and all sorted ...
– JoZ3
Nov 2 '13 at 13:22
1
What exactly doestracker-control -r
do? It sounds like since this posttracker-control
has been deprecated and it's migrated to thetracker daemon
command, buttracker help daemon
(ortracker-control --help
) doesn't mention a-r
flag. Does it still do the same thing? I can't find the old documentation.
– redbmk
Apr 6 '16 at 10:16
4
I believe the modern equivalent istracker reset --hard
.
– jcupitt
Sep 10 '16 at 12:26
1
Following this step, after runtracker-control -r
my laptop went back to smooth again! PS:tracker-control
is not available anymore in 16.04, but relax, it will trigger the substitute command which istracker daemon
.
– adadion
Nov 24 '16 at 7:51
tracker-control: command not found
Why is that?
– Tooniis
Feb 24 '18 at 10:28
add a comment |
Maybe it's relevant for Ubuntu 14.04/GDM, and if it important to do not remove whole service then will be better to stop
and/or renice
.
Hence it can be:
Stop/reniced ( not recommended method ):
$ tracker-control -p
Found 171 PIDs…
Found process ID NNNN for 'tracker-store'
Found process ID MMMM for 'tracker-miner-fs'
$ initctl stop tracker-store && renice -n +19 -p NNNN && initctl start tracker-store
Notice people suggest yet tracker-control -r
and maybe for systems with indexing enabled this will be better:
$ tracker-control -e
OR the same with System Monitor GUI:
Applications > Utilities > System Monitor
- sort > Name
- scroll > tracker-store
- right click > Stop Process
- right click > Change Priority > Very Low
- right click > Continue Process
OR maybe the most appropriate way for systems with running tracker-store:
Applications > System Tools > Search & Indexing
1
Thank you! I hadn't noticed the option to force tracker to be used only when the computer is not being used. Let's see if that does the trick.
– Alfredo Hernández
Sep 30 '15 at 6:20
1
this worked for me. i unchecked all locations, and limited other options to their most minimal settings, the "re-indexed", and it stopped. i like this route, as it is something i will likely remember what i did.
– ryanjdillon
Apr 7 '16 at 17:13
4
For ubuntu users,sudo apt-get install tracker-gui
– smac89
Jun 15 '16 at 21:44
1
Thetracker-gui
program is the only option that didn't feel like a total hack for me. +1
– grooveplex
Nov 6 '16 at 13:25
add a comment |
An up to date version for Ubuntu 16.04:
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-apps.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-fs.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-user-guides.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-store.desktop
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
tracker reset --hard
Basically this is a remix of Radu's and Maxwell's answers, but locations and commands have been updated to Ubuntu 16.04 (there were multiple changes).
When adding these lines one by one in terminal, it gives this timeout warnning for each command.echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop sudo: unable to resolve host Thusitha: Connection timed out
– Thusitha Sumanadasa
Oct 5 '16 at 8:37
add a comment |
Enable advanced Startup Applications with this command:
sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
Run Startup Applications and uncheck Tracker File System Miner and the other similar items. They can be re-enabled just as easily.
add a comment |
Using Synaptic, I selected "mark for complete removal" for "tracker", and for "zeitgeist" (kin to using the purge command which is supposed to remove associated components and config files for the program selected). Much more of the zeitgeist tracking software had been installed unknown to me, and so I chose complete removal for all except the zeitgeist shared libraries which looks to be way too embedded in the OS to remove safely. Almost like a dog with a bad case of heart worms, or better yet like a hydra. Chop one head off and there's three more trying to ruin your chi. Sounds pretty much like something microsoft enjoys doing to the people who trust them. Whatever... My laptop now boots in less than half the time, doesn't completely bogg down at random occasionally crashing what I'm using at the time, and it might just be the relief of getting rid of the thing but the rest of the software seems to be running much better without that hydra's heavy tentacles. Aww ferget it... You know what I mean.
Why is it that programs like these have to be brought in quietly through a back door? Perhaps it's because nobody wants that sort of thing on their personal laptop. If I was a tech running server edition on a mainframe that had massive gigs of ram and cores out the wahzoo, then it would be another story. Perhaps then I would like to utilize tracking software. Even then, I would still want it to be an application of my choosing.
Just saying.
Since I use none of featues provided by tracker, I'll go with "complete removal". The day I'll need something like this, I'm sure I'll re-install
– augusto
May 1 '15 at 5:33
add a comment |
your tracker list:
tracker-extract
tracker-store
tracker-miner-apps
tracker-miner-fs
tracker-miner-user-guides
gives me a lot of problems, at startup my CPU (processor) goes up very very very high, say 95% for about 5 or 10 minutes, my hard disks scratch
and if I leave your processes open I have the machine that freezes faster.
The mouse doesn't move anymore and then it's the keyboard.
I'm on a linux-mageia and your trackers are displayed at first I thought they were spyware because the name: "tracker-miner" is more like an application that will undermine bitcoins.
I have a really very powerful machine for work, a "ryzen7" and I fear that your little crabs are very badly made for big machines, because when I kill your processes, I have a 25% chance that the machine freezes
if I don't kill them, I have a 75% chance of getting crashes,
you should apply limits to your trackers and to the passage change your name: because "miner" is more like darknet.
I didn't have this problem with a less powerful machine, don't waste your time replying to me my message and one-way.
Good luck in solving the problem :)
add a comment |
protected by Community♦ Jan 28 '15 at 7:43
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
Scripting solution to disable it permanently on Ubuntu 16.04
As mention in the comments, files mention in this post no longer exist in 16.04.
You can use the following script:
echo -e "nHidden=truen" | 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
(source)
These are confirmed bugs on Launchpad
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/911981
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/925948
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/1063255
What does these processes do?
Tracker is a synergy of technologies that are designed to provide a
highly sophisticated, innovative and integrated desktop.
Tracker provides the following:
- Indexer for desktop search (for more details see this spec : https://wiki.ubuntu.com/IntegratedDesktopSearch)
- Tag database for doing keyword tagging of any object
- Extensible metadata database for apps like gedit and rhythmbox which need to add custom metadata to files
- Database for first class objects allows using tracker's database for storage and implementation of First Class Objects and the Gnome 3.0
Model.
How to get rid of processes?
Disabling tracker for globally (for all users)
- Edit
/etc/xdg/autostart/trackerd.desktop
file with root privileges (sudo -i gedit /etc/xdg/autostart/trackerd.desktop
)
- Add
Hidden=true
to the end of the file
- Do the same for
/etc/xdg/autostart/tracker-applet.desktop
if you want
Disabling tracker for your user only
- Enter the directory
~/.config/autostart
, create it if it does not exist
- Create a file named
trackerd.desktop
Paste the following into the file, save and exit:
[Desktop Entry]
Encoding=UTF-8
Name=Tracker
Hidden=true
Source: https://wiki.ubuntu.com/Tracker
2
Can I uninstall it? sudo apt-get purge tracker
– Gaurav Agarwal
Sep 22 '13 at 13:40
8
@codingcrow Don't uninstall it, and don't even think of a purge. A disable would be enough. :-)
– TomKat
Sep 22 '13 at 13:51
4
@TomKat: Why not? I just didapt-get uninstall tracker
on gnome-ubuntu and it worked fine.. it also removed gnome-documents, but whatever, didn't even know I had that program :)
– benjaoming
Nov 21 '13 at 23:49
4
This doesn't work. Miner still runs on every boot.
– Serrano
Oct 17 '14 at 23:36
2
will disabling this process affect search performance ?
– Nasreddine
Mar 24 '16 at 7:02
|
show 6 more comments
Scripting solution to disable it permanently on Ubuntu 16.04
As mention in the comments, files mention in this post no longer exist in 16.04.
You can use the following script:
echo -e "nHidden=truen" | 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
(source)
These are confirmed bugs on Launchpad
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/911981
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/925948
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/1063255
What does these processes do?
Tracker is a synergy of technologies that are designed to provide a
highly sophisticated, innovative and integrated desktop.
Tracker provides the following:
- Indexer for desktop search (for more details see this spec : https://wiki.ubuntu.com/IntegratedDesktopSearch)
- Tag database for doing keyword tagging of any object
- Extensible metadata database for apps like gedit and rhythmbox which need to add custom metadata to files
- Database for first class objects allows using tracker's database for storage and implementation of First Class Objects and the Gnome 3.0
Model.
How to get rid of processes?
Disabling tracker for globally (for all users)
- Edit
/etc/xdg/autostart/trackerd.desktop
file with root privileges (sudo -i gedit /etc/xdg/autostart/trackerd.desktop
)
- Add
Hidden=true
to the end of the file
- Do the same for
/etc/xdg/autostart/tracker-applet.desktop
if you want
Disabling tracker for your user only
- Enter the directory
~/.config/autostart
, create it if it does not exist
- Create a file named
trackerd.desktop
Paste the following into the file, save and exit:
[Desktop Entry]
Encoding=UTF-8
Name=Tracker
Hidden=true
Source: https://wiki.ubuntu.com/Tracker
2
Can I uninstall it? sudo apt-get purge tracker
– Gaurav Agarwal
Sep 22 '13 at 13:40
8
@codingcrow Don't uninstall it, and don't even think of a purge. A disable would be enough. :-)
– TomKat
Sep 22 '13 at 13:51
4
@TomKat: Why not? I just didapt-get uninstall tracker
on gnome-ubuntu and it worked fine.. it also removed gnome-documents, but whatever, didn't even know I had that program :)
– benjaoming
Nov 21 '13 at 23:49
4
This doesn't work. Miner still runs on every boot.
– Serrano
Oct 17 '14 at 23:36
2
will disabling this process affect search performance ?
– Nasreddine
Mar 24 '16 at 7:02
|
show 6 more comments
Scripting solution to disable it permanently on Ubuntu 16.04
As mention in the comments, files mention in this post no longer exist in 16.04.
You can use the following script:
echo -e "nHidden=truen" | 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
(source)
These are confirmed bugs on Launchpad
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/911981
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/925948
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/1063255
What does these processes do?
Tracker is a synergy of technologies that are designed to provide a
highly sophisticated, innovative and integrated desktop.
Tracker provides the following:
- Indexer for desktop search (for more details see this spec : https://wiki.ubuntu.com/IntegratedDesktopSearch)
- Tag database for doing keyword tagging of any object
- Extensible metadata database for apps like gedit and rhythmbox which need to add custom metadata to files
- Database for first class objects allows using tracker's database for storage and implementation of First Class Objects and the Gnome 3.0
Model.
How to get rid of processes?
Disabling tracker for globally (for all users)
- Edit
/etc/xdg/autostart/trackerd.desktop
file with root privileges (sudo -i gedit /etc/xdg/autostart/trackerd.desktop
)
- Add
Hidden=true
to the end of the file
- Do the same for
/etc/xdg/autostart/tracker-applet.desktop
if you want
Disabling tracker for your user only
- Enter the directory
~/.config/autostart
, create it if it does not exist
- Create a file named
trackerd.desktop
Paste the following into the file, save and exit:
[Desktop Entry]
Encoding=UTF-8
Name=Tracker
Hidden=true
Source: https://wiki.ubuntu.com/Tracker
Scripting solution to disable it permanently on Ubuntu 16.04
As mention in the comments, files mention in this post no longer exist in 16.04.
You can use the following script:
echo -e "nHidden=truen" | 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
(source)
These are confirmed bugs on Launchpad
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/911981
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/925948
- https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/1063255
What does these processes do?
Tracker is a synergy of technologies that are designed to provide a
highly sophisticated, innovative and integrated desktop.
Tracker provides the following:
- Indexer for desktop search (for more details see this spec : https://wiki.ubuntu.com/IntegratedDesktopSearch)
- Tag database for doing keyword tagging of any object
- Extensible metadata database for apps like gedit and rhythmbox which need to add custom metadata to files
- Database for first class objects allows using tracker's database for storage and implementation of First Class Objects and the Gnome 3.0
Model.
How to get rid of processes?
Disabling tracker for globally (for all users)
- Edit
/etc/xdg/autostart/trackerd.desktop
file with root privileges (sudo -i gedit /etc/xdg/autostart/trackerd.desktop
)
- Add
Hidden=true
to the end of the file
- Do the same for
/etc/xdg/autostart/tracker-applet.desktop
if you want
Disabling tracker for your user only
- Enter the directory
~/.config/autostart
, create it if it does not exist
- Create a file named
trackerd.desktop
Paste the following into the file, save and exit:
[Desktop Entry]
Encoding=UTF-8
Name=Tracker
Hidden=true
Source: https://wiki.ubuntu.com/Tracker
edited May 20 '17 at 10:51
David Foerster
28.5k1367113
28.5k1367113
answered Sep 22 '13 at 12:56
Radu RădeanuRadu Rădeanu
119k35252328
119k35252328
2
Can I uninstall it? sudo apt-get purge tracker
– Gaurav Agarwal
Sep 22 '13 at 13:40
8
@codingcrow Don't uninstall it, and don't even think of a purge. A disable would be enough. :-)
– TomKat
Sep 22 '13 at 13:51
4
@TomKat: Why not? I just didapt-get uninstall tracker
on gnome-ubuntu and it worked fine.. it also removed gnome-documents, but whatever, didn't even know I had that program :)
– benjaoming
Nov 21 '13 at 23:49
4
This doesn't work. Miner still runs on every boot.
– Serrano
Oct 17 '14 at 23:36
2
will disabling this process affect search performance ?
– Nasreddine
Mar 24 '16 at 7:02
|
show 6 more comments
2
Can I uninstall it? sudo apt-get purge tracker
– Gaurav Agarwal
Sep 22 '13 at 13:40
8
@codingcrow Don't uninstall it, and don't even think of a purge. A disable would be enough. :-)
– TomKat
Sep 22 '13 at 13:51
4
@TomKat: Why not? I just didapt-get uninstall tracker
on gnome-ubuntu and it worked fine.. it also removed gnome-documents, but whatever, didn't even know I had that program :)
– benjaoming
Nov 21 '13 at 23:49
4
This doesn't work. Miner still runs on every boot.
– Serrano
Oct 17 '14 at 23:36
2
will disabling this process affect search performance ?
– Nasreddine
Mar 24 '16 at 7:02
2
2
Can I uninstall it? sudo apt-get purge tracker
– Gaurav Agarwal
Sep 22 '13 at 13:40
Can I uninstall it? sudo apt-get purge tracker
– Gaurav Agarwal
Sep 22 '13 at 13:40
8
8
@codingcrow Don't uninstall it, and don't even think of a purge. A disable would be enough. :-)
– TomKat
Sep 22 '13 at 13:51
@codingcrow Don't uninstall it, and don't even think of a purge. A disable would be enough. :-)
– TomKat
Sep 22 '13 at 13:51
4
4
@TomKat: Why not? I just did
apt-get uninstall tracker
on gnome-ubuntu and it worked fine.. it also removed gnome-documents, but whatever, didn't even know I had that program :)– benjaoming
Nov 21 '13 at 23:49
@TomKat: Why not? I just did
apt-get uninstall tracker
on gnome-ubuntu and it worked fine.. it also removed gnome-documents, but whatever, didn't even know I had that program :)– benjaoming
Nov 21 '13 at 23:49
4
4
This doesn't work. Miner still runs on every boot.
– Serrano
Oct 17 '14 at 23:36
This doesn't work. Miner still runs on every boot.
– Serrano
Oct 17 '14 at 23:36
2
2
will disabling this process affect search performance ?
– Nasreddine
Mar 24 '16 at 7:02
will disabling this process affect search performance ?
– Nasreddine
Mar 24 '16 at 7:02
|
show 6 more comments
Simply change this values using the gsettings witch will disable the constant indexing of Tracker:
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
The values could be changed using dconf-editor by navigating through org > freedesktop > Tracker > Miner > Files:
After this changes, it is highly recommended to cleanup the database to reclaim some lost space on the disk:
tracker reset --hard # old command: tracker-control -r
2
Thank you very much, I just had to run tracker-control-r and all sorted ...
– JoZ3
Nov 2 '13 at 13:22
1
What exactly doestracker-control -r
do? It sounds like since this posttracker-control
has been deprecated and it's migrated to thetracker daemon
command, buttracker help daemon
(ortracker-control --help
) doesn't mention a-r
flag. Does it still do the same thing? I can't find the old documentation.
– redbmk
Apr 6 '16 at 10:16
4
I believe the modern equivalent istracker reset --hard
.
– jcupitt
Sep 10 '16 at 12:26
1
Following this step, after runtracker-control -r
my laptop went back to smooth again! PS:tracker-control
is not available anymore in 16.04, but relax, it will trigger the substitute command which istracker daemon
.
– adadion
Nov 24 '16 at 7:51
tracker-control: command not found
Why is that?
– Tooniis
Feb 24 '18 at 10:28
add a comment |
Simply change this values using the gsettings witch will disable the constant indexing of Tracker:
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
The values could be changed using dconf-editor by navigating through org > freedesktop > Tracker > Miner > Files:
After this changes, it is highly recommended to cleanup the database to reclaim some lost space on the disk:
tracker reset --hard # old command: tracker-control -r
2
Thank you very much, I just had to run tracker-control-r and all sorted ...
– JoZ3
Nov 2 '13 at 13:22
1
What exactly doestracker-control -r
do? It sounds like since this posttracker-control
has been deprecated and it's migrated to thetracker daemon
command, buttracker help daemon
(ortracker-control --help
) doesn't mention a-r
flag. Does it still do the same thing? I can't find the old documentation.
– redbmk
Apr 6 '16 at 10:16
4
I believe the modern equivalent istracker reset --hard
.
– jcupitt
Sep 10 '16 at 12:26
1
Following this step, after runtracker-control -r
my laptop went back to smooth again! PS:tracker-control
is not available anymore in 16.04, but relax, it will trigger the substitute command which istracker daemon
.
– adadion
Nov 24 '16 at 7:51
tracker-control: command not found
Why is that?
– Tooniis
Feb 24 '18 at 10:28
add a comment |
Simply change this values using the gsettings witch will disable the constant indexing of Tracker:
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
The values could be changed using dconf-editor by navigating through org > freedesktop > Tracker > Miner > Files:
After this changes, it is highly recommended to cleanup the database to reclaim some lost space on the disk:
tracker reset --hard # old command: tracker-control -r
Simply change this values using the gsettings witch will disable the constant indexing of Tracker:
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
The values could be changed using dconf-editor by navigating through org > freedesktop > Tracker > Miner > Files:
After this changes, it is highly recommended to cleanup the database to reclaim some lost space on the disk:
tracker reset --hard # old command: tracker-control -r
edited Aug 2 '18 at 4:11
avp
1034
1034
answered Oct 4 '13 at 3:22
Maxwel LeiteMaxwel Leite
1,56411325
1,56411325
2
Thank you very much, I just had to run tracker-control-r and all sorted ...
– JoZ3
Nov 2 '13 at 13:22
1
What exactly doestracker-control -r
do? It sounds like since this posttracker-control
has been deprecated and it's migrated to thetracker daemon
command, buttracker help daemon
(ortracker-control --help
) doesn't mention a-r
flag. Does it still do the same thing? I can't find the old documentation.
– redbmk
Apr 6 '16 at 10:16
4
I believe the modern equivalent istracker reset --hard
.
– jcupitt
Sep 10 '16 at 12:26
1
Following this step, after runtracker-control -r
my laptop went back to smooth again! PS:tracker-control
is not available anymore in 16.04, but relax, it will trigger the substitute command which istracker daemon
.
– adadion
Nov 24 '16 at 7:51
tracker-control: command not found
Why is that?
– Tooniis
Feb 24 '18 at 10:28
add a comment |
2
Thank you very much, I just had to run tracker-control-r and all sorted ...
– JoZ3
Nov 2 '13 at 13:22
1
What exactly doestracker-control -r
do? It sounds like since this posttracker-control
has been deprecated and it's migrated to thetracker daemon
command, buttracker help daemon
(ortracker-control --help
) doesn't mention a-r
flag. Does it still do the same thing? I can't find the old documentation.
– redbmk
Apr 6 '16 at 10:16
4
I believe the modern equivalent istracker reset --hard
.
– jcupitt
Sep 10 '16 at 12:26
1
Following this step, after runtracker-control -r
my laptop went back to smooth again! PS:tracker-control
is not available anymore in 16.04, but relax, it will trigger the substitute command which istracker daemon
.
– adadion
Nov 24 '16 at 7:51
tracker-control: command not found
Why is that?
– Tooniis
Feb 24 '18 at 10:28
2
2
Thank you very much, I just had to run tracker-control-r and all sorted ...
– JoZ3
Nov 2 '13 at 13:22
Thank you very much, I just had to run tracker-control-r and all sorted ...
– JoZ3
Nov 2 '13 at 13:22
1
1
What exactly does
tracker-control -r
do? It sounds like since this post tracker-control
has been deprecated and it's migrated to the tracker daemon
command, but tracker help daemon
(or tracker-control --help
) doesn't mention a -r
flag. Does it still do the same thing? I can't find the old documentation.– redbmk
Apr 6 '16 at 10:16
What exactly does
tracker-control -r
do? It sounds like since this post tracker-control
has been deprecated and it's migrated to the tracker daemon
command, but tracker help daemon
(or tracker-control --help
) doesn't mention a -r
flag. Does it still do the same thing? I can't find the old documentation.– redbmk
Apr 6 '16 at 10:16
4
4
I believe the modern equivalent is
tracker reset --hard
.– jcupitt
Sep 10 '16 at 12:26
I believe the modern equivalent is
tracker reset --hard
.– jcupitt
Sep 10 '16 at 12:26
1
1
Following this step, after run
tracker-control -r
my laptop went back to smooth again! PS: tracker-control
is not available anymore in 16.04, but relax, it will trigger the substitute command which is tracker daemon
.– adadion
Nov 24 '16 at 7:51
Following this step, after run
tracker-control -r
my laptop went back to smooth again! PS: tracker-control
is not available anymore in 16.04, but relax, it will trigger the substitute command which is tracker daemon
.– adadion
Nov 24 '16 at 7:51
tracker-control: command not found
Why is that?– Tooniis
Feb 24 '18 at 10:28
tracker-control: command not found
Why is that?– Tooniis
Feb 24 '18 at 10:28
add a comment |
Maybe it's relevant for Ubuntu 14.04/GDM, and if it important to do not remove whole service then will be better to stop
and/or renice
.
Hence it can be:
Stop/reniced ( not recommended method ):
$ tracker-control -p
Found 171 PIDs…
Found process ID NNNN for 'tracker-store'
Found process ID MMMM for 'tracker-miner-fs'
$ initctl stop tracker-store && renice -n +19 -p NNNN && initctl start tracker-store
Notice people suggest yet tracker-control -r
and maybe for systems with indexing enabled this will be better:
$ tracker-control -e
OR the same with System Monitor GUI:
Applications > Utilities > System Monitor
- sort > Name
- scroll > tracker-store
- right click > Stop Process
- right click > Change Priority > Very Low
- right click > Continue Process
OR maybe the most appropriate way for systems with running tracker-store:
Applications > System Tools > Search & Indexing
1
Thank you! I hadn't noticed the option to force tracker to be used only when the computer is not being used. Let's see if that does the trick.
– Alfredo Hernández
Sep 30 '15 at 6:20
1
this worked for me. i unchecked all locations, and limited other options to their most minimal settings, the "re-indexed", and it stopped. i like this route, as it is something i will likely remember what i did.
– ryanjdillon
Apr 7 '16 at 17:13
4
For ubuntu users,sudo apt-get install tracker-gui
– smac89
Jun 15 '16 at 21:44
1
Thetracker-gui
program is the only option that didn't feel like a total hack for me. +1
– grooveplex
Nov 6 '16 at 13:25
add a comment |
Maybe it's relevant for Ubuntu 14.04/GDM, and if it important to do not remove whole service then will be better to stop
and/or renice
.
Hence it can be:
Stop/reniced ( not recommended method ):
$ tracker-control -p
Found 171 PIDs…
Found process ID NNNN for 'tracker-store'
Found process ID MMMM for 'tracker-miner-fs'
$ initctl stop tracker-store && renice -n +19 -p NNNN && initctl start tracker-store
Notice people suggest yet tracker-control -r
and maybe for systems with indexing enabled this will be better:
$ tracker-control -e
OR the same with System Monitor GUI:
Applications > Utilities > System Monitor
- sort > Name
- scroll > tracker-store
- right click > Stop Process
- right click > Change Priority > Very Low
- right click > Continue Process
OR maybe the most appropriate way for systems with running tracker-store:
Applications > System Tools > Search & Indexing
1
Thank you! I hadn't noticed the option to force tracker to be used only when the computer is not being used. Let's see if that does the trick.
– Alfredo Hernández
Sep 30 '15 at 6:20
1
this worked for me. i unchecked all locations, and limited other options to their most minimal settings, the "re-indexed", and it stopped. i like this route, as it is something i will likely remember what i did.
– ryanjdillon
Apr 7 '16 at 17:13
4
For ubuntu users,sudo apt-get install tracker-gui
– smac89
Jun 15 '16 at 21:44
1
Thetracker-gui
program is the only option that didn't feel like a total hack for me. +1
– grooveplex
Nov 6 '16 at 13:25
add a comment |
Maybe it's relevant for Ubuntu 14.04/GDM, and if it important to do not remove whole service then will be better to stop
and/or renice
.
Hence it can be:
Stop/reniced ( not recommended method ):
$ tracker-control -p
Found 171 PIDs…
Found process ID NNNN for 'tracker-store'
Found process ID MMMM for 'tracker-miner-fs'
$ initctl stop tracker-store && renice -n +19 -p NNNN && initctl start tracker-store
Notice people suggest yet tracker-control -r
and maybe for systems with indexing enabled this will be better:
$ tracker-control -e
OR the same with System Monitor GUI:
Applications > Utilities > System Monitor
- sort > Name
- scroll > tracker-store
- right click > Stop Process
- right click > Change Priority > Very Low
- right click > Continue Process
OR maybe the most appropriate way for systems with running tracker-store:
Applications > System Tools > Search & Indexing
Maybe it's relevant for Ubuntu 14.04/GDM, and if it important to do not remove whole service then will be better to stop
and/or renice
.
Hence it can be:
Stop/reniced ( not recommended method ):
$ tracker-control -p
Found 171 PIDs…
Found process ID NNNN for 'tracker-store'
Found process ID MMMM for 'tracker-miner-fs'
$ initctl stop tracker-store && renice -n +19 -p NNNN && initctl start tracker-store
Notice people suggest yet tracker-control -r
and maybe for systems with indexing enabled this will be better:
$ tracker-control -e
OR the same with System Monitor GUI:
Applications > Utilities > System Monitor
- sort > Name
- scroll > tracker-store
- right click > Stop Process
- right click > Change Priority > Very Low
- right click > Continue Process
OR maybe the most appropriate way for systems with running tracker-store:
Applications > System Tools > Search & Indexing
edited Jan 8 '15 at 19:20
Mateo
7,41385072
7,41385072
answered Jul 19 '14 at 5:26
swiftswift
2,96621743
2,96621743
1
Thank you! I hadn't noticed the option to force tracker to be used only when the computer is not being used. Let's see if that does the trick.
– Alfredo Hernández
Sep 30 '15 at 6:20
1
this worked for me. i unchecked all locations, and limited other options to their most minimal settings, the "re-indexed", and it stopped. i like this route, as it is something i will likely remember what i did.
– ryanjdillon
Apr 7 '16 at 17:13
4
For ubuntu users,sudo apt-get install tracker-gui
– smac89
Jun 15 '16 at 21:44
1
Thetracker-gui
program is the only option that didn't feel like a total hack for me. +1
– grooveplex
Nov 6 '16 at 13:25
add a comment |
1
Thank you! I hadn't noticed the option to force tracker to be used only when the computer is not being used. Let's see if that does the trick.
– Alfredo Hernández
Sep 30 '15 at 6:20
1
this worked for me. i unchecked all locations, and limited other options to their most minimal settings, the "re-indexed", and it stopped. i like this route, as it is something i will likely remember what i did.
– ryanjdillon
Apr 7 '16 at 17:13
4
For ubuntu users,sudo apt-get install tracker-gui
– smac89
Jun 15 '16 at 21:44
1
Thetracker-gui
program is the only option that didn't feel like a total hack for me. +1
– grooveplex
Nov 6 '16 at 13:25
1
1
Thank you! I hadn't noticed the option to force tracker to be used only when the computer is not being used. Let's see if that does the trick.
– Alfredo Hernández
Sep 30 '15 at 6:20
Thank you! I hadn't noticed the option to force tracker to be used only when the computer is not being used. Let's see if that does the trick.
– Alfredo Hernández
Sep 30 '15 at 6:20
1
1
this worked for me. i unchecked all locations, and limited other options to their most minimal settings, the "re-indexed", and it stopped. i like this route, as it is something i will likely remember what i did.
– ryanjdillon
Apr 7 '16 at 17:13
this worked for me. i unchecked all locations, and limited other options to their most minimal settings, the "re-indexed", and it stopped. i like this route, as it is something i will likely remember what i did.
– ryanjdillon
Apr 7 '16 at 17:13
4
4
For ubuntu users,
sudo apt-get install tracker-gui
– smac89
Jun 15 '16 at 21:44
For ubuntu users,
sudo apt-get install tracker-gui
– smac89
Jun 15 '16 at 21:44
1
1
The
tracker-gui
program is the only option that didn't feel like a total hack for me. +1– grooveplex
Nov 6 '16 at 13:25
The
tracker-gui
program is the only option that didn't feel like a total hack for me. +1– grooveplex
Nov 6 '16 at 13:25
add a comment |
An up to date version for Ubuntu 16.04:
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-apps.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-fs.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-user-guides.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-store.desktop
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
tracker reset --hard
Basically this is a remix of Radu's and Maxwell's answers, but locations and commands have been updated to Ubuntu 16.04 (there were multiple changes).
When adding these lines one by one in terminal, it gives this timeout warnning for each command.echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop sudo: unable to resolve host Thusitha: Connection timed out
– Thusitha Sumanadasa
Oct 5 '16 at 8:37
add a comment |
An up to date version for Ubuntu 16.04:
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-apps.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-fs.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-user-guides.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-store.desktop
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
tracker reset --hard
Basically this is a remix of Radu's and Maxwell's answers, but locations and commands have been updated to Ubuntu 16.04 (there were multiple changes).
When adding these lines one by one in terminal, it gives this timeout warnning for each command.echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop sudo: unable to resolve host Thusitha: Connection timed out
– Thusitha Sumanadasa
Oct 5 '16 at 8:37
add a comment |
An up to date version for Ubuntu 16.04:
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-apps.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-fs.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-user-guides.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-store.desktop
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
tracker reset --hard
Basically this is a remix of Radu's and Maxwell's answers, but locations and commands have been updated to Ubuntu 16.04 (there were multiple changes).
An up to date version for Ubuntu 16.04:
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-apps.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-fs.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-miner-user-guides.desktop
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-store.desktop
gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false
tracker reset --hard
Basically this is a remix of Radu's and Maxwell's answers, but locations and commands have been updated to Ubuntu 16.04 (there were multiple changes).
answered May 30 '16 at 11:27
Attila FulopAttila Fulop
550720
550720
When adding these lines one by one in terminal, it gives this timeout warnning for each command.echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop sudo: unable to resolve host Thusitha: Connection timed out
– Thusitha Sumanadasa
Oct 5 '16 at 8:37
add a comment |
When adding these lines one by one in terminal, it gives this timeout warnning for each command.echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop sudo: unable to resolve host Thusitha: Connection timed out
– Thusitha Sumanadasa
Oct 5 '16 at 8:37
When adding these lines one by one in terminal, it gives this timeout warnning for each command.
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop sudo: unable to resolve host Thusitha: Connection timed out
– Thusitha Sumanadasa
Oct 5 '16 at 8:37
When adding these lines one by one in terminal, it gives this timeout warnning for each command.
echo -e "nHidden=truen"|sudo tee --append /etc/xdg/autostart/tracker-extract.desktop sudo: unable to resolve host Thusitha: Connection timed out
– Thusitha Sumanadasa
Oct 5 '16 at 8:37
add a comment |
Enable advanced Startup Applications with this command:
sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
Run Startup Applications and uncheck Tracker File System Miner and the other similar items. They can be re-enabled just as easily.
add a comment |
Enable advanced Startup Applications with this command:
sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
Run Startup Applications and uncheck Tracker File System Miner and the other similar items. They can be re-enabled just as easily.
add a comment |
Enable advanced Startup Applications with this command:
sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
Run Startup Applications and uncheck Tracker File System Miner and the other similar items. They can be re-enabled just as easily.
Enable advanced Startup Applications with this command:
sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
Run Startup Applications and uncheck Tracker File System Miner and the other similar items. They can be re-enabled just as easily.
edited Mar 28 '15 at 2:39
swift
2,96621743
2,96621743
answered Oct 15 '14 at 19:43
ChristopherChristopher
36326
36326
add a comment |
add a comment |
Using Synaptic, I selected "mark for complete removal" for "tracker", and for "zeitgeist" (kin to using the purge command which is supposed to remove associated components and config files for the program selected). Much more of the zeitgeist tracking software had been installed unknown to me, and so I chose complete removal for all except the zeitgeist shared libraries which looks to be way too embedded in the OS to remove safely. Almost like a dog with a bad case of heart worms, or better yet like a hydra. Chop one head off and there's three more trying to ruin your chi. Sounds pretty much like something microsoft enjoys doing to the people who trust them. Whatever... My laptop now boots in less than half the time, doesn't completely bogg down at random occasionally crashing what I'm using at the time, and it might just be the relief of getting rid of the thing but the rest of the software seems to be running much better without that hydra's heavy tentacles. Aww ferget it... You know what I mean.
Why is it that programs like these have to be brought in quietly through a back door? Perhaps it's because nobody wants that sort of thing on their personal laptop. If I was a tech running server edition on a mainframe that had massive gigs of ram and cores out the wahzoo, then it would be another story. Perhaps then I would like to utilize tracking software. Even then, I would still want it to be an application of my choosing.
Just saying.
Since I use none of featues provided by tracker, I'll go with "complete removal". The day I'll need something like this, I'm sure I'll re-install
– augusto
May 1 '15 at 5:33
add a comment |
Using Synaptic, I selected "mark for complete removal" for "tracker", and for "zeitgeist" (kin to using the purge command which is supposed to remove associated components and config files for the program selected). Much more of the zeitgeist tracking software had been installed unknown to me, and so I chose complete removal for all except the zeitgeist shared libraries which looks to be way too embedded in the OS to remove safely. Almost like a dog with a bad case of heart worms, or better yet like a hydra. Chop one head off and there's three more trying to ruin your chi. Sounds pretty much like something microsoft enjoys doing to the people who trust them. Whatever... My laptop now boots in less than half the time, doesn't completely bogg down at random occasionally crashing what I'm using at the time, and it might just be the relief of getting rid of the thing but the rest of the software seems to be running much better without that hydra's heavy tentacles. Aww ferget it... You know what I mean.
Why is it that programs like these have to be brought in quietly through a back door? Perhaps it's because nobody wants that sort of thing on their personal laptop. If I was a tech running server edition on a mainframe that had massive gigs of ram and cores out the wahzoo, then it would be another story. Perhaps then I would like to utilize tracking software. Even then, I would still want it to be an application of my choosing.
Just saying.
Since I use none of featues provided by tracker, I'll go with "complete removal". The day I'll need something like this, I'm sure I'll re-install
– augusto
May 1 '15 at 5:33
add a comment |
Using Synaptic, I selected "mark for complete removal" for "tracker", and for "zeitgeist" (kin to using the purge command which is supposed to remove associated components and config files for the program selected). Much more of the zeitgeist tracking software had been installed unknown to me, and so I chose complete removal for all except the zeitgeist shared libraries which looks to be way too embedded in the OS to remove safely. Almost like a dog with a bad case of heart worms, or better yet like a hydra. Chop one head off and there's three more trying to ruin your chi. Sounds pretty much like something microsoft enjoys doing to the people who trust them. Whatever... My laptop now boots in less than half the time, doesn't completely bogg down at random occasionally crashing what I'm using at the time, and it might just be the relief of getting rid of the thing but the rest of the software seems to be running much better without that hydra's heavy tentacles. Aww ferget it... You know what I mean.
Why is it that programs like these have to be brought in quietly through a back door? Perhaps it's because nobody wants that sort of thing on their personal laptop. If I was a tech running server edition on a mainframe that had massive gigs of ram and cores out the wahzoo, then it would be another story. Perhaps then I would like to utilize tracking software. Even then, I would still want it to be an application of my choosing.
Just saying.
Using Synaptic, I selected "mark for complete removal" for "tracker", and for "zeitgeist" (kin to using the purge command which is supposed to remove associated components and config files for the program selected). Much more of the zeitgeist tracking software had been installed unknown to me, and so I chose complete removal for all except the zeitgeist shared libraries which looks to be way too embedded in the OS to remove safely. Almost like a dog with a bad case of heart worms, or better yet like a hydra. Chop one head off and there's three more trying to ruin your chi. Sounds pretty much like something microsoft enjoys doing to the people who trust them. Whatever... My laptop now boots in less than half the time, doesn't completely bogg down at random occasionally crashing what I'm using at the time, and it might just be the relief of getting rid of the thing but the rest of the software seems to be running much better without that hydra's heavy tentacles. Aww ferget it... You know what I mean.
Why is it that programs like these have to be brought in quietly through a back door? Perhaps it's because nobody wants that sort of thing on their personal laptop. If I was a tech running server edition on a mainframe that had massive gigs of ram and cores out the wahzoo, then it would be another story. Perhaps then I would like to utilize tracking software. Even then, I would still want it to be an application of my choosing.
Just saying.
answered Jan 30 '14 at 1:35
user241578user241578
4911
4911
Since I use none of featues provided by tracker, I'll go with "complete removal". The day I'll need something like this, I'm sure I'll re-install
– augusto
May 1 '15 at 5:33
add a comment |
Since I use none of featues provided by tracker, I'll go with "complete removal". The day I'll need something like this, I'm sure I'll re-install
– augusto
May 1 '15 at 5:33
Since I use none of featues provided by tracker, I'll go with "complete removal". The day I'll need something like this, I'm sure I'll re-install
– augusto
May 1 '15 at 5:33
Since I use none of featues provided by tracker, I'll go with "complete removal". The day I'll need something like this, I'm sure I'll re-install
– augusto
May 1 '15 at 5:33
add a comment |
your tracker list:
tracker-extract
tracker-store
tracker-miner-apps
tracker-miner-fs
tracker-miner-user-guides
gives me a lot of problems, at startup my CPU (processor) goes up very very very high, say 95% for about 5 or 10 minutes, my hard disks scratch
and if I leave your processes open I have the machine that freezes faster.
The mouse doesn't move anymore and then it's the keyboard.
I'm on a linux-mageia and your trackers are displayed at first I thought they were spyware because the name: "tracker-miner" is more like an application that will undermine bitcoins.
I have a really very powerful machine for work, a "ryzen7" and I fear that your little crabs are very badly made for big machines, because when I kill your processes, I have a 25% chance that the machine freezes
if I don't kill them, I have a 75% chance of getting crashes,
you should apply limits to your trackers and to the passage change your name: because "miner" is more like darknet.
I didn't have this problem with a less powerful machine, don't waste your time replying to me my message and one-way.
Good luck in solving the problem :)
add a comment |
your tracker list:
tracker-extract
tracker-store
tracker-miner-apps
tracker-miner-fs
tracker-miner-user-guides
gives me a lot of problems, at startup my CPU (processor) goes up very very very high, say 95% for about 5 or 10 minutes, my hard disks scratch
and if I leave your processes open I have the machine that freezes faster.
The mouse doesn't move anymore and then it's the keyboard.
I'm on a linux-mageia and your trackers are displayed at first I thought they were spyware because the name: "tracker-miner" is more like an application that will undermine bitcoins.
I have a really very powerful machine for work, a "ryzen7" and I fear that your little crabs are very badly made for big machines, because when I kill your processes, I have a 25% chance that the machine freezes
if I don't kill them, I have a 75% chance of getting crashes,
you should apply limits to your trackers and to the passage change your name: because "miner" is more like darknet.
I didn't have this problem with a less powerful machine, don't waste your time replying to me my message and one-way.
Good luck in solving the problem :)
add a comment |
your tracker list:
tracker-extract
tracker-store
tracker-miner-apps
tracker-miner-fs
tracker-miner-user-guides
gives me a lot of problems, at startup my CPU (processor) goes up very very very high, say 95% for about 5 or 10 minutes, my hard disks scratch
and if I leave your processes open I have the machine that freezes faster.
The mouse doesn't move anymore and then it's the keyboard.
I'm on a linux-mageia and your trackers are displayed at first I thought they were spyware because the name: "tracker-miner" is more like an application that will undermine bitcoins.
I have a really very powerful machine for work, a "ryzen7" and I fear that your little crabs are very badly made for big machines, because when I kill your processes, I have a 25% chance that the machine freezes
if I don't kill them, I have a 75% chance of getting crashes,
you should apply limits to your trackers and to the passage change your name: because "miner" is more like darknet.
I didn't have this problem with a less powerful machine, don't waste your time replying to me my message and one-way.
Good luck in solving the problem :)
your tracker list:
tracker-extract
tracker-store
tracker-miner-apps
tracker-miner-fs
tracker-miner-user-guides
gives me a lot of problems, at startup my CPU (processor) goes up very very very high, say 95% for about 5 or 10 minutes, my hard disks scratch
and if I leave your processes open I have the machine that freezes faster.
The mouse doesn't move anymore and then it's the keyboard.
I'm on a linux-mageia and your trackers are displayed at first I thought they were spyware because the name: "tracker-miner" is more like an application that will undermine bitcoins.
I have a really very powerful machine for work, a "ryzen7" and I fear that your little crabs are very badly made for big machines, because when I kill your processes, I have a 25% chance that the machine freezes
if I don't kill them, I have a 75% chance of getting crashes,
you should apply limits to your trackers and to the passage change your name: because "miner" is more like darknet.
I didn't have this problem with a less powerful machine, don't waste your time replying to me my message and one-way.
Good luck in solving the problem :)
answered Feb 26 at 9:05
John DoeJohn Doe
1301213
1301213
add a comment |
add a comment |
protected by Community♦ Jan 28 '15 at 7:43
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Is all the software on your system from the software center or have you installed software from elsewhere? Can you connect
tracker-x
to anything? FWIW, I don't see a process calledtracker-x
with Lubuntu 13.04. If you have no "privacy concerns" you could post the output of something likeps -e
anddpkg --get-selections
here or @ pastebin. Maybe someone could figure out what's happening.– user25656
Sep 16 '13 at 12:21
@vasa1 My wrong, tracker-x mean tracker-store and tracker-miner-fs
– Gaurav Agarwal
Sep 16 '13 at 12:55
3
I have just experienced something similar on Ubuntu 16.04.1 LTS.
– Alexey
Sep 15 '16 at 18:39
There may be problem files that are preventing tracker from finishing it index. Rather than remove tracker, I have an answer that might help with problem files being left in
/tmp/tracker-extract-files.1000
. It will still index for a short while after reboot, but it should finish in at most a couple of minutes.– scruss
May 16 '17 at 13:30