user-none / KDocker

Dock most applications to the system tray
GNU General Public License v2.0
316 stars 22 forks source link

could not find matching window, Zimbra Desktop #19

Closed gslongo closed 7 years ago

gslongo commented 7 years ago

Hi

I get this error when lauching Zimbra Desktop 7.3 capture-kdocker

Docking manually by lauching kdocker separatly works ...

The command is :

kdocker -q /opt/zimbra/zdesktop/linux/zdrun.pl

Any idea ?

Thanks !

user-none commented 7 years ago

If you don't specify the Window name it will try to dock based upon the PID of the application when KDocker launches the application. Name based matching should only be necessary when the application spawns a different process. Meaning it is really just a launcher. I suspect this is the case.

You'll want to play with the -n and -e option.

gslongo commented 7 years ago

Hi,

Thanks for answer.

When I use -n "Zimbra Desktop" it docks my firefox o_O

When I do the same without any window opened I get same message as before

Regards