aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ede/files/patch-datas::startede.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ede/files/patch-datas::startede.in')
-rw-r--r--x11-wm/ede/files/patch-datas::startede.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/x11-wm/ede/files/patch-datas::startede.in b/x11-wm/ede/files/patch-datas::startede.in
index dbaed023fbd8..854fae1b5396 100644
--- a/x11-wm/ede/files/patch-datas::startede.in
+++ b/x11-wm/ede/files/patch-datas::startede.in
@@ -1,22 +1,22 @@
---- datas/startede.in.orig Fri Mar 4 18:44:41 2005
-+++ datas/startede.in Wed Jul 20 13:03:33 2005
-@@ -32,16 +32,16 @@
+--- datas/startede.in.orig Sun Sep 3 00:52:45 2006
++++ datas/startede.in Sat Dec 16 20:00:01 2006
+@@ -27,16 +27,16 @@
fi
# If we have xsetroot than script shoult run it
-if [ "$XSETROOT" ]; then
-+if [ -z "$XSETROOT" ]; then
++if [ ! -z "$XSETROOT" ]; then
$XSETROOT -solid black
fi
# Test if XScreenSaver is somewhere in PATH, if not - don't start it
-if [ "$XSSAVER" ]; then
-+if [ -z "$XSSAVER" ]; then
++if [ ! -z "$XSSAVER" ]; then
xscreensaver -nosplash &
fi
- exec edewm &
- exec eiconman &
- etip &
-- exec eworkpanel
-+ eworkpanel
+ exec edewm &
+ exec eiconman &
+ etip &
+-exec eworkpanel
++eworkpanel