[Wayland-bugs] [Bug 96687] Lazy four fingered swipe does not work

2016-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96687

--- Comment #7 from Darcy  ---
(In reply to Peter Hutterer from comment #6)
> Created attachment 124773 [details] [review]
> 0001-gestures-make-the-gesture-movement-threshold-dependi.patch
> 
> Give this one a try please and let me know how you go. Not a final patch but
> I wonder if that's a good enough approach.

I applied the patch and compiled with ./autogen.sh, make all and make install. 
A which gives me:

[dbeurle@xx ~]$ which libinput-list-devices 
/usr/local/bin/libinput-list-devices

It doesn't seem to work.  Would you like a renewed evemu output, or perhaps
some way of making sure the newly compiled library is being linked correctly?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 96710] Middle click area is too large / inconsistent with physical marks (Dell XPS 13 9350)

2016-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96710

Bug ID: 96710
   Summary: Middle click area is too large / inconsistent with
physical marks (Dell XPS 13 9350)
   Product: Wayland
   Version: 1.3.0
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: libinput
  Assignee: wayland-bugs@lists.freedesktop.org
  Reporter: l...@kernel.org

Created attachment 124763
  --> https://bugs.freedesktop.org/attachment.cgi?id=124763=edit
A click that libinput thought was a middle-click

Since upgrading to Fedora 24, I've been middle-clicking my accident on a
regular basis on my Dell XPS 13 9350.

This laptop has a very clearly drawn division between the left-click area and
the right-click area.  Nonetheless, I can click well to the left of the line
and still trigger a middle-click.

Please either disable the middle-click area on touchpads that have this type of
line or make it so that I actually need to place my finger on the line to
trigger middle-click.

I've attached a picture of myself allegedly middle-clicking.

If this is an issue with a hardware database and not with libinput itself, my
apologies -- if you give me a reference to what needs to change, I'll change it
and submit a patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 768016] [Wayland] Submenus often get closed after ~2 seconds

2016-06-28 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=768016

--- Comment #7 from Olivier Fourdan  ---
(In reply to Jonas Ådahl from comment #6)
> I suppose the x/y when running under Wayland is the most recent known
> coordinate. wl_pointer_leave doesn't carry any coordinates, so we won't know
> where it might have gone.

Right, the coords used in the leave notify event are surface_x/surface_y which
are updated on enter and motion events, means that what we get on leave is
basically what we had at the last motion event within the surface.

That's unfortunate, but it should be recoverable, because the callback routine
gtk_menu_stop_navigating_submenu_cb() checks again for the child window where
the pointer resides:

  https://git.gnome.org/browse/gtk+/tree/gtk/gtkmenu.c#n4104

So we still have a chance to recover from our mistake, but it seems
gdk_window_get_device_position() might return the wrong window. Still
digging...

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 768128] with wayland and gtk_window_begin_move_drag there's apparently no way to track where the window is

2016-06-28 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=768128

--- Comment #2 from Jonas Ådahl  ---
There is no way of doing this currently. The closest thing is drag-and-drop,
but I imagine that is not enough. Maybe we could add some drag-n-drop-surface
thing that works like a combination of drag-n-drop and interactive move.

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs