freebsd-ports/x11-wm/ede/files/patch-datas::startede.in
Kirill Ponomarev a96806699f Add ede 1.0.1,
Equinox Desktop Environment. Main goals of this project are
simplicity, speed, minimal memory usage (if possible), good
look and fell and stability.

PR:		ports/63518
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-02-29 10:28:21 +00:00

22 lines
520 B
Text

--- 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