rpms/kdebase/devel env.sh,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Oct 1 20:35:05 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdebase/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13769

Modified Files:
	env.sh 
Log Message:
fix #178320,#198828, follow menu-spec



Index: env.sh
===================================================================
RCS file: /cvs/dist/rpms/kdebase/devel/env.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- env.sh	30 Sep 2006 21:12:08 -0000	1.3
+++ env.sh	1 Oct 2006 20:35:03 -0000	1.4
@@ -1,6 +1,6 @@
 # from http://standards.freedesktop.org/menu-spec/latest/
-
-if [ -z "${XDG_MENU_PREFIX}" ] ; then
-	XDG_MENU_PREFIX="kde-"
-	export XDG_MENU_PREFIX
+# XDG_CONFIG_DIRS: where to look for menu config(s)
+if [ -z "${XDG_CONFIG_DIRS}" ] ; then
+   XDG_CONFIG_DIRS=/etc/kde/xdg:/etc/xdg
+   export XDG_CONFIG_DIRS
 fi




More information about the fedora-cvs-commits mailing list