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:
parent
6b4d839fef
commit
d3a05e4822
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue