summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 22:23:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 22:23:15 +1000
commit1ec02cb54e3083e726a5e4b745aa46527fa5a496 (patch)
treee7ba3638ebf78af816d393ab3b456ab1d8981481 /services
parentcontrols: use basic style (diff)
downloadcaelestia-shell-1ec02cb54e3083e726a5e4b745aa46527fa5a496.tar.gz
caelestia-shell-1ec02cb54e3083e726a5e4b745aa46527fa5a496.tar.bz2
caelestia-shell-1ec02cb54e3083e726a5e4b745aa46527fa5a496.zip
launcher: list item interactivity
Diffstat (limited to 'services')
-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();
+ }
}
}
}