[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
- branch master updated (ecfbc51 -> d78bfd2), guix-commits, 2019/04/07
- 03/11: installer: Adjust welcome page message., guix-commits, 2019/04/07
- 01/11: installer: Offer NM, Connman, and DHCP to non-desktop installs., guix-commits, 2019/04/07
- 04/11: install: Remove "GuixSD"., guix-commits, 2019/04/07
- 05/11: install: Tweak motd., guix-commits, 2019/04/07
- 06/11: gnu: emacs-exwm: Provide absolute file name in '.desktop' file.,
guix-commits <=
- 02/11: installer: Internationalize service "names"., guix-commits, 2019/04/07
- 07/11: gnu: emacs-js2-mode: Update to 20190219., guix-commits, 2019/04/07
- 10/11: gnu: Add emacs-erlang., guix-commits, 2019/04/07
- 08/11: gnu: emacs-evil-matchit: Update to 2.2.9., guix-commits, 2019/04/07
- 11/11: gnu: Add emacs-protobuf-mode., guix-commits, 2019/04/07
- 09/11: gnu: emacs-wgrep: Update to 2.3.0., guix-commits, 2019/04/07