~ruther/guix-local

9d7a9b6dc655ec6dd3cdb6f50fea1ca98f12fb8d — Raven Hallsby 1 year, 4 months ago eb2092d
service: plasma: Allow access bluetooth devices in "System Settings".

This adds the Bluetooth section back to KDE Plasma 6's System Settings menu.

* gnu/packages/kde-plasma.scm (bluedevil): Propagate bluez-qt.
* gnu/packages/kde-plasma.scm (plasma)[inputs]: Add bluedevil.
* gnu/services/desktop.scm (plasma-dbus-service): Add bluedevil as dbus-based
application.

Change-Id: If6a740c88e81bac4ccc220e918c17045eaa8e597
2 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/kde-plasma.scm
M gnu/services/desktop.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +4 -1
@@ 7,6 7,7 @@
;;; Copyright © 2020, 2023, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 123,9 124,10 @@
                  ki18n
                  kio
                  kdeclarative
                  bluez-qt
                  shared-mime-info
                  qtdeclarative))
    (propagated-inputs
     (list bluez-qt))
    (synopsis "Manage the Bluetooth settings from Plasma")
    (description
     "This package provides Bluetooth manager for Plasma Shell.")


@@ 1755,6 1757,7 @@ on top of Baloo.")
                             plasma-nm
                             plasma-pa
                             plasma-systemmonitor
                             bluedevil
                             ;; plasma-thunderbolt ;; waiting for bolt
                             kglobalaccel
                             kglobalacceld

M gnu/services/desktop.scm => gnu/services/desktop.scm +2 -0
@@ 18,6 18,7 @@
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 45mg <45mg.writes@gmail.com>
;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 1862,6 1863,7 @@ rules."
           "libksysguard"
           "ktexteditor"
           "powerdevil"
           "bluedevil"
           "kwallet"
           "plasma-firewall"))))