civodul pushed a commit to branch master
in repository guix.

commit f7d011d2a53e5ffad39a39883294e9e3b77d9db3
Author: Diego Nicola Barbato <[email protected]>
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 <[email protected]>
---
 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~@
-                     TryExec=~@*~a~@
+                     TryExec=~:*~a~@
                      Type=Application~%" ,name ,synopsis exwm-executable)))
                ;; Add a shell wrapper to bin
                (with-output-to-file exwm-executable

Reply via email to