paroli should wait until the xserver (and window manager) started

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14042 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-01-15 11:31:49 +00:00
parent 8efb7c10e9
commit 3e6c6f4176

View File

@ -3,7 +3,7 @@
START=99
start() {
LD_PRELOAD=/usr/lib/libX11.so /usr/bin/paroli-launcher & # LD_PRELOAD to workaround some runtime linking problems - needs to be fixed
(sleep 10 && DISPLAY=":0" LD_PRELOAD=/usr/lib/libX11.so /usr/bin/paroli-launcher) & # sleep to wait until the xserver is started | LD_PRELOAD to workaround some runtime linking problems - needs to be fixed
}
stop() {