summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-03-05 06:54:28 +0530
committerSughosha <sughosha@disroot.org>2026-03-05 07:54:12 +0530
commit08a5d6587f2a38306e621833f848ac7ef0013671 (patch)
tree86839112c368de29ce3bdaf94d4f5f768d1c615c /gnu/services
parenta375202ad3443e4c3fb492160e32aa6abcc965bd (diff)
services: plasma-desktop: Cleanup plasma-dbus-service.
* gnu/services/desktop.scm (plasma-dbus-service): Reorder; remove kactivitymanagerd and kwallet. Change-Id: I304490c20006d60729fe7984a1c1b8c7d84f62fc
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/desktop.scm18
1 files changed, 8 insertions, 10 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 52f9acaafe2..0485156319f 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -2343,20 +2343,18 @@ rules."
(let ((plasma-plasma (plasma-package config)))
(map (lambda (name)
((package-direct-input-selector name) plasma-plasma))
- '("packagekit" ;for discover
- "plasma-desktop"
- "plasma-workspace"
- "kactivitymanagerd"
- "plasma-disks"
- "kdeplasma-addons"
+ '("kdeplasma-addons"
"kinfocenter"
- "libksysguard"
"kpmcore"
"ktexteditor"
"kwalletmanager"
- "powerdevil"
- "kwallet"
- "plasma-firewall"))))
+ "libksysguard"
+ "packagekit" ;for discover
+ "plasma-desktop"
+ "plasma-disks"
+ "plasma-firewall"
+ "plasma-workspace"
+ "powerdevil"))))
;; see https://bugs.kde.org/show_bug.cgi?id=456210
;; if `kde' no exits, fallback to `other', and then unlock lockscreen not work,