User Tools

Site Tools


linux:modify_desktop_session

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:modify_desktop_session [2018/07/25 10:43] – [Programs that start with each session] jansenlinux:modify_desktop_session [2022/06/28 07:24] (current) – [Evolution] jansen
Line 30: Line 30:
  
 ===== tracker ===== ===== tracker =====
-The ''tracker'' file indexer will run by default in some cases, even if it doesn't show up in your startup applications. If that is the case, and you want to disable it, run ''tracker-preferences'' and make sure all indexed file locations are unchecked, then go to the last tab and remove the indexes. +The ''tracker'' file indexer will run by default in some cases, even if it doesn't show up in your startup applications. If that is the case, and you want to disable it, run ''tracker3 reset -r -s'' to stop the processes and remove all indexes, if you want the service completely disabled.
-Or (perhaps easier), run ''tracker reset -r'' to stop the processes and remove all indexes, if you want the service completely disabled.+
 To be even more sure it will not be started automatically, execute this: To be even more sure it will not be started automatically, execute this:
-  touch ~/.config/autostart/tracker-miner-flickr.desktop ~/.config/autostart/tracker-miner-fs.desktop ~/.config/autostart/tracker-store.desktop+  touch ~/.config/autostart/tracker-miner-rss-3.desktop ~/.config/autostart/tracker-miner-fs-3.desktop 
 (these files in your .config will override the system files, and since you are creating empty files here, nothing will be started) (these files in your .config will override the system files, and since you are creating empty files here, nothing will be started)
  
 +The reason why you may want to disable these services: even though a desktop search engine sounds like a good idea, but indexing all of the big data disks as soon as you access them, takes a lot of network bandwith, cpu time and memory, and storing the index of the disks will probably exceed your home disk quota.
 ===== Baloo ===== ===== Baloo =====
-The Baloo file indexer can consume huge amounts of memory. To switch it off, run:+The Baloo file indexer is another desktop search engine, which can consume huge amounts of memory. To switch it off, run:
   balooctl disable   balooctl disable
  
 ===== Evolution ===== ===== Evolution =====
-Evolution is a mail/calendar suite, and can be a very useful tool, if you use it. Unfortunately, a lot of programs are started in each user session, even if you don't need them, or even if you have never used evolution. These programs don'rt show up in the usual sesson program dialogs, but from the commandline it is possible to disable them:+Evolution is a mail/calendar suite, and can be a very useful tool, if you use it. Unfortunately, a lot of programs are started in each user session, even if you don't need them, or even if you have never used evolution. These programs don'show up in the usual session program dialogs, but from the commandline it is possible to disable them:
  
   systemctl --user daemon-reload   systemctl --user daemon-reload
Line 47: Line 47:
   systemctl --user disable --now evolution-calendar-factory   systemctl --user disable --now evolution-calendar-factory
   systemctl --user disable --now evolution-addressbook-factory   systemctl --user disable --now evolution-addressbook-factory
- +  systemctl --user disable --now evolution-alarm-notify
linux/modify_desktop_session.txt · Last modified: 2022/06/28 07:24 by jansen