[Wayland-bugs] [Bug 95295] BUG: triggered 'if (buttons >= 256)' BUG: getevents.c:1640 in GetPointerEvents() after unlocking monitor

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95295 --- Comment #6 from Peter Hutterer --- https://lists.freedesktop.org/archives/wayland-devel/2016-May/028702.html -- You are receiving this mail because: You are the assignee for the

[Wayland-bugs] [Bug 95295] BUG: triggered 'if (buttons >= 256)' BUG: getevents.c:1640 in GetPointerEvents() after unlocking monitor

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95295 Peter Hutterer changed: What|Removed |Added Component|Input/libinput |libinput

[Wayland-bugs] [Bug 764519] Two finger tap on title bars non-functional on GTK3 apps and wayland

2016-05-09 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=764519 --- Comment #8 from Britt Yazel --- I just checked with gtk 3.20.4 and this issue is still present. Was this patch pushed? -- You are receiving this mail because: You are on the CC list for the

[Wayland-bugs] [Bug 95280] Middle button not working in X11 the same as with synaptics driver

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95280 --- Comment #6 from Peter Hutterer --- weird, seems to work fine here. what version of libinput is this, and can you attach an evemu recording of a middle click + pointer move? -- You are receiving this mail because:

[Wayland-bugs] [Bug 765695] DND doesn't work for GtkOverlay on Wayland

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765695 --- Comment #6 from Carlos Garnacho --- (In reply to Matthias Clasen from comment #5) > Link is pretty much file-manager-only territory, no ? Yeah pretty much, that's the only place where it has a clear meaning. Nautilus

[Wayland-bugs] [Bug 765695] DND doesn't work for GtkOverlay on Wayland

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765695 --- Comment #5 from Matthias Clasen --- Link is pretty much file-manager-only territory, no ? I agree that we should put some recommendations in the docs -- You are receiving this mail because: You are on the CC list for

[Wayland-bugs] [Bug 765695] DND doesn't work for GtkOverlay on Wayland

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765695 --- Comment #4 from Carlos Garnacho --- Wayland has no "link" action, both GDK_ACTION_LINK/PRIVATE are translated somewhat into "copy" at the protocol level. I guess there's some more translation missing somewhere. But

[Wayland-bugs] [Bug 765695] DND doesn't work for GtkOverlay on Wayland

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765695 Matthias Clasen changed: What|Removed |Added CC||mcla...@redhat.com

[Wayland-bugs] [Bug 765695] DND doesn't work for GtkOverlay on Wayland

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765695 Olivier Fourdan changed: What|Removed |Added CC|

[Wayland-bugs] [Bug 94075] SIGSEGV in xkb_context_ref from /usr/lib/libxkbcommon.so.0

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94075 --- Comment #9 from Pekka Paalanen --- FWIW, it's a race, like you probably guessed. Wayland_VideoInit() in SDL needs to init xkb_context much earlier. By the time it does the two roundtrips, it may or may not have received

[Wayland-bugs] [Bug 94075] SIGSEGV in xkb_context_ref from /usr/lib/libxkbcommon.so.0

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94075 Daniel Stone changed: What|Removed |Added Status|REOPENED|RESOLVED

[Wayland-bugs] [Bug 94075] SIGSEGV in xkb_context_ref from /usr/lib/libxkbcommon.so.0

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94075 --- Comment #7 from Robert Folland --- And here is output from valgrind. I could not get it to crash with valgrind with a debug version of libxkbcommon. Only with sdl2 and wayland debug versions. Init 41 ==446== Invalid

[Wayland-bugs] [Bug 94075] SIGSEGV in xkb_context_ref from /usr/lib/libxkbcommon.so.0

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94075 --- Comment #6 from Robert Folland --- More debug info with gdb: Init 12 Quit Init 13 Program received signal SIGSEGV, Segmentation fault. xkb_context_ref (ctx=ctx@entry=0x0) at src/context.c:156 156

[Wayland-bugs] [Bug 764413] Wayland: not fullscreenable gtk+ apps can be fullscreened

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=764413 Olivier Fourdan changed: What|Removed |Added See Also|

