From 6d7781f053a3627aca8ea8b59c67eb8566da7275 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Sun, 18 Dec 2016 12:06:15 +0100 Subject: [PATCH] Minor changes --- manjaro-hello.desktop | 4 ++-- src/manjaro_hello.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manjaro-hello.desktop b/manjaro-hello.desktop index d4dfc79..2b89e69 100755 --- a/manjaro-hello.desktop +++ b/manjaro-hello.desktop @@ -4,6 +4,6 @@ Type=Application Categories=GNOME;GTK;System; StartupNotify=false Name=Manjaro Hello -Exec=/usr/bin/manjaro-hello.py +Exec=/usr/bin/manjaro-hello Icon=/usr/share/icons/manjaro.png -Comment=Manjaro Hello is a tool that helps the new user of Manjaro in the discovery of the system. +Comment=A tool that helps the new user of Manjaro in the discovery of the system. diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 6db32e5..396ae73 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -18,9 +18,9 @@ class ManjaroHello(): # Path vars if os.path.basename(sys.argv[0]) == self.app: - self.data_path = "/usr/share/" + self.app + "/" + self.data_path = "/usr/share/" + self.app + "/data"/ self.locale_path = "/usr/share/locale/" - self.ui_path = "/usr/share/" + self.app + "/" + self.ui_path = "/usr/share/" + self.app + "/ui/" self.desktop_path = "/usr/share/applications/" + self.app + ".desktop" else: self.current_folder = os.getcwd() + "/"