Browse Source

Strip icon name for compizboxmenu

This fixes cases when the icon extension would be kept and the icon would
not display in the menu.
pull/8/head
George Vlahavas 9 years ago
parent
commit
0e6dbf10d7
  1. 2
      src/xdgmenumaker

2
src/xdgmenumaker

@ -266,6 +266,8 @@ def get_entry_info(desktopfile, ico_paths=True):
icon = de.getIcon()
if ico_paths:
icon = icon_full_path(icon)
else:
icon = icon_strip(icon)
else:
icon = None

Loading…
Cancel
Save