bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47030: blueman fails to find a dbus service file


From: Milan Svoboda
Subject: bug#47030: blueman fails to find a dbus service file
Date: Fri, 10 Dec 2021 23:04:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2

Better solution was suggested on IRC instead of modify-services:

(simple-service 'blueman dbus-root-service-type (list blueman))

Milan

On 12/10/21 22:48, Milan Svoboda wrote:
Hello,


I had the exactly same problem, and this fixes it:

Those packages in system config:

                    "bluez-alsa"
                    "bluez"
                    "blueman"
                    "pulseaudio"


This service added

      (service bluetooth-service-type
          (bluetooth-configuration
              (auto-enable? #t)))


And this to modify-services

            (dbus-root-service-type config =>
                       (dbus-configuration (inherit config)
                                (services (list blueman))))

Milan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]