This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:modify_desktop_session [2022/04/11 07:29] – [tracker] jansen | linux:modify_desktop_session [2022/06/28 07:24] (current) – [Evolution] jansen | ||
|---|---|---|---|
| Line 37: | Line 37: | ||
| 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. | 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 |
| balooctl disable | balooctl disable | ||
| ===== Evolution ===== | ===== Evolution ===== | ||
| - | Evolution is a mail/ | + | Evolution is a mail/ |
| 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 | |