mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-04-01 05:05:27 +00:00
add disable-local-search-indexer-in-gnome.gmi
This commit is contained in:
parent
be364bf43e
commit
b6147a0647
2 changed files with 14 additions and 0 deletions
13
public/en/disable-local-search-indexer-in-gnome.gmi
Normal file
13
public/en/disable-local-search-indexer-in-gnome.gmi
Normal 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
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
### 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
|
||||
=> 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue