Hello.

The attached patch adds the default location for user defined menus
(*.desktop files) to the list of directories searched by e_gen_menu, a
perl script that generates a file.menu format for Enlightenment DR16 out
of menu hierarchies.

Please, apply the patch to the e16 distribution.

Regards.

Romildo
--- e16-1.0.1/scripts/e_gen_menu.orig   2009-08-04 13:12:19.000000000 -0300
+++ e16-1.0.1/scripts/e_gen_menu        2009-11-18 16:37:08.000000000 -0200
@@ -27,6 +27,7 @@
 # Likely  prefixes
 $Prefixes = "/usr/local:/usr:/opt:/opt/kde:$ENV{'KDEDIR'}";
 $Prefixes = "$Prefixes:/opt/kde3:/opt/gnome";  # SUSE
+$Prefixes = "$Prefixes:$ENV{'HOME'}/.local";
 $Prefixes = RemoveDuplcates($Prefixes);
 
 # Where to look for GNOME/KDE stuff
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to