[PC-BSD Commits] r614 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Thu Aug 23 09:51:10 PDT 2007
Author: kris
Date: 2007-08-23 09:51:10 -0700 (Thu, 23 Aug 2007)
New Revision: 614
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
Log:
Remove initial kdialog splash for the xgui which wasn't translated as it is
in shell.
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2007-08-21 15:38:34 UTC (rev 613)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2007-08-23 16:51:10 UTC (rev 614)
@@ -120,7 +120,7 @@
touch /PCBSD/xorg-gui/.xstartupsuccess
/usr/local/bin/fluxbox &
PID=$!
-kdialog --msgbox "PC-BSD will now allow you to setup your monitor resolution and video settings.\n If your system is equipped with a 3D card, please select the appropriate driver. This will enable you to run the 3D desktop, Beryl.\n\nNOTE: Beryl requires a color depth of 24."
+#kdialog --msgbox "PC-BSD will now allow you to setup your monitor resolution and video settings.\n If your system is equipped with a 3D card, please select the appropriate driver. This will enable you to run the 3D desktop, Beryl.\n\nNOTE: Beryl requires a color depth of 24."
/PCBSD/xorg-gui/bin/XGUI
if [ "$?" = "1" ]
then
More information about the Commits
mailing list