aboutsummaryrefslogtreecommitdiffstats
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.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-wm/ede/files/patch-datas::startede.in b/x11-wm/ede/files/patch-datas::startede.in
new file mode 100644
index 000000000000..9856ae4a2462
--- /dev/null
+++ b/x11-wm/ede/files/patch-datas::startede.in
@@ -0,0 +1,22 @@
+--- datas/startede.in.orig Sat Feb 28 05:31:52 2004
++++ datas/startede.in Sat Feb 28 05:32:14 2004
+@@ -32,16 +32,16 @@
+ fi
+
+ # If we have xsetroot than script shoult run it
+-if [ ! "$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
+ xscreensaver -nosplash &
+ fi
+
+ exec edewm &
+ exec eiconman &
+ etip &
+- exec eworkpanel
++ eworkpanel