** Description changed: Binary package hint: unity On launcher, all Java Swing applications are with wrong name. Their tooltip shows the Java class name, with the dots changed by hiphens. For example, Netbeans icon itself gets inactive after startup. Then an icon with a '?' shows up indicating "java-lang-Thread" on mouseover. ------------------------------------------------------------------------------------------ - Treviño: this issue is java related and it's caused by the fact that the Java apps doesn't correctly set the WM_CLASS X property on their windows. There was a bug for it (including a patch): http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6528430 + Treviño: this issue is java related (affecting javaws apps as well) and it's caused by the fact that the Java apps doesn't correctly set the WM_CLASS X property on their windows. There was a bug for it (including a patch): http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6528430 The ubuntu java package should probably include it. A workaround to fix it is to use this window matching agent: https://github.com/jelmerk/window-matching-agent then you need to update the application .desktop file to change the Exec value including -javaagent:agent.jar=<AppWMClass> and adding StartupWMClass=<AppWMClass>.
-- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-7 in Ubuntu. https://bugs.launchpad.net/bugs/751909 Title: Java Swing applications displayed with wrong name Status in BAMF Application Matching Framework: Confirmed Status in Unity: Confirmed Status in Unity 2D: Confirmed Status in “bamf” package in Ubuntu: Confirmed Status in “openjdk-6” package in Ubuntu: Confirmed Status in “openjdk-7” package in Ubuntu: Confirmed Bug description: Binary package hint: unity On launcher, all Java Swing applications are with wrong name. Their tooltip shows the Java class name, with the dots changed by hiphens. For example, Netbeans icon itself gets inactive after startup. Then an icon with a '?' shows up indicating "java-lang-Thread" on mouseover. ------------------------------------------------------------------------------------------ Treviño: this issue is java related (affecting javaws apps as well) and it's caused by the fact that the Java apps doesn't correctly set the WM_CLASS X property on their windows. There was a bug for it (including a patch): http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6528430 The ubuntu java package should probably include it. A workaround to fix it is to use this window matching agent: https://github.com/jelmerk/window-matching-agent then you need to update the application .desktop file to change the Exec value including -javaagent:agent.jar=<AppWMClass> and adding StartupWMClass=<AppWMClass>. To manage notifications about this bug go to: https://bugs.launchpad.net/bamf/+bug/751909/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openjdk Post to : [email protected] Unsubscribe : https://launchpad.net/~openjdk More help : https://help.launchpad.net/ListHelp

