GNU bug report logs - #33346
spice-vdagent.desktop exec failure

Previous Next

Package: guix;

Reported by: Taegil Bae <esrevinu <at> gmail.com>

Date: Sun, 11 Nov 2018 17:35:02 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

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 33346 in the body.
You can then email your comments to 33346 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 bug-guix <at> gnu.org:
bug#33346; Package guix. (Sun, 11 Nov 2018 17:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Taegil Bae <esrevinu <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 11 Nov 2018 17:35:02 GMT) Full text and rfc822 format available.

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

From: Taegil Bae <esrevinu <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: spice-vdagent.desktop exec failure
Date: Mon, 12 Nov 2018 02:16:16 +0900
Hi,

Spice-vdagent is not run by Gnome session because
spice-vdagent.desktop is patched incorrectly.
spice-vdagent.desktop is shown as:
[Desktop Entry]
Name=Spice vdagent
Comment=Agent for Spice guests
Exec=/gnu/store/5wk50f4zhhmg0s599z3d6v5zraxp72jp-spice-vdagent-0.17.0/bin/spice-vdagentTerminal=false
Type=Application
Categories=
X-GNOME-Autostart-Phase=Initialization

So gnu/packages/spice.scm should be modified as below:
--- gnu/packages/spice.scm.orig    2018-11-12 02:03:57.067760458 +0900
+++ gnu/packages/spice.scm    2018-11-12 02:04:38.559875648 +0900
@@ -278,7 +278,7 @@
             (substitute* "data/spice-vdagent.desktop"
               (("Exec=/usr/bin/spice-vdagent\n")
                (string-append "Exec=" (assoc-ref outputs "out")
-                              "/bin/spice-vdagent")))
+                              "/bin/spice-vdagent\n")))
              #t)))))
     (inputs
       `(("alsa-lib" ,alsa-lib)


Regards,

Taegil




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 13 Nov 2018 20:29:03 GMT) Full text and rfc822 format available.

Notification sent to Taegil Bae <esrevinu <at> gmail.com>:
bug acknowledged by developer. (Tue, 13 Nov 2018 20:29:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Taegil Bae <esrevinu <at> gmail.com>
Cc: 33346-done <at> debbugs.gnu.org
Subject: Re: bug#33346: spice-vdagent.desktop exec failure
Date: Tue, 13 Nov 2018 15:27:45 -0500
[Message part 1 (text/plain, inline)]
On Mon, Nov 12, 2018 at 02:16:16AM +0900, Taegil Bae wrote:
> Spice-vdagent is not run by Gnome session because
> spice-vdagent.desktop is patched incorrectly.
> spice-vdagent.desktop is shown as:
> [Desktop Entry]
> Name=Spice vdagent
> Comment=Agent for Spice guests
> Exec=/gnu/store/5wk50f4zhhmg0s599z3d6v5zraxp72jp-spice-vdagent-0.17.0/bin/spice-vdagentTerminal=false
> Type=Application
> Categories=
> X-GNOME-Autostart-Phase=Initialization

Thanks for the report!

> So gnu/packages/spice.scm should be modified as below:
> --- gnu/packages/spice.scm.orig    2018-11-12 02:03:57.067760458 +0900
> +++ gnu/packages/spice.scm    2018-11-12 02:04:38.559875648 +0900
> @@ -278,7 +278,7 @@
>              (substitute* "data/spice-vdagent.desktop"
>                (("Exec=/usr/bin/spice-vdagent\n")
>                 (string-append "Exec=" (assoc-ref outputs "out")
> -                              "/bin/spice-vdagent")))
> +                              "/bin/spice-vdagent\n")))

I pushed a slightly simpler fix as commit
3f995aaf2101c1c7b00d473a7a81881dd50973e3.

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3f995aaf2101c1c7b00d473a7a81881dd50973e3
[signature.asc (application/pgp-signature, inline)]

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

This bug report was last modified 5 years and 108 days ago.

Previous Next


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