1

When clicking on the klipper icon on the unity bar nothing happens. No drop down list. Is there anybody able to resolve it?..

aneeshep
  • 30,321

1 Answers1

1

It may be an issue with Klipper not being white listed.

You could try these sets of commands:

gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"

and then you run

gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'klipper']"

some additional reading resources can be found here(where i found it at least):

http://www.addictivetips.com/ubuntu-linux-tips/enable-system-tray-notification-for-all-applications-in-ubuntu-11-04/

http://ubuntuforums.org/archive/index.php/t-1772418.html

Ctuchik
  • 271