guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 826a6bea2761cf3eb9d1d4cc0f5af4cb22fe8a2a
Author: Sughosha <[email protected]>
AuthorDate: Sun Mar 8 00:02:05 2026 +0530

    services: plasma-desktop: Enable kde-inotify-survey.
    
    * gnu/services/desktop.scm (plasma-polkit-settings): Add kde-inotify-survey.
    (plasma-dbus-service): Ditto.
    
    Change-Id: Ic4598dca4a8c109821b5de60d1b5bdb1d7f6f6bf
---
 gnu/services/desktop.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 7ba7c0d0d5..9f61135de1 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -2327,6 +2327,7 @@ rules."
            ((package-direct-input-selector name) plasma-plasma))
          '("bolt" ;for plasma-thunderbolt
            "fwupd" ;for kinfocenter and discover
+           "kde-inotify-survey"
            "kdeplasma-addons"
            "kinfocenter"
            "kpmcore"
@@ -2347,6 +2348,7 @@ rules."
            ((package-direct-input-selector name) plasma-plasma))
          '("bolt" ;for plasma-thunderbolt
            "fwupd" ;for kinfocenter and discover
+           "kde-inotify-survey"
            "kdeplasma-addons"
            "kinfocenter"
            "kpmcore"

Reply via email to