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 <ludo@gnu.org>
This commit is contained in:
parent
5a663d87eb
commit
f7d011d2a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue