blogic f282c2fc77 xterm should not be in /bin
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-13 22:45:39 +00:00

21 lines
450 B
Plaintext

#setting green backgroun, if xsetroot exists
if [ -x `which xsetroot` ]; then
xsetroot -solid green
fi
BKGD_IMAGE_PATH=/usr/share/X11/bkgd-images/
if [ -x `which Esetroot` ]; then
Esetroot -scale ${BKGD_IMAGE_PATH}/default.png
fi
# starting window manager, if available
if [ -x /usr/bin/fluxbox ]; then
/usr/bin/fluxbox &
elif [ -x /usr/bin/matchbox-window-manager ]; then
/usr/bin/matchbox-window-manager &
fi
#starting shell
/usr/bin/xterm