unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Taegil Bae <esrevinu@gmail.com>
Cc: 33346-done@debbugs.gnu.org
Subject: bug#33346: spice-vdagent.desktop exec failure
Date: Tue, 13 Nov 2018 15:27:45 -0500	[thread overview]
Message-ID: <20181113202745.GA11922@jasmine.lan> (raw)
In-Reply-To: <CA+k_chJWVQCYmEK_YiY13cr=T1hphHOdktUrmN9E7ym9fKDkAQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2018-11-13 20:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-11 17:16 bug#33346: spice-vdagent.desktop exec failure Taegil Bae
2018-11-13 20:27 ` Leo Famulari [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20181113202745.GA11922@jasmine.lan \
    --to=leo@famulari.name \
    --cc=33346-done@debbugs.gnu.org \
    --cc=esrevinu@gmail.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).