awesome/lib/menubar
Uli Schlachter f0368c21c5 menubar.icon_theme: Never use nil as icon theme name
The return value for this function is used as an index in a table and
Lua does not like nil as an index.

The function that actually looks for icons, find_icon_theme() already
falls back to "hicolor" if it does not find anything via the current
theme, so fix this issue by just falling back to "hicolor" here as well.

Fixes: https://github.com/awesomeWM/awesome/issues/1819
Signed-off-by: Uli Schlachter <psychon@znc.in>
2017-06-14 11:10:22 +02:00
..
icon_theme.lua menubar.icon_theme: Never use nil as icon theme name 2017-06-14 11:10:22 +02:00
index_theme.lua Remove @release @AWESOME_VERSION@ everywhere (#1157) 2016-10-09 22:36:20 +02:00
init.lua menubar: assert() that io.open() succeeds 2017-04-08 11:02:01 +02:00
menu_gen.lua parse_desktop_file: rtrim lines before parsing (#1677) 2017-05-25 01:22:13 +02:00
utils.lua Fix menubar under Lua 5.1 (#1838) 2017-06-13 01:59:30 +02:00