launcher: fix again
This commit is contained in:
parent
1c5c99699f
commit
98eb7c1679
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Singleton {
|
|||
|
||||
function launch(entry: DesktopEntry): void {
|
||||
if (entry.execString.startsWith("sh -c"))
|
||||
Quickshell.execDetached(["app2unit", "--", entry.execString]);
|
||||
Quickshell.execDetached(["sh", "-c", `app2unit -- ${entry.execString}`]);
|
||||
else
|
||||
Quickshell.execDetached(["sh", "-c", `app2unit -- '${entry.id}.desktop' || app2unit -- ${entry.execString}`]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue