Re: Clipboard manager use case

2019-01-15 Thread Simon Ser
Update: data-control-unstable-v1 has been merged in wlr-protocols and implemented in wlroots. A client using the protocol is available at [1]. Let me know if you have questions. [1]: https://github.com/bugaevc/wl-clipboard ___ wayland-devel mailing list

Re: Clipboard manager use case

2018-11-09 Thread Roman Gilg
On Fri, Nov 9, 2018 at 9:42 PM Simon Ser wrote: > > What do we need to do in order to move this forward? I see the proposal has > > been > > up for some months but didn't get much attention. > > > > If it is approved, I can probably make it happen on the KDE side, but it > > would > > be nice ha

Re: Clipboard manager use case

2018-11-09 Thread Simon Ser
On Friday, November 9, 2018 3:01 PM, Albert Vaca wrote: > Simon, > > Thanks for the clarification. I found the wording a bit confusing, but if > that's > the wording already in use then I agree we should stick with it. Yeah, that's the motivation behind the protocol: consistency. I was also con

Re: Clipboard manager use case

2018-11-09 Thread Albert Vaca
On Fri, Nov 9, 2018 at 12:16 PM Simon Ser wrote: > On Thursday, November 8, 2018 3:40 PM, Albert Vaca > wrote: > > Hi Simon, > > > > I've given your proposal a read, and found it quite complicated. There > are > > concepts like "data device" or "data source" that seem too abstract from > my > >

Re: Clipboard manager use case

2018-11-09 Thread Simon Ser
On Thursday, November 8, 2018 3:40 PM, Albert Vaca wrote: > Hi Simon, > > I've given your proposal a read, and found it quite complicated. There are > concepts like "data device" or "data source" that seem too abstract from my > point of view. I guess your idea is that the clipboard is just one of

Re: Clipboard manager use case

2018-11-08 Thread Albert Vaca
On Wed, Nov 7, 2018 at 6:12 PM Simon Ser wrote: > Hi, > > On Wednesday, November 7, 2018 5:18 PM, Albert Vaca > wrote: > > I would like to start a discussion about the need of a protocol for > clipboard > > management in Wayland. As far as I know, the current approach for > clipboard > > manager

Re: Clipboard manager use case

2018-11-07 Thread Simon Ser
Hi, On Wednesday, November 7, 2018 5:18 PM, Albert Vaca wrote: > I would like to start a discussion about the need of a protocol for clipboard > management in Wayland. As far as I know, the current approach for clipboard > managers and similar apps requires them to be implemented as part of the

Clipboard manager use case

2018-11-07 Thread Albert Vaca
Hi there! I would like to start a discussion about the need of a protocol for clipboard management in Wayland. As far as I know, the current approach for clipboard managers and similar apps requires them to be implemented as part of the compositor. This is of course a limitation for third party cl