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
Next revisionBoth sides next revision
linux:modify_desktop_session [2018/01/08 09:21] – [Programs that start with each session] jansenlinux:modify_desktop_session [2018/01/18 10:26] 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 ''tracker-preferences'' and make sure all indexed file locations are unchecked, then go to the last tab and remove the indexes.
-Or (perhaps easier), run ''tracker-control -r'' 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-flickr.desktop ~/.config/autostart/tracker-miner-fs.desktop ~/.config/autostart/tracker-store.desktop
Line 38: Line 38:
 The Baloo file indexer can consume huge amounts of memory. To switch it off, run: The Baloo file indexer can consume huge amounts of memory. To switch it off, run:
   balooctl disable   balooctl disable
 +
 +===== 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:
 +
 +  systemctl --user daemon-reload
 +  systemctl --user disable --now evolution-source-registry
 +  systemctl --user disable --now evolution-calendar-factory
 +  systemctl --user disable --now evolution-addressbook-factory
 +
  
linux/modify_desktop_session.txt · Last modified: 2022/06/28 07:24 by jansen