Launcher: fix app2unit execution, implemented #202

This commit is contained in:
Ly-sec 2025-09-06 12:18:14 +02:00
parent 8658e11c1d
commit e76b2c5497

View file

@ -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) {