[PC-BSD Commits] r9668 - in pcbsd/current/src-qt4/pc-xgui/resources: bin conf/.fluxbox
svn at pcbsd.org
svn at pcbsd.org
Wed Mar 16 07:56:36 PDT 2011
Author: kris
Date: 2011-03-16 07:56:35 -0700 (Wed, 16 Mar 2011)
New Revision: 9668
Added:
pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/overlay
Modified:
pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh
Log:
When running the xgui, let fluxbox set the background with overlay
Modified: pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh 2011-03-16 14:55:13 UTC (rev 9667)
+++ pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh 2011-03-16 14:56:35 UTC (rev 9668)
@@ -147,9 +147,6 @@
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
@@ -180,9 +177,6 @@
. /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=$!
@@ -227,9 +221,6 @@
. /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