summaryrefslogtreecommitdiff
path: root/services/Apps.qml
diff options
context:
space:
mode:
Diffstat (limited to 'services/Apps.qml')
-rw-r--r--services/Apps.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/services/Apps.qml b/services/Apps.qml
index e5b7813..b78d642 100644
--- a/services/Apps.qml
+++ b/services/Apps.qml
@@ -35,8 +35,11 @@ Singleton {
Process {
required property DesktopEntry entry
- running: true
command: ["app2unit", "--", `${entry.id}.desktop`]
+ Component.onCompleted: {
+ startDetached();
+ destroy();
+ }
}
}
}