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() + "/"