GNU bug report logs - #42021
[PATCH] Fix flatpak configure option

Previous Next

Package: guix-patches;

Reported by: Robin Templeton <robin <at> terpri.org>

Date: Tue, 23 Jun 2020 15:42:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42021 in the body.
You can then email your comments to 42021 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42021; Package guix-patches. (Tue, 23 Jun 2020 15:42:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Robin Templeton <robin <at> terpri.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 23 Jun 2020 15:42:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Robin Templeton <robin <at> terpri.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] Fix flatpak configure option
Date: Tue, 23 Jun 2020 11:41:26 -0400
Currently, running an installed flatpak program (e.g. "flatpak run
com.github.micahflee.torbrowser-launcher") results in this error:

"bwrap: execvp xdg-dbus-proxy: No such file or directory"

Setting the full xdg-dbug-proxy path during configuration prevents this
error and allows flatpak programs to be run normally.

From 401c68d4d1581bc93eb67ff1f4feb21014dc513f Mon Sep 17 00:00:00 2001
From: Robin Templeton <robin <at> terpri.org>
Date: Tue, 23 Jun 2020 11:17:07 -0400
Subject: [PATCH] gnu: flatpak: Fix xdg-dbus-proxy configure flag.

* gnu/packages/package-management.scm (flatpak) [arguments]: Pass the full
"xdg-dbus-proxy" program path to the "--with-system-dbus-proxy" configure
flag.
---
 gnu/packages/package-management.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 2cd7886011..44321240e9 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1152,7 +1152,9 @@ the boot loader configuration.")
        (string-append "--with-system-bubblewrap="
                       (assoc-ref %build-inputs "bubblewrap")
                       "/bin/bwrap")
-       "--with-system-dbus-proxy")
+       (string-append "--with-system-dbus-proxy="
+                      (assoc-ref %build-inputs "xdg-dbus-proxy")
+                      "/bin/xdg-dbus-proxy"))
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'fix-tests
-- 
2.26.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 23 Jun 2020 21:40:02 GMT) Full text and rfc822 format available.

Notification sent to Robin Templeton <robin <at> terpri.org>:
bug acknowledged by developer. (Tue, 23 Jun 2020 21:40:02 GMT) Full text and rfc822 format available.

Message #10 received at 42021-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Robin Templeton <robin <at> terpri.org>
Cc: 42021-done <at> debbugs.gnu.org
Subject: Re: [bug#42021] [PATCH] Fix flatpak configure option
Date: Tue, 23 Jun 2020 23:39:06 +0200
Hi Robin,

Robin Templeton <robin <at> terpri.org> skribis:

>>From 401c68d4d1581bc93eb67ff1f4feb21014dc513f Mon Sep 17 00:00:00 2001
> From: Robin Templeton <robin <at> terpri.org>
> Date: Tue, 23 Jun 2020 11:17:07 -0400
> Subject: [PATCH] gnu: flatpak: Fix xdg-dbus-proxy configure flag.
>
> * gnu/packages/package-management.scm (flatpak) [arguments]: Pass the full
> "xdg-dbus-proxy" program path to the "--with-system-dbus-proxy" configure
> flag.

Good catch, applied!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 22 Jul 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 271 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.