all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Karl Hallsby via Guix-patches via <guix-patches@gnu.org>
To: 75169@debbugs.gnu.org
Cc: Raven Hallsby <karl@hallsby.com>
Subject: [bug#75169] [PATCH] gnu: Allow Plasma 6 to access bluetooth devices in "System Settings"
Date: Sat, 28 Dec 2024 16:09:51 -0600	[thread overview]
Message-ID: <63319d819602dbf11d467649ca8fa9be432dd915.1735423702.git.karl@hallsby.com> (raw)

From: Raven Hallsby <karl@hallsby.com>

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

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

Change-Id: If6a740c88e81bac4ccc220e918c17045eaa8e597
---
 gnu/packages/kde-plasma.scm | 6 +++++-
 gnu/services/desktop.scm    | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 817126f3e1..241d953e9a 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -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,11 @@ (define-public bluedevil
                   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 +1758,7 @@ (define-public plasma
                              plasma-nm
                              plasma-pa
                              plasma-systemmonitor
+                             bluedevil
                              ;; plasma-thunderbolt ;; waiting for bolt
                              kglobalaccel
                              kglobalacceld
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 4f679485bc..d99082e3f9 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2021, 2022 muradm <mail@muradm.net>
 ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1807,6 +1808,7 @@ (define (plasma-dbus-service config)
            "libksysguard"
            "ktexteditor"
            "powerdevil"
+           "bluedevil"
            "kwallet"
            "plasma-firewall"))))
 

base-commit: 5b8c19c2089c18a98eed87a10a303d24ea9666db
-- 
2.46.0





                 reply	other threads:[~2024-12-28 22:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=63319d819602dbf11d467649ca8fa9be432dd915.1735423702.git.karl@hallsby.com \
    --to=guix-patches@gnu.org \
    --cc=75169@debbugs.gnu.org \
    --cc=karl@hallsby.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.