[PC-BSD Commits] r12736 - pcbsd/current/src-qt4/pc-xgui/resources/bin
svn at pcbsd.org
svn at pcbsd.org
Sun Sep 11 12:08:16 PDT 2011
Author: kris
Date: 2011-09-11 12:08:15 -0700 (Sun, 11 Sep 2011)
New Revision: 12736
Modified:
pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh
Log:
Make sure we run the startup init for fluxbox when setting video
Modified: pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh 2011-09-10 13:44:27 UTC (rev 12735)
+++ pcbsd/current/src-qt4/pc-xgui/resources/bin/rundetect.sh 2011-09-11 19:08:15 UTC (rev 12736)
@@ -157,7 +157,7 @@
fi
touch ${XGUITMP}/.xstartupsuccess
-/usr/local/bin/fluxbox &
+/usr/local/bin/startfluxbox &
PID=$!
/usr/local/bin/pc-xgui
if [ "$?" = "1" ]
@@ -182,7 +182,7 @@
fi
touch ${XGUITMP}/.xstartupsuccess
-/usr/local/bin/fluxbox &
+/usr/local/bin/startfluxbox &
PID=$!
/usr/local/bin/pc-xgui
if [ "$?" = "1" ]
@@ -225,7 +225,7 @@
. /root/.xprofile
fi
-/usr/local/bin/fluxbox &
+/usr/local/bin/startfluxbox &
PID=$!
/usr/local/bin/pc-xgui -test
if [ "${?}" = "0" ]
More information about the Commits
mailing list