fix path problems
This commit is contained in:
@@ -11,7 +11,7 @@ from gi.repository import Gtk, Gdk, Gio
|
||||
workdir_path = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
def resolve_workdir_path(filename):
|
||||
return os.path.join(dir_path, filename)
|
||||
return os.path.join(workdir_path, filename)
|
||||
|
||||
DESKTOP_FILE = "tromjaro-welcome-app.desktop"
|
||||
DESKTOP_FILE_PATH = os.path.join("/usr/share/applications", DESKTOP_FILE)
|
||||
|
Reference in New Issue
Block a user