Potential approach to EnterNotify problem in window manager

2015-10-22 Thread Ingo Bürk
Hi guys, at the i3 window manager, we have a separate system bar application (i3bar), which is not integrated into the window manager. It can be hidden and only be shown upon keypress. This causes the problem that if the user puts their pointer "away" in some corner, then shows the bar for a seco

Re: Potential approach to EnterNotify problem in window manager

2015-10-22 Thread Ingo Bürk
oment. Ingo On 10/23/2015 12:01 AM, Thomas Lübking wrote: > On Donnerstag, 22. Oktober 2015 22:17:28 CEST, Ingo Bürk wrote: > >> This causes the problem that if the user puts their pointer "away" in >> some corner, then shows the bar for a second and then hides it

Re: Major/Minor Opcodes of failed requests

2016-03-30 Thread Ingo Bürk
Hi Lloyd, see here: http://www.x.org/wiki/Development/Documentation/Protocol/OpCodes/ In your case you are trying to allocate way too much memory. This can happen, for example, if you by accident try to create enormously large pixmaps. Of course there's many things that can cause this. Decoding t

Re: Major/Minor Opcodes of failed requests

2016-03-30 Thread Ingo Bürk
. > > Thanks for the info, though. It was exactly the sort of thing I was > hoping for. > > Lloyd > > > > > On 03/30/2016 12:18 PM, Ingo Bürk wrote: >> Hi Lloyd, >> >> see here: http://www.x.org/wiki/Development/Documentation/Protocol/OpCodes/ &g

Touchpad scrolls to the top of the page upon touching

2016-06-08 Thread Ingo Bürk
Hello everybody, I use libinput on my T460s and have been experiencing, for a while now, that when I first start a two-finger scroll on my touchpad after having done other things, it automatically scrolls all the way to the top. This is quite annoying and reproducible in different applications. I'

Re: Touchpad scrolls to the top of the page upon touching

2016-06-08 Thread Ingo Bürk
2016 12:49 PM, Thomas Lübking wrote: > On Wed, Jun 08, 2016 at 10:01:34AM +0200, Ingo Bürk wrote: >> is quite annoying and reproducible in different applications. I've ran > > All gtk3 based? > Does it work correctly when activating the window first? > > https://bu

Re: Touchpad scrolls to the top of the page upon touching

2016-06-10 Thread Ingo Bürk
Hi, just as an update, I've noticed that on this machine I was actually using the synaptics driver. I've switched to libinput now and the issue has disappeared. Ingo On 06/08/2016 10:01 AM, Ingo Bürk wrote: > Hello everybody, > > I use libinput on my T460s and have been