Summary: | Provide a scripting API to run arbitrary commands | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | coherence <niuchangcun> |
Component: | scripting | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | AndyKluger, arusahni, ashark, edoubrayrie, havard.stien, kde, natalie_clarius, nate, niuchangcun |
Priority: | NOR | ||
Version: | 5.27.7 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
coherence
2023-09-06 05:33:01 UTC
FWIW, I recently also ran into this and as a workaround wrote my own small helper program to run arbitrary commands via DBus. https://github.com/DvdGiessen/dbus-app-launcher Another (hacky) workaround to do this (without an additional dependency) is adding an DBus autostart file for the command you want to run, which will let the DBus deamon start your app for you. But I agree having this functionality be available directly in the scripting API would be much better. |