[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27948] [PATCH] gnu: emacs-exwm-x: Do not set DISPLAY again.
From: |
Feng Shu |
Subject: |
[bug#27948] [PATCH] gnu: emacs-exwm-x: Do not set DISPLAY again. |
Date: |
Fri, 04 Aug 2017 20:52:16 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Please note: This patch should be merged after exwm-1.5 merged (bug#27934)
>From 7170f7688d2a90f5e3ef1458a754bcb2d7b72206 Mon Sep 17 00:00:00 2001
From: Feng Shu <address@hidden>
Date: Fri, 4 Aug 2017 20:48:11 +0800
Subject: [PATCH] gnu: emacs-exwm-x: Do not set DISPLAY again.
* gnu/packages/emacs.scm (emacs-exwm-x): Do not set DISPLAY again, for
exwm-0.15 have fixed the issue.
---
gnu/packages/emacs.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9beb7ae62..4aa713346 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4767,12 +4767,9 @@ other operations.")
address@hidden@
Type=Application~%" ,name ,synopsis exwm-executable)))
;; Add a shell wrapper to bin
- ;; Set DISPLAY variable to work around
- ;; https://github.com/ch11ng/exwm/issues/213
(with-output-to-file exwm-executable
(lambda _
(format #t "#!~a ~@
- export DISPLAY=:0 ~@
~a +SI:localuser:$USER ~@
exec ~a --exit-with-session ~a \"address@hidden" --eval
'~s' ~%"
(string-append (assoc-ref inputs "bash") "/bin/sh")
--
2.13.2
--
- [bug#27948] [PATCH] gnu: emacs-exwm-x: Do not set DISPLAY again.,
Feng Shu <=