English:x11 docking
Z Kadu
This module allows docking of the Kadu icon in the systray of your window manager.
It's recommended for most users of KDE, Gnome.
- NOTE!
- If Kadu icon doesn't show in the Gnome tray even though the x11_docking module is loaded then you either don't have a systray (notification area applet) or the systray has been loaded after loading Kadu which results in Kadu icon not being docked. There is a simple solution for that issue - a very simple bash script:
#!/bin/bash sleep 5 kadu
Add it to Gnome's startup and it will make Kadu to load 5 seconds later which should be enough to load the systray. If 5 seconds aren't enough then tray to increase the delay to fit your system.
Since the 0.4.0 version this problem can be solved by setting StartDelay in General section in Kadu's configuration file (usually ~/.kadu/kadu.conf.xml). Setting StartDelay for 5 means a 5 second delay in loading the application.
Requires: docking module.