[Wayland-bugs] [Bug 768887] Can't paste text copied in from QT5 Wayland clients

2017-11-02 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=768887

--- Comment #10 from Jonas Ådahl  ---
It could easily be interpreted as that way I guess. What would be the point of
keeping it around when not having any keyboard focus?

Either way, after the keyboard focus has been transfered to the popup, we
should send a new offer anyway right? Is QT not using that one correctly?


(off topic: we should disassociate keyboard focus with offer availability,
especially since touch devices might not have a keyboard)

-- 
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 98839] Somehow conditionalize hysteresis (hardware black/whitelist, device property introspection, user-exposed setting, etc)

2017-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98839

--- Comment #70 from Nate Graham  ---
+1

-- 
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 98839] Somehow conditionalize hysteresis (hardware black/whitelist, device property introspection, user-exposed setting, etc)

2017-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98839

Peter Hutterer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #68 from Peter Hutterer  ---
pushed to master, thanks for testing.

commit 50daa7b30fd1e13545944540a0ad3794bbf2ef09
Author: Peter Hutterer 
Date:   Thu Oct 26 13:56:44 2017 +1000

touchpad: automatically disable the hysteresis where not required

-- 
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 98845] Touchpad pointer acceleration off with Sony VAIO Pro 13

2017-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98845
Bug 98845 depends on bug 98839, which changed state.

Bug 98839 Summary: Somehow conditionalize hysteresis (hardware black/whitelist, 
device property introspection, user-exposed setting, etc)
https://bugs.freedesktop.org/show_bug.cgi?id=98839

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 98839] Somehow conditionalize hysteresis (hardware black/whitelist, device property introspection, user-exposed setting, etc)

2017-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98839

--- Comment #69 from Daniel van Vugt  ---
Nice work. I am pleasantly surprised to see we have a solution that will work
for other arbitrary touchpad models too.

-- 
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 98535] libinput touchpad acceleration tracker bug

2017-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98535
Bug 98535 depends on bug 98839, which changed state.

Bug 98839 Summary: Somehow conditionalize hysteresis (hardware black/whitelist, 
device property introspection, user-exposed setting, etc)
https://bugs.freedesktop.org/show_bug.cgi?id=98839

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 98802] RFE: libinput should let a thumb used for clicking rest anywhere on the pad, not just on the bottom edge

2017-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98802

Peter Hutterer  changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED

-- 
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 103550] system boots really slow with 4.9.x kernel or greater (tested on 4.14 rc7)

2017-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103550

Bug ID: 103550
   Summary: system boots really slow with 4.9.x kernel or greater
(tested on 4.14 rc7)
   Product: Wayland
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: other
Status: NEW
  Severity: major
  Priority: medium
 Component: wayland
  Assignee: wayland-bugs@lists.freedesktop.org
  Reporter: compte...@gmail.com

Created attachment 135213
  --> https://bugs.freedesktop.org/attachment.cgi?id=135213=edit
journalctl output

Booting fedora with kernel 4.8 (4.8.16-300.fc25.x86_64 specifically) works fine
but with any other kernel 4.9 and greater the boot process is really slow when
the gui starts to load or when logging in or out or rebooting.  There are
several amdgpu [powerplay] errors in journalctl.  I'm adding a journalctl
attachment booting with kernel-4.14.0-0.rc7.git2.1.fc28.x86_64.

-- 
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 768887] Can't paste text copied in from QT5 Wayland clients

2017-11-02 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=768887

--- Comment #9 from Carlos Garnacho  ---
I just noticed thought that the original bug description said "paste". c
seemed to work here at first glance, on a closer look it seems what is broken
is pasting through the context menu.

Apparently QT5 does always issue wl_data_offer_destroy() on wl_keyboard.leave
(Despite the keyboard focus immediately going to the popup). Probably the
wl_data_device.selection docs stating:

  The data_offer is valid until a new data_offer or NULL is received
  or until the client loses keyboard focus.  The client must
  destroy the previous selection data_offer, if any, upon receiving
  this event.

Must have mistaken them into thinking it's ok to destroy the offer on
wl_keyboard.leave. So it seems now we have 2 bugs to file :).

-- 
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 768887] Can't paste text copied in from QT5 Wayland clients

2017-11-02 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=768887

Jonas Ådahl  changed:

   What|Removed |Added

 Attachment #362835|none|accepted-commit_now
 status||

--- Comment #7 from Jonas Ådahl  ---
Review of attachment 362835:

lgtm.

-- 
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 768887] Can't paste text copied in from QT5 Wayland clients

2017-11-02 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=768887

Jonas Ådahl  changed:

   What|Removed |Added

 Attachment #362836|none|accepted-commit_now
 status||

--- Comment #8 from Jonas Ådahl  ---
Review of attachment 362836:

lgtm.

-- 
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 768887] Can't paste text copied in from QT5 Wayland clients

2017-11-02 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=768887

--- Comment #5 from Carlos Garnacho  ---
Created attachment 362835
  --> https://bugzilla.gnome.org/attachment.cgi?id=362835=edit
wayland: Allow interoperation between v1 drag source and v3 drag dest

Since v1 of wl_data_device_manager does not have actions, explicitly
assume a "copy" one from the drag source.

-- 
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 768887] Can't paste text copied in from QT5 Wayland clients

2017-11-02 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=768887

--- Comment #6 from Carlos Garnacho  ---
Created attachment 362836
  --> https://bugzilla.gnome.org/attachment.cgi?id=362836=edit
wayland: Allow interoperability between v3 drag source and v1 drag dest

Since v1 of wl_data_device_manager does not have actions, assume a "copy"
one from the drag destination.

-- 
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 768887] Can't paste text copied in from QT5 Wayland clients

2017-11-02 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=768887

Carlos Garnacho  changed:

   What|Removed |Added

 CC||carl...@gnome.org
  Component|Backend: Wayland|wayland
   Assignee|gtk-b...@gtk.org|mutter-ma...@gnome.bugs
Product|gtk+|mutter
 QA Contact|gtk-b...@gtk.org|mutter-ma...@gnome.bugs

--- Comment #4 from Carlos Garnacho  ---
QT5 implements version 1 of the wl_data_device_manager protocol interface,
whereas mutter/gtk+ implement up to version 3 of this interface.

There is indeed an interoperation bug between v1 and v3 (which is in mutter, so
reassigning the bug there), but someone should file a bug to QT and tell them
not to use outdated and fundamentally broken versions of the protocol.

-- 
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 789788] Sometimes drop down opens behind shell top panel under Wayland

2017-11-02 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=789788

--- Comment #2 from Strangiato  ---
(In reply to Jonas Ådahl from comment #1)
> What do you mean with sometimes?

This problem happens randomly.
I don't know specific steps to reproduce it yet.

-- 
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