← Back to team overview

cairo-dock-team team mailing list archive

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
>

-- 
You received this bug notification because you are a member of Cairo-
Dock Devs, which is subscribed to Cairo-Dock Core.
https://bugs.launchpad.net/bugs/1386200

Title:
  middle click on dock task bar icon open app twice

Status in Cairo-Dock Core:
  New

Bug description:
  $ cairo-dock -v
  3.4.0
  on archlinux in gnome-shell.
  When I middle click on gnome-terminal (for example, other apps are same), two new window of gnome-terminal is launched instead of one ( the correct behavior).

  I think it is a regression from previous version.  The debug output
  (cairo-dock -l debug) is attached, I middle clicked gnome-terminal
  launcher in the end of the debug logging.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-core/+bug/1386200/+subscriptions


References