diff options
author | Robby Workman <rw@rlworkman.net> | 2010-10-18 23:05:35 +0100 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-10-18 23:05:35 +0100 |
commit | aa8b4727fc2f9b42fb956e8d4bf40ac3845ffa98 (patch) | |
tree | 68e4586a505cdfa69c438acdfe3fbbd08717222d /system/lxdm/patches/remove_suse_from_Xsession.diff | |
parent | 109932ba36192cd89fc5138c3973eb3ad75c5792 (diff) | |
download | slackbuilds-aa8b4727fc2f9b42fb956e8d4bf40ac3845ffa98.tar.gz |
system/lxdm: Updated for version 0.3.0.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'system/lxdm/patches/remove_suse_from_Xsession.diff')
-rw-r--r-- | system/lxdm/patches/remove_suse_from_Xsession.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/lxdm/patches/remove_suse_from_Xsession.diff b/system/lxdm/patches/remove_suse_from_Xsession.diff new file mode 100644 index 0000000000..df1da70b83 --- /dev/null +++ b/system/lxdm/patches/remove_suse_from_Xsession.diff @@ -0,0 +1,14 @@ +diff -Nur lxdm-0.3.0.orig//data/Xsession lxdm-0.3.0/data/Xsession +--- lxdm-0.3.0.orig//data/Xsession 2010-10-12 20:13:01.316302089 -0500 ++++ lxdm-0.3.0/data/Xsession 2010-10-12 20:12:40.989504750 -0500 +@@ -31,10 +31,6 @@ + elif [ -x /etc/X11/Xsession ]; then + # mandriva, debian, ubuntu + exec /etc/X11/Xsession $LXSESSION +-elif [ -x /etc/X11/xinit/xinitrc ]; then +-#suse +- export WINDOWMANAGER=$LXSESSION +- exec -l $SHELL -c /etc/X11/xinit/xinitrc + else + # unknown, user should custom /etc/lxdm/xinitrc self + if [ -x /etc/lxdm/xinitrc ]; then |