Launcher: fix app2unit execution, implemented #202
This commit is contained in:
parent
8658e11c1d
commit
e76b2c5497
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue