On Mon, Jun 13, 2016 at 02:10:00AM -0400, Scott Kostyshak wrote:
> On Sun, Jun 12, 2016 at 04:55:23AM -0400, Scott Kostyshak wrote:
> > On Thu, Jun 09, 2016 at 07:41:47AM +0200, Lukáš Holeček wrote:
> > > Hi,
> > >
> > > There is a related Qt issue but it's been already fixed for Qt 5. [1]
> > >
> > > There are other relatively new issues that can be related. [2] [3]
> > >
> > > Seems to happen either if Lyx doesn't own the clipboard/selection or it's
> > > already been changed. [4]
> > >
> > > Does this happen when selecting text continuously with mouse or keyboard?
> >
> > It happens with both. All I need to do is make a short selection and
> > stop and the messages keep coming. If I do shift+right, the messages
> > appear when I release the shift key.
> >
> > > Anything changes if you disable "Paste clipboard with mouse" or "Paste
> > > mouse selection with keyboard" in CopyQ?
> >
> > Does not make a difference.
> >
> > Thanks for all of the references. I will let you know if I discover any
> > new information. I might take a look at the LyX code.
>
> I took a look at LyX's code, and apparently it is due to a custom event
> filter in order to get XCB events that we recently committed:
>
>
www.lyx.org/trac/changeset/52fee35/lyxgit
>
> I will ask the authors of that patch if they know what's going on.
We've looked at the code and made an improvement but warnings still
come.
I'm assuming the warnings only come when the clipboard is polled for the
primary selection. I do not have "Store text selected using mouse"
selected in CopyQ preferences. Does CopyQ still ask for the primary
selection in this case? Is there any way to ask CopyQ to ask for the
"clipboard" selection but not the "primary" selection?
What I'm also puzzled by is that even when I select "Disable Clipboard
Storing", the warnings still appear. Is CopyQ still retrieving the
selections and just not storing them? Otherwise I find it strange
because I do not see any warnings if I exit CopyQ.
Thanks for your help on this,
Scott