blob: 6b5ffecc6db8593420bdcc21119c5a4c815441e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# plsnocompute
Masks resource-draining user services so they don't run.
## Masked services
* Baloo (KDE file-indexer)
* DrKonqi (KDE crash-handler)
* LocalSearch (GNOME file-indexer)
## Frequently Unasked Questions
Q: Why mask these services instead of just, not installing them? I am smart.
A: Because they're dependencies for large desktop environments and it's hard to install said environments without these services without a lot of extra work. And masking these services is the path of least resistance.
## License
Released to the public domain to the greatest extent possible via the [CC0 License].
[CC0 License]: ./LICENSE.md
|