mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-28 08:33:54 +00:00
Launcher: fix app2unit execution, implemented #202
This commit is contained in:
@@ -85,7 +85,7 @@ Item {
|
||||
|
||||
if (Settings.data.appLauncher.useApp2Unit && app.id) {
|
||||
Logger.log("ApplicationsPlugin", `Using app2unit for: ${app.id}`)
|
||||
Quickshell.execDetached(["app2unit", "--", app.id])
|
||||
Quickshell.execDetached(["app2unit", "--", app.id + ".desktop"])
|
||||
} else if (app.execute) {
|
||||
app.execute()
|
||||
} else if (app.exec) {
|
||||
|
||||
Reference in New Issue
Block a user