Bug#939896: Two-finger touchpad scroll is broken in wxgtk3.0-gtk3 on wayland

2019-09-16 Thread Gunter Königsmann


On 16.09.19 01:13, Olly Betts wrote:
> On Sat, Sep 14, 2019 at 06:47:10PM +0200, Gunter Königsmann wrote:
>>> With GTK3 you can probably work around this by forcing X11, e.g.:
>>>
>>> env GDK_BACKEND=x11 /usr/bin/app
>> For many applications that might be a valuable hint. But it causes
>> hideous flicker, due to
>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934386.
> If you insist on conflating all your bugs into one big bug ball that
> just makes it more difficult to investigate, so it's less likely anyone
> can help you solve any of them.
>
> Ignoring other issues for now, does my suggestion actually address
> *THIS* bug?  In other words, if run as above, does two-finger touchpad
> scrolling work?

If you set GDK_BACKEND=x11 the scrolling bug disappears, which is why I
told that your hint normally would be an excellent idea. But I wanted to
make sure that this bug is not closed because there is a workaround as
using the workaround triggers other bugs in other places.

Kind regards,

  Guner.



Bug#939896: Two-finger touchpad scroll is broken in wxgtk3.0-gtk3 on wayland

2019-09-15 Thread Olly Betts
On Sat, Sep 14, 2019 at 06:47:10PM +0200, Gunter Königsmann wrote:
> 
> > With GTK3 you can probably work around this by forcing X11, e.g.:
> >
> > env GDK_BACKEND=x11 /usr/bin/app
> 
> For many applications that might be a valuable hint. But it causes
> hideous flicker, due to
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934386.

If you insist on conflating all your bugs into one big bug ball that
just makes it more difficult to investigate, so it's less likely anyone
can help you solve any of them.

Ignoring other issues for now, does my suggestion actually address
*THIS* bug?  In other words, if run as above, does two-finger touchpad
scrolling work?

You haven't clearly said if it does or not, just that it doesn't solve
your flicker problem (which I wouldn't expect it to).  I can't easily
test touchpad scrolling as I don't have a touchpad.

Cheers,
Olly



Bug#939896: Two-finger touchpad scroll is broken in wxgtk3.0-gtk3 on wayland

2019-09-14 Thread Gunter Königsmann


> With GTK3 you can probably work around this by forcing X11, e.g.:
>
> env GDK_BACKEND=x11 /usr/bin/app

For many applications that might be a valuable hint. But it causes
hideous flicker, due to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934386.

Kind regards,

   Gunter.



Bug#939896: Two-finger touchpad scroll is broken in wxgtk3.0-gtk3 on wayland

2019-09-09 Thread Olly Betts
On Mon, Sep 09, 2019 at 10:04:26PM +0200, Gunter Königsmann wrote:
> Also wxgtk3.0 applications that use gtk2 seem to work fine.

That's not surprising - GTK2 doesn't support Wayland, so GTK2 apps
will actually use X11 even if you're using Wayland.

With GTK3 you can probably work around this by forcing X11, e.g.:

env GDK_BACKEND=x11 /usr/bin/app

Cheers,
Olly



Bug#939896: Two-finger touchpad scroll is broken in wxgtk3.0-gtk3 on wayland

2019-09-09 Thread Scott Talbert

On Mon, 9 Sep 2019, Gunter Königsmann wrote:


Package: libwxgtk3.0-gtk3-0v5
Version: 3.0.4+dfsg-9
Wayland only (X11 works fine): Attempts to do a two-finger scroll using
my synaptic touchpad don't cause applications that use the gtk3 flavour
of wxgtk to scroll. The two-finger scroll seems to be ignored instead.
Ordinary gnome applications seem to work fine, instead. Also wxgtk3.0
applications that use gtk2 seem to work fine.


Upstream ticket: https://trac.wxwidgets.org/ticket/17734

Bug#939896: Two-finger touchpad scroll is broken in wxgtk3.0-gtk3 on wayland

2019-09-09 Thread Gunter Königsmann
Package: libwxgtk3.0-gtk3-0v5
Version: 3.0.4+dfsg-9
Wayland only (X11 works fine): Attempts to do a two-finger scroll using
my synaptic touchpad don't cause applications that use the gtk3 flavour
of wxgtk to scroll. The two-finger scroll seems to be ignored instead.
Ordinary gnome applications seem to work fine, instead. Also wxgtk3.0
applications that use gtk2 seem to work fine.