Browse Source

Change icons path from /usr/local/share to /usr/share

doc-issue-template
MrS0m30n3 11 years ago
parent
commit
e876ac7bd5
1 changed files with 1 additions and 1 deletions
  1. 2
      setup.py

2
setup.py

@ -58,7 +58,7 @@ if PY2EXE:
fallback_icons_path = ''
else:
# On windows you have to copy the icons manually if you dont use py2exe
icons_path = '/usr/local/share/icons/hicolor/'
icons_path = '/usr/share/icons/hicolor/'
fallback_icons_path = '/usr/share/pixmaps/'

Loading…
Cancel
Save