[PC-BSD Commits] r9575 - pcbsd/current/src-qt4/pc-xgui/resources/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 8 13:35:35 PST 2011
Author: kris
Date: 2011-03-08 13:35:35 -0800 (Tue, 08 Mar 2011)
New Revision: 9575
Modified:
pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh
Log:
Make sure we set the default background when running the xorg-gui
Modified: pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh 2011-03-08 14:39:08 UTC (rev 9574)
+++ pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh 2011-03-08 21:35:35 UTC (rev 9575)
@@ -147,6 +147,9 @@
PATH="/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/bin:/usr/local/sbin"
export PATH
+# Set the default background
+xv -root -quit -max /usr/local/share/wallpapers/pcbsd-default.jpg
+
if [ -e "/root/.xprofile" ]
then
. /root/.xprofile
@@ -177,6 +180,9 @@
. /root/.xprofile
fi
+# Set the default background
+xv -root -quit -max /usr/local/share/wallpapers/pcbsd-default.jpg
+
touch ${XGUITMP}/.xstartupsuccess
/usr/local/bin/fluxbox &
PID=$!
@@ -221,6 +227,9 @@
. /root/.xprofile
fi
+# Set the default background
+xv -root -quit -max /usr/local/share/wallpapers/pcbsd-default.jpg
+
/usr/local/bin/fluxbox &
PID=$!
/usr/local/bin/pc-xgui -test
More information about the Commits
mailing list