Use good path for logo of manjaro

merge-requests/64/head
Huluti 2017-02-11 21:29:12 +01:00
parent 0b93ae6161
commit 946c40ae53
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class ManjaroHello():
# Path vars
self.home_path = os.path.expanduser("~")
self.logo_path = "/usr/share/icons/manjaro/maia/64x64.png"
self.logo_path = "/usr/share/icons/hicolor/64x64/apps/manjaro.png"
if os.path.basename(sys.argv[0]) == self.app:
self.data_path = "/usr/share/" + self.app + "/data/"
self.locale_path = "/usr/share/locale/"