From 1ec02cb54e3083e726a5e4b745aa46527fa5a496 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 2 May 2025 22:23:15 +1000 Subject: launcher: list item interactivity --- services/Apps.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'services') 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(); + } } } } -- cgit v1.2.3-freya