unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Taegil Bae <esrevinu@gmail.com>
To: 33346@debbugs.gnu.org
Subject: bug#33346: spice-vdagent.desktop exec failure
Date: Mon, 12 Nov 2018 02:16:16 +0900	[thread overview]
Message-ID: <CA+k_chJWVQCYmEK_YiY13cr=T1hphHOdktUrmN9E7ym9fKDkAQ@mail.gmail.com> (raw)

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	other threads:[~2018-11-11 17:35 UTC|newest]

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

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='CA+k_chJWVQCYmEK_YiY13cr=T1hphHOdktUrmN9E7ym9fKDkAQ@mail.gmail.com' \
    --to=esrevinu@gmail.com \
    --cc=33346@debbugs.gnu.org \
    /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).