[PC-BSD Commits] r7277 - pcbsd/current/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Sat Jul 24 17:20:16 PDT 2010
Author: kris
Date: 2010-07-24 17:20:15 -0700 (Sat, 24 Jul 2010)
New Revision: 7277
Modified:
pcbsd/current/system-overlay/usr/share/skel/.xprofile
Log:
Added some additional lines to .xprofile for enlightenment to show menus properly
Modified: pcbsd/current/system-overlay/usr/share/skel/.xprofile
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.xprofile 2010-07-24 23:57:11 UTC (rev 7276)
+++ pcbsd/current/system-overlay/usr/share/skel/.xprofile 2010-07-25 00:20:15 UTC (rev 7277)
@@ -1,3 +1,7 @@
# Setup some extra PATH variables
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/Programs/bin:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:$HOME/bin; export PATH
+XDG_DATA_DIRS="/usr/local/kde4/share:/usr/local/share" ; export XDG_DATA_DIRS
+XDG_MENU_PREFIX="" ; export XDG_MENU_PREFIX
+XDG_CONFIG_DIRS="/usr/local/kde4/etc/xdg:/usr/local/etc/xdg" ; export XDG_CONFIG
+_DIRS
More information about the Commits
mailing list