[PC-BSD Commits] r2135 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 19 14:05:31 PDT 2008
Author: kris
Date: 2008-06-19 14:05:31 -0700 (Thu, 19 Jun 2008)
New Revision: 2135
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
Log:
Fixed up the PATH in X Config so we can use kdialog properly
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2008-06-19 21:01:22 UTC (rev 2134)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2008-06-19 21:05:31 UTC (rev 2135)
@@ -8,7 +8,7 @@
# Configuration Settings
# Set all our path variables
-PATH="/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/bin:/usr/local/sbin"
+PATH="/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/bin:/usr/local/sbin:/usr/local/kde4/bin"
export PATH
# Set the home directory for startx to run properly
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2008-06-19 21:01:22 UTC (rev 2134)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/setupconf.sh 2008-06-19 21:05:31 UTC (rev 2135)
@@ -129,10 +129,3 @@
# We found the file, so run it
sh "/PCBSD/xorg-gui/templates/scripts/${SELDRIVER}.sh"
fi
-
-# One final check to make sure we are using a depth of 24bit to enable beryl
-if [ "${DEPTH}" != "24" ]
-then
- rm /PCBSD/conf/beryl-enable
-fi
-
More information about the Commits
mailing list