Menubar: also look in /usr/local/share/applications

Signed-off-by: Gregor Best <gbe@ring0.de>
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Gregor Best 2012-11-24 17:57:56 +01:00 committed by Uli Schlachter
parent 6b4d839fef
commit d3a05e4822
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local menu_gen = {}
-- Specifies all directories where menubar should look for .desktop -- Specifies all directories where menubar should look for .desktop
-- files. The search is not recursive. -- files. The search is not recursive.
menu_gen.all_menu_dirs = { '/usr/share/applications/' } menu_gen.all_menu_dirs = { '/usr/share/applications/', '/usr/local/share/applications/' }
-- Specify the mapping of .desktop Categories section to the -- Specify the mapping of .desktop Categories section to the
-- categories in the menubar. If "use" flag is set to false then any of -- categories in the menubar. If "use" flag is set to false then any of