summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qml/mageiawelcome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mageiawelcome.py b/qml/mageiawelcome.py
index c4079a8..d831dc5 100644
--- a/qml/mageiawelcome.py
+++ b/qml/mageiawelcome.py
@@ -179,7 +179,7 @@ class Launcher(QObject):
self.installed.emit()
return
try:
- proc = subprocess.run(cmd)
+ subprocess.Popen(cmd)
except:
print(f"Exception running {cmd[0]}" )
self.noprogram.emit()