Comment 2 for bug 993612

Revision history for this message
Matthieu Baerts (matttbe) wrote :

Hello and thank you for this bug report!

> I am experiencing a bug that happens when using the trackpad, but is not reproducible with a mouse.
This is strange... But I think this bug is not due to Cairo-Dock but maybe GTK+3.0. I already had the bug #949414 but it's a bit different (as you can see there: https://launchpadlibrarian.net/96124653/bug949029_with_cairo-dock.ogv )
I know that GTK+3.0 detects if you're using a trackpad, touchscreen or a mouse but you shouldn't have this bug with a trackpad or a mouse (except if your trackpad is detected as a touchscreen).
What's the output of this command (launched from a terminal):
    $ xinput

Also it can be interesting to have GTK logs about the input and events by launching the dock with this command:
    $ GDK_DEBUG=input,events cairo-dock
(But I think GTK+3 needs to be recompiled with this option: --enable-debug=yes)

Is it maybe possible to launch the dock with this command and post here all messages that you'll have only when you try to reproduce the bug with your trackpad and with your mouse?
   $ cairo-dock -l debug

But about this bug I'm not able to reproduce it (with a trackpad, the dock on the left of the screen and with this callback mode: "hit a zone").
Is it maybe possible to try with another WM? (e.g. with Compiz instead of Kwin?)