[PC-BSD Commits] r2918 - in pcbsd: branches/7.0/system-overlay/usr/share/skel trunk/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 16 10:59:43 PDT 2008
Author: kris
Date: 2008-10-16 10:59:42 -0700 (Thu, 16 Oct 2008)
New Revision: 2918
Modified:
pcbsd/branches/7.0/system-overlay/usr/share/skel/.xprofile
pcbsd/trunk/system-overlay/usr/share/skel/.xprofile
Log:
Updated .xprofile to remove QT_NO_GLIB, which can cause some problems with Inkscape and other programs launching. Doesn't seem to be a needed variable anymore with KDE 4.1.2 / NVIDIA 177.80
Modified: pcbsd/branches/7.0/system-overlay/usr/share/skel/.xprofile
===================================================================
--- pcbsd/branches/7.0/system-overlay/usr/share/skel/.xprofile 2008-10-16 15:01:26 UTC (rev 2917)
+++ pcbsd/branches/7.0/system-overlay/usr/share/skel/.xprofile 2008-10-16 17:59:42 UTC (rev 2918)
@@ -1,2 +1,11 @@
-QT_NO_GLIB=1
-export QT_NO_GLIB
+
+# Setup some extra PATH variables
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:/Programs/bin:$HOME/bin:/PCBSD/local/bin:/PCBSD/local/kde4/bin; export PATH
+
+# Setup the XDG_DATA_DIRS variable
+XDG_DATA_DIRS="/usr/local/kde4/share:/usr/share:/usr/local/share:/usr/local/share/gnome:/PCBSD/local/share:/PCBSD/local/kde4/share"
+export XDG_DATA_DIRS
+
+# Setup the XDG_CONFIG_DIRS variable
+XDG_CONFIG_DIRS="/usr/local/kde4/etc/xdg:/etc/xdg:/usr/local/etc/xdg:/usr/local/etc/xdg/xfce4:/PCBSD/local/etc/xdg:/PCBSD/local/kde4/etc/xdg"
+export XDG_CONFIG_DIRS
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.xprofile
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.xprofile 2008-10-16 15:01:26 UTC (rev 2917)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.xprofile 2008-10-16 17:59:42 UTC (rev 2918)
@@ -1,7 +1,5 @@
-QT_NO_GLIB=1
-export QT_NO_GLIB
-# remove /usr/games and /usr/X11R6/bin if you want
+# Setup some extra PATH variables
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:/Programs/bin:$HOME/bin:/PCBSD/local/bin:/PCBSD/local/kde4/bin; export PATH
# Setup the XDG_DATA_DIRS variable
More information about the Commits
mailing list