diff options
Diffstat (limited to 'guides')
| -rw-r--r-- | guides/sysadmin/opensuse.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/sysadmin/opensuse.org b/guides/sysadmin/opensuse.org index 29ee328..8f79e12 100644 --- a/guides/sysadmin/opensuse.org +++ b/guides/sysadmin/opensuse.org @@ -32,18 +32,18 @@ To make permanent, either: ** Software *** Disable Akonadi Takes up RAM, clutters htop; no use for it. -**** via configuration (symptom) +**** 🙅 via configuration? (symptom) 1. ~akonadictl stop~ 2. set =StartServer=false= in =~/.config/akonadi/akonadiserverrc=. Gave up at step 2: that file already existed, had some =[Sections]=, and I was too lazy to look up where =StartServer= should go. -**** via reading [[https://userbase.kde.org/Akonadi#Disabling_the_Akonadi_subsystem][the docs]] +**** 🙅 via reading [[https://userbase.kde.org/Akonadi#Disabling_the_Akonadi_subsystem][the docs]]? Insist on the /Digital Clock/ widget being a likely culprit, but the /Calendar Events/ option (as it is spelled here) is unchecked. -**** via uninstallation +**** 🙅 via uninstallation? ~zypper remove --clean-deps akonadi~ shows some collaterals (sqlite3). -**** via configuration (cause) +**** 🙆 via configuration? (cause) Kudos [[https://unix.stackexchange.com/questions/725548/kde-plasma-prevent-akonadi-stuff-from-being-launched-at-startup][MC68020]] for finding the culprit - kalendarac is the auto-started service that loads Akonadi. Suppress with =Hidden=True= in =${XDG_CONFIG_HOME:-~/.config}/autostart/org.kde.kalendarac.desktop=. |
