unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35183] [PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop' file.
@ 2019-04-07 19:16 Diego Nicola Barbato
  2019-04-07 20:12 ` bug#35183: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Nicola Barbato @ 2019-04-07 19:16 UTC (permalink / raw)
  To: 35183

[-- Attachment #1: Type: text/plain, Size: 118 bytes --]

Hi Guix,

As mentioned on IRC GDM currently crashes when selecting EXWM.  This
patch should fix it.

Regards,

Diego


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-exwm-Provide-absolute-file-name-in-.deskto.patch --]
[-- Type: text/x-patch, Size: 1143 bytes --]

From 82b6422072fd35385d68d6c5eda4bbce6d63665e Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35183: [PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop' file.
  2019-04-07 19:16 [bug#35183] [PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop' file Diego Nicola Barbato
@ 2019-04-07 20:12 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-04-07 20:12 UTC (permalink / raw)
  To: Diego Nicola Barbato; +Cc: 35183-done

Diego Nicola Barbato <dnbarbato@posteo.de> skribis:

>>From 82b6422072fd35385d68d6c5eda4bbce6d63665e Mon Sep 17 00:00:00 2001
> From: Diego Nicola Barbato <dnbarbato@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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-07 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-07 19:16 [bug#35183] [PATCH] gnu: emacs-exwm: Provide absolute file name in '.desktop' file Diego Nicola Barbato
2019-04-07 20:12 ` bug#35183: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).