From 0829b06416106edec55f515b0ddac867201c79c1 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sat, 10 Sep 2022 15:56:02 +0200 Subject: [PATCH] Fix the jade install command --- src/functions/install_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/install_screen.py b/src/functions/install_screen.py index d609247..fc22c06 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", "~/.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: