bug-guix
[Top][All Lists]
Advanced

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

bug#72346: dbus session daemon fail to start kdeconnectd


From: 宋文武
Subject: bug#72346: dbus session daemon fail to start kdeconnectd
Date: Wed, 31 Jul 2024 07:58:14 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> [...]
> Subject: [PATCH] gnu: kdeconnect: Fix dbus autostart.
>
> * gnu/packages/kde.scm (kdeconnect)[phases]: Add fix-dbus-autostart phase.
>
> Change-Id: I27ac61e41f15f9ff2de658fbd04633820f5e0966
> ---
>  gnu/packages/kde.scm | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
> index 59f3b1052b..0e51e3e230 100644
> --- a/gnu/packages/kde.scm
> +++ b/gnu/packages/kde.scm
> @@ -1326,6 +1326,12 @@ (define-public kdeconnect
>                     "-DKDE_INSTALL_LIBEXECDIR=libexec"
>                     ;; So kdeconnect.so isn't installed to lib/plugins
>                     "-DPLUGIN_INSTALL_DIR=lib/qt6/plugins")
> +           #:phases #~(modify-phases %standard-phases
> +                        (add-after 'unpack 'fix-dbus-autostart
> +                          (lambda _
> +                            (substitute* 
> "daemon/org.kde.kdeconnect.service.in"
> +                              (("kdeconnectd")
> +                               (string-append #$output 
> "/bin/kdeconnectd"))))))
>             #:tests? #f)) ; tests fail hard in our build environment
>      (native-inputs
>       (list extra-cmake-modules
>
> base-commit: fdc6274de5b1d617fcabb3f3af9d2c0dd2a6520d
> prerequisite-patch-id: 9429d31c7fc951f1c90d8df0d4c1d5655f38287f
> prerequisite-patch-id: 8aba1f6e2d202562de36cf70cb0cb0a4eaa76de7

Pushed to master, thank you!






reply via email to

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