Hello,
I'm wondering if there would be any objections to adding
`/usr/local/etc/xdg` to the list of fallback dirs for
XDG_CONFIG_DIRS "/etc/xdg"
The above new directory is where FreeBSD apparently deposits its .menu
files.
The newly proposed fallback would be
"/usr/local/etc/xdg:/etc/xdg"
Attached is a patch. If there are no objections... I'd like to commit.
--
Regards,
Ravenlock
Index: e17/libs/efreet/src/lib/efreet_base.c
===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_base.c,v
retrieving revision 1.1
diff -u -r1.1 efreet_base.c
--- e17/libs/efreet/src/lib/efreet_base.c 3 Feb 2007 13:05:30 -0000
1.1
+++ e17/libs/efreet/src/lib/efreet_base.c 13 Apr 2007 05:00:29 -0000
@@ -119,7 +119,7 @@
efreet_config_dirs_get(void)
{
if (xdg_config_dirs) return xdg_config_dirs;
- xdg_config_dirs = efreet_dirs_get("XDG_CONFIG_DIRS", "/etc/xdg");
+ xdg_config_dirs = efreet_dirs_get("XDG_CONFIG_DIRS",
"/usr/local/etc/xdg:/etc/xdg");
return xdg_config_dirs;
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel