add disable-local-search-indexer-in-gnome.gmi

This commit is contained in:
postscriptum 2026-03-23 00:58:17 +02:00
parent be364bf43e
commit b6147a0647
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# Disable local search (indexer) in GNOME
I recently disabled and masked the local search indexer in GNOME, and now my HDD can rest in silence!
``` bash
systemctl --user stop localsearch-3.service
systemctl --user mask localsearch-3.service
rm -rf ~/.cache/tracker3
```
Before, this damn indexer made me angry by waiting for the filesystem to unlock while I was coding, especially with Firefox running and caching those "modern" web pages. It was maddening. I hate the money/feature makers, SSD traders, and their users - especially the users. I should have thrown out your ugly software long ago instead of installing the required one.
=> gemini://bbs.geminispace.org/s/GNOME/40231 Discussion on BBS

View file

@ -15,6 +15,7 @@
### Software ### Software
=> disable-local-search-indexer-in-gnome.gmi 2026-03-23 Disable local search (indexer) in GNOME
=> shared-mount-point-for-multiple-sources.gmi 2025-12-04 Shared mount point for multiple sources => shared-mount-point-for-multiple-sources.gmi 2025-12-04 Shared mount point for multiple sources
=> configure-power-button-in-armbian.gmi 2025-10-22 Configure power button in Armbian => configure-power-button-in-armbian.gmi 2025-10-22 Configure power button in Armbian
=> turn-off-imac-startup-sound-in-linux.gmi 2025-10-22 Turn off iMac startup sound in Linux => turn-off-imac-startup-sound-in-linux.gmi 2025-10-22 Turn off iMac startup sound in Linux