dropped solaar-mask unused icon
This commit is contained in:
parent
149758ccab
commit
465fea8a16
|
@ -26,7 +26,7 @@ def _look_for_application_icons():
|
|||
for location in share_solaar:
|
||||
if _log.isEnabledFor(_DEBUG):
|
||||
_log.debug("looking for icons in %s", location)
|
||||
solaar_png = _path.join(location, 'icons', 'solaar-mask.png')
|
||||
solaar_png = _path.join(location, 'icons', 'solaar-logo.png')
|
||||
if _path.exists(solaar_png):
|
||||
_os.environ['XDG_DATA_DIRS'] = location + ':' + data_dirs
|
||||
_log.info("XDG_DATA_DIRS = %s", _os.environ['XDG_DATA_DIRS'])
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 800 B |
Loading…
Reference in New Issue