From 946c40ae533a56a2162984ca9cde0176c4c04e80 Mon Sep 17 00:00:00 2001 From: Huluti Date: Sat, 11 Feb 2017 21:29:12 +0100 Subject: [PATCH] Use good path for logo of manjaro --- src/manjaro_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index abe56f0..cb30a4d 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -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/"