Re: Splitting KGlobalAccel interface and runtime

2023-03-06 Thread Jeremy Whiting
Nevermind. rebuilt and everything seems to be working for now. On Mon, Mar 6, 2023 at 10:02 AM Jeremy Whiting wrote: > Was something decided about this? I ask because I went and built > frameworks kf6 over the weekend with kdesrc-build into /usr/local/ with my > existing arch packages in /usr,

Re: Splitting KGlobalAccel interface and runtime

2023-03-06 Thread Jeremy Whiting
Was something decided about this? I ask because I went and built frameworks kf6 over the weekend with kdesrc-build into /usr/local/ with my existing arch packages in /usr, etc. and afterwards the kf5 version of yakuake can no longer receive keyboard shortcuts (to hide/show, etc.) It's entirely

Re: Splitting KGlobalAccel interface and runtime

2023-02-14 Thread Aleix Pol
On Tue, Feb 14, 2023 at 10:13 AM Kevin Ottens wrote: > > Hello, > > On Monday, 13 February 2023 21:25:54 CET Vlad Zahorodnii wrote: > > On 2/13/23 22:05, Nicolas Fella wrote: > > > Hi, > > > > > > the kglobalaccel framework currently contains two pieces: kglobalacceld, > > > the runtime component

Re: Splitting KGlobalAccel interface and runtime

2023-02-14 Thread Kevin Ottens
Hello, On Monday, 13 February 2023 21:25:54 CET Vlad Zahorodnii wrote: > On 2/13/23 22:05, Nicolas Fella wrote: > > Hi, > > > > the kglobalaccel framework currently contains two pieces: kglobalacceld, > > the runtime component that manages global shortcuts, and an > > application-side library to

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

Re: Splitting KGlobalAccel interface and runtime

2023-02-13 Thread Vlad Zahorodnii
On 2/13/23 22:05, Nicolas Fella wrote: 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

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