As you may know, Docky a is light weight application launcher in Unix/Linux like systems. I am a big fan of Lubuntu and Docky, because it doesn’t swallow all my system resources, so that I can use more application simultaneously. I use Docky application launcher in my production Laptop, powered by Lubuntu 14.04.
If you’re using LXDE distros, you may definitely encounter with composting error while using Docky. See the following screenshot.
If you didn’t enable compositing feature, you can’t use some of Docky’s features such as 3D background and Auto-hide. If you want to enable this features on Docky, you need to enable the Compositing feature in your LXDE systems.
To do that, first install the xcompmgr package.
sudo apt-get install xcompmgr
Then, go to Menu -> Preferences -> Default applications for LXSession. Navigate to the Autostart tab. Type “@xcompmgr -n” without quotes in the box that says +Add. Then, click Add button.
That’s it. Close the LXSession configuration window and log off or reboot your system. Now, you’ll see that Compositing feature has been enabled.
Also, you can use 3D background and hiding features such as Auto-hide, Intellihide or Window dodge etc.
Cheers!