Comment 4 for bug 1386200

Revision history for this message
bobbinyolk (regs-i) wrote : Re: [Bug 1386200] Re: middle click on dock task bar icon open app twice

I am a kde user but I really like something like cairo-dock. The
middle-click issue on every icon, something I got after installing
version 3.4, is a real pain. I tried looking in the source, but without
any documentation of specifically the class structure I made very little
headway. Since nobody else seemed interested in even looking at it, I
de-installed cairo-dock.
At the moment I use the kde dock with only icons. Not nearly as fancy as
cairo-dock but useable.
Since de-installing I noticed something else: no hung kde session any
more. I had that with some regularity. A completely dead session except
cairo-dock. It seems, that sometimes cairo-dock receives messages and
forgets to pass them on to other listeners. In windows terms, blocking
the message loop. (I am a windows programmer)
I tried your gtk-click. When I double-click I get the message box. But
not when I single-click, middle-click or right-click.

Greetz, Bob

Op 06-08-15 om 12:59 schreef Matthieu Baerts:
> Hello and sorry for the huge delay!
>
> Do you still have this bug? It seems the dock received 2 signals (= 2
> clicks). I'm not able to reproduce this bug on Ubuntu but I had this bug
> on ArchLinux.
>
> Is it maybe possible to check if you have this bug with other apps which are also using GTK3?
> Or by compiling this C code attached to this message?
> You can easily test it by using this command:
>
> $ gcc `pkg-config --cflags gtk+-3.0` -o gtk_click gtk_click.c `pkg-
> config --libs gtk+-3.0` && ./gtk_click
>
> Thanks!
>
> ** Attachment added: "gtk_click.c"
> https://bugs.launchpad.net/cairo-dock-core/+bug/1386200/+attachment/4440403/+files/gtk_click.c
>