diff --git a/src/functions/install_screen.py b/src/functions/install_screen.py index fc22c06..3ff7093 100644 --- a/src/functions/install_screen.py +++ b/src/functions/install_screen.py @@ -39,7 +39,7 @@ def __init__(self, window, main_carousel, next_page, application, **kwargs): def install(self): prefs = self.window.summary_screen.installprefs.generate_json() with open(os.getenv("HOME")+"/jade-gui.log", "wb") as f: - process = CommandUtils.run_command(["pkexec", "jade", "config", os.getenv("HOME")+/.config/jade.json"]) + process = CommandUtils.run_command(["pkexec", "jade", "config", os.getenv("HOME")+"/.config/jade.json"]) for c in iter(lambda: process.stdout.read(1), b""): log=c try: