diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-05 06:54:28 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-05 07:54:12 +0530 |
| commit | 08a5d6587f2a38306e621833f848ac7ef0013671 (patch) | |
| tree | 86839112c368de29ce3bdaf94d4f5f768d1c615c /gnu/services | |
| parent | a375202ad3443e4c3fb492160e32aa6abcc965bd (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.scm | 18 |
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." | |||
| 2343 | (let ((plasma-plasma (plasma-package config))) | 2343 | (let ((plasma-plasma (plasma-package config))) |
| 2344 | (map (lambda (name) | 2344 | (map (lambda (name) |
| 2345 | ((package-direct-input-selector name) plasma-plasma)) | 2345 | ((package-direct-input-selector name) plasma-plasma)) |
| 2346 | '("packagekit" ;for discover | 2346 | '("kdeplasma-addons" |
| 2347 | "plasma-desktop" | ||
| 2348 | "plasma-workspace" | ||
| 2349 | "kactivitymanagerd" | ||
| 2350 | "plasma-disks" | ||
| 2351 | "kdeplasma-addons" | ||
| 2352 | "kinfocenter" | 2347 | "kinfocenter" |
| 2353 | "libksysguard" | ||
| 2354 | "kpmcore" | 2348 | "kpmcore" |
| 2355 | "ktexteditor" | 2349 | "ktexteditor" |
| 2356 | "kwalletmanager" | 2350 | "kwalletmanager" |
| 2357 | "powerdevil" | 2351 | "libksysguard" |
| 2358 | "kwallet" | 2352 | "packagekit" ;for discover |
| 2359 | "plasma-firewall")))) | 2353 | "plasma-desktop" |
| 2354 | "plasma-disks" | ||
| 2355 | "plasma-firewall" | ||
| 2356 | "plasma-workspace" | ||
| 2357 | "powerdevil")))) | ||
| 2360 | 2358 | ||
| 2361 | ;; see https://bugs.kde.org/show_bug.cgi?id=456210 | 2359 | ;; see https://bugs.kde.org/show_bug.cgi?id=456210 |
| 2362 | ;; if `kde' no exits, fallback to `other', and then unlock lockscreen not work, | 2360 | ;; if `kde' no exits, fallback to `other', and then unlock lockscreen not work, |
