There is a way to workaround this .
package com;

import sun.awt.X11.XToolkit;

public class CompizToolkit extends XToolkit {

    public CompizToolkit() {

    }


    public boolean isTraySupported() {
        return true;
    }
}

and specify -Dawt.toolkit=com.CompizToolkit as a System Property
Thanks to Patricio Barletta ideas

-- 
Java 6 system tray not working in Gutsy Tribe 6
https://bugs.launchpad.net/bugs/139177
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to