← Back to team overview

openjdk team mailing list archive

[Bug 300948] Re: openjdk : SystemTray.isSupported() bug

 

This bug was fixed in the package openjdk-6 - 6b18-1.8-0ubuntu1

---------------
openjdk-6 (6b18-1.8-0ubuntu1) lucid; urgency=low

  * Update IcedTea6 to the icedtea6-1.8 release.
  * Fix builds on Ubuntu/dapper and Debian/lenny.
  * On hppa, configure --without-rhino --disable-plugin.
  * Fix Hitachi SH configury. Closes: #575346.
  * Start a window manager when running the tests. Prefer metacity,
    as more tests pass with it.
  * Let XToolkit.isTraySupported() return true, if Compiz is running.
    Works around sun#6438179. LP: #300948.
  * Make <java_home>/jre/lib/security/nss.cfg a config file.
  * Fail in the configuration of the packages, if /proc is not mounted.
    java currently uses tricks to find its own shared libraries depending
    on the path of the binary. Will be changed in OpenJDK7. Closes: #576453.
  * Fix PR icedtea/469, testsuite failures with the NSS based security
    provider. LP: #556549.
  * Do not pass LD_LIBRARY_PATH from the plugin to the java process.
    While libnss3.so gets loaded from /usr/lib, the dependent libraries
    are loaded from MOZILLA_FIVE_HOME (See #561216 for the wrong firefox
    config). LP: #561124.
    Closes as well: LP: #551328, #554909, #560829, #549010, #553452.
  * Always build shark with hs14.
 -- Matthias Klose <doko@xxxxxxxxxx>   Wed, 14 Apr 2010 01:53:33 +0200

** Changed in: openjdk-6 (Ubuntu)
       Status: Incomplete => Fix Released

-- 
openjdk : SystemTray.isSupported() bug
https://bugs.launchpad.net/bugs/300948
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “compiz” package in Ubuntu: Invalid
Status in “openjdk-6” package in Ubuntu: Fix Released

Bug description:
SystemTray.isSupported()
returns false with openjdk using gnome + compiz, while it returns true if I use metacity instead of compiz.

This problem was known is sun-java, and should be corrected in java 6 update 10 : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6438179
"Specifically, it returns true only if the window manager is named "Metacity" or "KWin".

As a result, impossible to make a java program which use systray for people using compiz :(