Re: Problems in KWayland causes by API and ABI compatibility promises

2020-03-17 Thread Aleix Pol
On Tue, Mar 17, 2020 at 11:27 AM David Edmundson wrote: > > There's definitely a problem, and I think it's a lot more than just > discussing location and protocol versions. > > My typical workflow is reading the wayland protocol in detail, and > kwayland is in that awkward position where I absolut

Re: Problems in KWayland causes by API and ABI compatibility promises

2020-03-17 Thread David Edmundson
There's definitely a problem, and I think it's a lot more than just discussing location and protocol versions. My typical workflow is reading the wayland protocol in detail, and kwayland is in that awkward position where I absolutely still need to read those underlying docs and the abstraction kwa

Re: Problems in KWayland causes by API and ABI compatibility promises

2020-03-06 Thread Nate Graham
On 3/6/20 12:55 AM, Kai Uwe Broulik wrote: Frameworks: === Looks like just Plasma Dialog in Plasma-Framework, for which I believe KWayland was turned into a Framework to begin with. Other: == - Spectacle - Yakuake - Latte Dock (presumably similar uses as plasmashell) Some of

Re: Problems in KWayland causes by API and ABI compatibility promises

2020-03-05 Thread Kai Uwe Broulik
Am 05.03.20 um 17:27 schrieb Nate Graham: What are the known users of KWayland outside of KWin? Are there any? Quick lxr suggests there's actually a bunch: In Plasma (for which we could do an "integration" library without Frameworks guarantees in plasma-workspace, similar to e.g. LibTaskMana

Re: Problems in KWayland causes by API and ABI compatibility promises

2020-03-05 Thread Nate Graham
Moving it into KWin itself seems sane to me, on the surface. What are the known users of KWayland outside of KWin? Are there any? Nate On 3/5/20 5:21 AM, Vlad Zahorodnii wrote: Hi, KWayland is a library that provides convenience wrappers for Wayland protocols. Usually, when we want to impl