[Openjdk] [Bug 1729558] Re: [regression] In Java apps like Netbeans, dark menu bars don't look good for disabled elements

2017-11-20 Thread md_5
Patch was applied upstream, http://hg.openjdk.java.net/jdk/jdk/rev/d4ed3b8d166c Requesting a backport to 8/9 please. Should apply without conflicts - file hasn't been otherwise modified in either version. Thanks Michael -- You received this bug notification because you are a member of

[Openjdk] [Bug 1729558] Re: [regression] In Java apps like Netbeans, dark menu bars don't look good for disabled elements

2017-11-07 Thread md_5
No upstream bug yet unfortunately (OpenJDK bugtracker is restricted access as I'm sure you know). I made a mailing list thread a few days ago here http://mail.openjdk.java.net/pipermail/swing-dev/2017-November/007904.html although haven't had any feedback aside from the patch not being

[Openjdk] [Bug 1729558] Re: [regression] In Java apps like Netbeans, dark menu bars don't look good for disabled elements

2017-11-07 Thread md_5
Patch I submitted upstream is attached, not through yet though. ** Patch added: "disabled.diff" https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1729558/+attachment/5005613/+files/disabled.diff ** Also affects: openjdk-9 (Ubuntu) Importance: Undecided Status: New -- You

[Openjdk] [Bug 1729558] Re: [regression] In Java apps like Netbeans, dark menu bars don't look good for disabled elements

2017-11-03 Thread md_5
Ok Turns out Java has some super funky code: int componentState = context.getComponentState(); if ((componentState & SynthConstants.DISABLED) == SynthConstants.DISABLED){ if (!GTKLookAndFeel.is3()) { Color orgColor =

[Openjdk] [Bug 1729558] Re: [regression] In Java apps like Netbeans, dark menu bars don't look good for disabled elements

2017-11-03 Thread md_5
Java looks to be using the disabled foreground colour correctly (to me, the untrained observer): gtk2_widget = gtk2_get_widget(widget_type); GtkStyle* style = gtk2_widget->style; switch (color_type) { case FOREGROUND: color = &(style->fg[state_type]);

[Openjdk] [Bug 1729558] Re: [regression] In Java apps like Netbeans, dark menu bars don't look good for disabled elements

2017-11-03 Thread md_5
If you were testing your own install the font rendering is messed because of this bug in freetype https://bugs.launchpad.net/bugs/1722508 Downgrading to the Zesty version of freetype (as in my screenshots) fixes that issue. -- You received this bug notification because you are a member of

[Openjdk] [Bug 1729558] Re: [regression] In Java apps like Netbeans, dark menu bars don't look good for disabled elements

2017-11-02 Thread md_5
Java isn’t hardcoding them, it’s pulling them from GTK. There is the possibility that it’s pulling the wrong type of element colour (sorry not sure about terminology). I guess the test is to find a GTK 2 app with disabled menu elements that previously had a white menu which is now black wih this

[Openjdk] [Bug 1729257] Re: Terrible Font Selection / Rendering on Artful

2017-11-01 Thread md_5
Ok I did some more digging and it looks like this is a bug in libfreetype6 and not this package. Forcing a downgrade of libfreetype6 to Zesty fixes the issue, and force upgrading Zesty to Artful libfreetype6 introduces the issue. -- You received this bug notification because you are a member

[Openjdk] [Bug 1729257] Re: Terrible Font Selection / Rendering on Artful

2017-11-01 Thread md_5
Looks to be https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1722508 Apologies for the noise ** Changed in: openjdk-8 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-8 in Ubuntu.

[Openjdk] [Bug 1729257] [NEW] Terrible Font Selection / Rendering on Artful

2017-11-01 Thread md_5
Public bug reported: Not sure of the correct description of the problem, but the fonts on Artful are very difficult to read, they appear blurry and too large (aliasing and scaling issues maybe?). This is especially a problem on menus, but since it is hard to get a screenshot of that I have just

[Openjdk] [Bug 1729257] Re: Terrible Font Selection on Artful

2017-11-01 Thread md_5
Screenshot of Artful blurring to complement good Zesty screenshot above. ** Attachment added: "Artful" https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1729257/+attachment/5001737/+files/creyyGb.png ** Summary changed: - Terrible Font Selection on Artful + Terrible Font Selection /

[Openjdk] [Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-11-27 Thread md_5
atk-wrapper went through some quite big updates between 15.04 and 15.10, so I'd be betting on that being the issue (or it somehow triggering a Java edge case) -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-8 in Ubuntu.

[Openjdk] [Bug 935296] Re: java-atk-wrapper prevents java applications from starting

2015-11-02 Thread md_5
Just gonna link this ticket in here @samuel: https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1510009 Seems that the ATK wrapper is causing issues for Java 8 in Wily. Interestingly enough Java 7 is still disabled, referencing this bug: # Doesn't work, see LP: #935296

[Openjdk] [Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-10-31 Thread md_5
Tagging Matthias onto this bug. Haven't see any issues with removing AtkWrapper, but too early to tell. -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-8 in Ubuntu. https://bugs.launchpad.net/bugs/1510009 Title: Java 1.8.0_66 is

[Openjdk] [Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-10-29 Thread md_5
Please read: > Since upgrading to Ubuntu 15.10 from Ubuntu 15.04, the various GUI -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-8 in Ubuntu. https://bugs.launchpad.net/bugs/1510009 Title: Java 1.8.0_66 is extremely deadlock prone

[Openjdk] [Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-10-28 Thread md_5
@papadako if you will look closely at the stack traces present you will see that the issue you are linking is not related to this one. Your netbeans locking up probably is, use jstack to confirm this. The issue is not present in OpenJDK 1.7.0_85, and I have not yet reproduced it in Oracle JDK

[Openjdk] [Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-10-26 Thread md_5
** Attachment added: "netbeans-2.txt" https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1510009/+attachment/4505383/+files/netbeans-2.txt -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-8 in Ubuntu.

[Openjdk] [Bug 1510009] [NEW] Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-10-26 Thread md_5
Public bug reported: Since upgrading to Ubuntu 15.10 from Ubuntu 15.04, the various GUI applications that I run, including Netbeans and Minecraft have been suffering from dead/waitlocks which prevent them from operating properly. Since I have reproduced this issue these two completely different

[Openjdk] [Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-10-26 Thread md_5
** Attachment added: "netbeans-1.txt" https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1510009/+attachment/4505382/+files/netbeans-1.txt -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-8 in Ubuntu.

[Openjdk] [Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-10-26 Thread md_5
Issue lies somewhere in the (mis)use of AWT_LOCK. -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-8 in Ubuntu. https://bugs.launchpad.net/bugs/1510009 Title: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

[Openjdk] [Bug 937200] Re: Fat fonts in Swing applications

2013-04-26 Thread md_5
Still present in 13.04 :| -- 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/937200 Title: Fat fonts in Swing applications Status in “fonts-unfonts-core” package in Ubuntu: Confirmed Status