GNU bug report logs -
#35183
[PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop' file.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 07 Apr 2019 22:12:33 +0200
with message-id <87a7h1lglq.fsf <at> gnu.org>
and subject line Re: [bug#35183] [PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop' file.
has caused the debbugs.gnu.org bug report #35183,
regarding [PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop' file.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
35183: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35183
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi Guix,
As mentioned on IRC GDM currently crashes when selecting EXWM. This
patch should fix it.
Regards,
Diego
[0001-gnu-emacs-exwm-Provide-absolute-file-name-in-.deskto.patch (text/x-patch, inline)]
From 82b6422072fd35385d68d6c5eda4bbce6d63665e Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato <at> posteo.de>
Date: Sun, 7 Apr 2019 19:52:52 +0200
Subject: [PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop'
file.
Previously GDM would crash when selecting MATE.
* gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]: Rewrite
'install-xsession' phase such that .desktop file contains an absolute file
name.
---
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 b89b3cf79b..2860bd5a8a 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
--
2.21.0
[Message part 5 (message/rfc822, inline)]
Diego Nicola Barbato <dnbarbato <at> posteo.de> skribis:
>>From 82b6422072fd35385d68d6c5eda4bbce6d63665e Mon Sep 17 00:00:00 2001
> From: Diego Nicola Barbato <dnbarbato <at> posteo.de>
> Date: Sun, 7 Apr 2019 19:52:52 +0200
> Subject: [PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop'
> file.
>
> Previously GDM would crash when selecting MATE.
>
> * gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]: Rewrite
> 'install-xsession' phase such that .desktop file contains an absolute file
> name.
Applied, thanks!
Ludo’.
This bug report was last modified 6 years and 44 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.