guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: emacs-exwm: Provide absolute file name in '.desktop' file.


From: guix-commits
Subject: 06/11: gnu: emacs-exwm: Provide absolute file name in '.desktop' file.
Date: Sun, 7 Apr 2019 16:24:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f7d011d2a53e5ffad39a39883294e9e3b77d9db3
Author: Diego Nicola Barbato <address@hidden>
Date:   Sun Apr 7 19:52:52 2019 +0200

    gnu: emacs-exwm: Provide absolute file name in '.desktop' file.
    
    Previously GDM would crash when selecting EXWM.
    
    * gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]: Rewrite
      'install-xsession' phase such that .desktop file contains an absolute file
      name.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b89b3cf..2860bd5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7005,7 +7005,7 @@ It should enable you to implement low-level X11 
applications.")
                      Name=~a~@
                      Comment=~a~@
                      Exec=~a~@
-                     address@hidden@
+                     TryExec=~:*~a~@
                      Type=Application~%" ,name ,synopsis exwm-executable)))
                ;; Add a shell wrapper to bin
                (with-output-to-file exwm-executable



reply via email to

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