diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-08-07 13:39:33 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:58:42 +0700 |
commit | d0e345a9be8a27fa94a35fa2bbd16ba30444bd63 (patch) | |
tree | 8ac5f514c7622b0ae1911debbabc74fdcf9e71f9 /system/lxdm/patches | |
parent | 658f7cb58b80ff656bcf2aed92e887e37f4edb26 (diff) |
system/lxdm: Updated for version 20170805_e3e7517.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxdm/patches')
-rw-r--r-- | system/lxdm/patches/honor_zap.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/system/lxdm/patches/honor_zap.patch b/system/lxdm/patches/honor_zap.patch deleted file mode 100644 index f90c47a4773f6..0000000000000 --- a/system/lxdm/patches/honor_zap.patch +++ /dev/null @@ -1,28 +0,0 @@ -From fe121ce70ad5e99bd3b3b896dfcbe439dd22716c Mon Sep 17 00:00:00 2001 -From: dgod <dgod.osa@gmail.com> -Date: Sun, 21 Feb 2016 11:45:35 +0800 -Subject: [PATCH] fix not honor ctl+alt+backspacer for restarting - ---- - src/lxdm.c | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/src/lxdm.c b/src/lxdm.c -index d81b587..e00d219 100644 ---- a/src/lxdm.c -+++ b/src/lxdm.c -@@ -962,6 +962,11 @@ static void on_xserver_stop(void *data,int pid, int status) - s->dpy=NULL; - ui_drop(); - lxdm_startx(s); -+ #ifndef DISABLE_XAUTH -+ char temp[256]; -+ sprintf(temp,"/var/run/lxdm/lxdm-:%d.auth",s->display); -+ setenv("XAUTHORITY",temp,1); -+ #endif - ui_prepare(); - lxsession_set_active(s); - } --- -2.1.4 - |