[Wayland-bugs] [Bug 765939] [Wayland] very slow scrolling in GtkMenu using the touchpad

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765939 Olivier Fourdan changed: What|Removed |Added Attachment #327491|reviewed|none

[Wayland-bugs] [Bug 765939] [Wayland] very slow scrolling in GtkMenu using the touchpad

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765939 Carlos Garnacho changed: What|Removed |Added Attachment #327491|none|reviewed

[Wayland-bugs] [Bug 95030] Macbook Pro 2015 touchpad activated when finger is hovering

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95030 --- Comment #14 from Benjamin Tissoires --- This needs to be fixed in the kernel unfortunately. We could detect this in libinput, but it just does not make sense to detect all various bugs from the kernel. Here the

[Wayland-bugs] [Bug 94075] SIGSEGV in xkb_context_ref from /usr/lib/libxkbcommon.so.0

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94075 --- Comment #5 from Pekka Paalanen --- Would also be much better to have the debug info installed for both SDL and libwayland libs for the backtrace, so we could see some more function names. -- You are receiving this mail

[Wayland-bugs] [Bug 765939] [Wayland] very slow scrolling in GtkMenu using the touchpad

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765939 Carlos Garnacho changed: What|Removed |Added Attachment #327490|none|accepted-commit_now

[Wayland-bugs] [Bug 95231] Thinkpad touchpad edge e530 too sensitive

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95231 --- Comment #8 from Peter Hutterer --- ok, something didn't work, the output is still the same. make sure you run sudo udev hwdb --update, maybe reboot as well just in case. -- You are receiving this mail because: You

[Wayland-bugs] [Bug 95231] Thinkpad touchpad edge e530 too sensitive

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95231 --- Comment #7 from Christoph Larndorfer --- I guess it did something, but I cannot verify the output of evemu-describe (I don't know what to look out for). It would be great to know what I can tweak here, in

[Wayland-bugs] [Bug 95231] Thinkpad touchpad edge e530 too sensitive

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95231 --- Comment #6 from Christoph Larndorfer --- Created attachment 123562 --> https://bugs.freedesktop.org/attachment.cgi?id=123562=edit output of evemu-describe after applying evdev rules -- You are receiving

[Wayland-bugs] [Bug 765939] [Wayland] very slow scrolling in GtkMenu using the touchpad

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765939 --- Comment #12 from Olivier Fourdan --- Created attachment 327491 --> https://bugzilla.gnome.org/attachment.cgi?id=327491=edit [PATCH 3/3] gtkmenu: ignore left/right scroll events As per comment 9: Menus are placed

[Wayland-bugs] [Bug 765939] [Wayland] very slow scrolling in GtkMenu using the touchpad

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765939 Olivier Fourdan changed: What|Removed |Added Attachment #327235|reviewed|none

[Wayland-bugs] [Bug 765939] [Wayland] very slow scrolling in GtkMenu using the touchpad

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=765939 --- Comment #10 from Olivier Fourdan --- (In reply to Carlos Garnacho from comment #9) > [...] > > We have 3 cases to support (provided we only listen to non-emulated events): > > - Mice capable of discrete vertical

[Wayland-bugs] [Bug 95280] Middle button not working in X11 the same as with synaptics driver

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95280 --- Comment #5 from Marco Arioli --- Yes, it has 3 three physical buttons. -- You are receiving this mail because: You are the assignee for the bug.___ wayland-bugs mailing list

[Wayland-bugs] [Bug 95280] Middle button not working in X11 the same as with synaptics driver

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95280 --- Comment #4 from Marco Arioli --- Created attachment 123559 --> https://bugs.freedesktop.org/attachment.cgi?id=123559=edit libinput list -- You are receiving this mail because: You are the assignee for the

[Wayland-bugs] [Bug 95280] Middle button not working in X11 the same as with synaptics driver

2016-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95280 --- Comment #3 from Marco Arioli --- Created attachment 123558 --> https://bugs.freedesktop.org/attachment.cgi?id=123558=edit Requested attachments -- You are receiving this mail because: You are the assignee for the

[Wayland-bugs] [Bug 757558] gtk_window_move() unreliable in Wayland?

2016-05-09 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=757558 Olivier Fourdan changed: What|Removed |Added Status|NEW |RESOLVED