0

There is this great application that can mount various CD images and thus emulate a CD drive. However, it is based on tray so it does not play nice with Unity. How can it be run in Unity?

Bruno Pereira
  • 73,643
sup
  • 4,862

1 Answers1

0

You need to run this command:

gsettings set com.canonical.Unity.Panel systray-whitelist "$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s:\[:\['gcdemu' ,:")"

which will add cdemu application to Unity panel whitelist.

Bruno Pereira
  • 73,643
sup
  • 4,862