Re: Splitting KGlobalAccel interface and runtime

2023-02-14 Thread David Redondo
Am Montag, 13. Februar 2023, 21:05:33 CET schrieb Nicolas Fella: > It wouldn't automatically solve the coinstallability problem of KF5 and > KF6, because a kglobalacceld provided by KF5-KGlobalAccel would still > conflict with a Plasma-provided kglobalacceld, but it's at least > conceptually less m

Splitting KGlobalAccel interface and runtime

2023-02-13 Thread Nicolas Fella
Hi, the kglobalaccel framework currently contains two pieces: kglobalacceld, the runtime component that manages global shortcuts, and an application-side library to interact with it. The two communicate with each other via DBus. On X11 there is a standalone kglobalacceld5 process providing the i