From 1d904595d1353681aa1139dadd40cc8be8f7aa52 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 7 Jul 2015 11:47:31 -0300 Subject: User xsessionrc just on jessie or newer --- xsessionrc.dot.link | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) mode change 120000 => 100755 xsessionrc.dot.link (limited to 'xsessionrc.dot.link') diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link deleted file mode 120000 index 43603bd..0000000 --- a/xsessionrc.dot.link +++ /dev/null @@ -1 +0,0 @@ -xsession.dot.link \ No newline at end of file diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link new file mode 100755 index 0000000..89f49b4 --- /dev/null +++ b/xsessionrc.dot.link @@ -0,0 +1,9 @@ +#!/bin/bash +# +# .xsessionrc: wrapper for xsession +# + +# Execute window manager +if [ "$OSVERSION" != "6" ]; then + source .xsession +fi -- cgit v1.2.3