Hi again and again,

I went wrong, it seems the offending code is now in JavaScript in gnome-shell (may in js/ui/screenshot.js). It's purely unreadable and uncommented. Worst, I have no clue to dump out values in code like :

    _onMotionEvent: function(actor, event) {
        if (this._startX == -1 || this._startY == -1)
            return Clutter.EVENT_PROPAGATE;

        [this._lastX, this._lastY] = event.get_coords();
        let geometry = this._getGeometry();

        this._rubberband.set_position(geometry.x, geometry.y);
        this._rubberband.set_size(geometry.width, geometry.height);

        return Clutter.EVENT_PROPAGATE;
    },

I could try to keep calm and trace this if you have any pointers for me about overring things in gnome-shell :)

Ludovic


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to