[PC-BSD Commits] r19357 - pcbsd/current/overlays/desktop-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 19 07:23:07 PDT 2012
Author: kris
Date: 2012-09-19 14:23:07 +0000 (Wed, 19 Sep 2012)
New Revision: 19357
Modified:
pcbsd/current/overlays/desktop-overlay/usr/share/skel/.xprofile
Log:
Add xdg config dir to .xprofile
Modified: pcbsd/current/overlays/desktop-overlay/usr/share/skel/.xprofile
===================================================================
--- pcbsd/current/overlays/desktop-overlay/usr/share/skel/.xprofile 2012-09-19 14:21:03 UTC (rev 19356)
+++ pcbsd/current/overlays/desktop-overlay/usr/share/skel/.xprofile 2012-09-19 14:23:07 UTC (rev 19357)
@@ -4,7 +4,7 @@
XDG_DATA_DIRS="/share:/usr/share:/usr/pbi/share:/usr/local/share"
export XDG_DATA_DIRS
-XDG_CONFIG_DIRS="/usr/local/etc/xdg"
+XDG_CONFIG_DIRS="/usr/local/etc/xdg:/usr/pbi/etc/xdg"
export XDG_CONFIG_DIRS
# Check for any specific PC-BSD apps we need to start at login
More information about the Commits
mailing list