https://bugs.kde.org/show_bug.cgi?id=499128

antroids <publicantro...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |publicantro...@gmail.com

--- Comment #6 from antroids <publicantro...@gmail.com> ---
The issue is related to the ButtonRebinds plugin for KWin.
I've noticed that the device section of QEventPoint object is different when
you start dragging at the edge of the panel and at the rest:
Edge:
 "device": {
...
        "buttonCount": 0,
        "capabilities": 1,
        "maximumPoints": 1,
        "name": "Button rebinding device touchpad",
        "objectName": "",
        "pointerType": 2,
        "seatName": "",
        "systemId": -1,
        "type": 4,
        "uniqueId": {
            "numericId": -1
        }
    },

The rest:
"device": {
...
        "buttonCount": 0,
        "capabilities": 1,
        "maximumPoints": 10,
        "name": "touchpad",
        "objectName": "",
        "pointerType": 2,
        "seatName": "seat0",
        "systemId": 8589934592,
        "type": 4,
        "uniqueId": {
            "numericId": -1
        }
    },


When the "buttonsrebind" is unloaded, dragging wirks fine.
> qdbus6 org.kde.KWin /Plugins UnloadPlugin "buttonsrebind"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to