From 7ab86358625504da8eee6727e7ed598e7f9e3e29 Mon Sep 17 00:00:00 2001 From: Huluti Date: Sat, 10 Dec 2016 17:50:49 +0100 Subject: [PATCH] Update condition --- 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 a91e74d..289f772 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -34,7 +34,7 @@ class ManjaroHello(): # Path vars self.current_folder = os.getcwd() + "/" - if os.path.exists("/usr/share/" + self.app): + if self.current_folder == "/usr/bin/": self.data_path = "/usr/share/" + self.app + "/data/" self.locale_path = "/usr/share/locale/" else: