[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-04-30 Thread Launchpad Bug Tracker
This bug was fixed in the package openjdk-7 -
7u55-2.4.7-1ubuntu1~0.12.04.2

---
openjdk-7 (7u55-2.4.7-1ubuntu1~0.12.04.2) precise-security; urgency=medium

  * Backport for Ubuntu 12.04 LTS (LP: #1283828)
  * debian/control: Breaks: icedtea-netx ( 1.2.3-0ubuntu0.12.04.3)
  * update Makefile.am and Makefile.in to restore quoting. Patch thanks to
Matthias Klose
 -- Jamie Strandboge ja...@ubuntu.com   Fri, 25 Apr 2014 07:04:23 -0500

** Changed in: openjdk-7 (Ubuntu Precise)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Fix Released
Status in “fonts-unfonts-core” source package in Precise:
  Invalid
Status in “openjdk-7” source package in Precise:
  Fix Released

Bug description:
  SRU justification:

  [Impact]

  When certain combinations of font packages are installed, the Java
  font loader may load certain fonts with some of their styles missing,
  meaning the wrong style is rendered when that font is chosen.

  The most well-known example is on Ubuntu systems with fonts-unfonts-
  core installed (recommended by Wine): the Ubuntu font is loaded
  without its regular style, so in Swing applications using the GTK look
  and feel, the Ubuntu font is rendered in bold weight.

  [Test Case]

  1. Install openjdk-7-jdk, ttf-ubuntu-font-family, and fonts-unfonts-
  core.

  2. Download the test case from comment #61:
  https://launchpadlibrarian.net/161520209/TestCase.java

  3. Compile and run the test case:

javac TestCase.java
java TestCase

  4. The expected output should begin with:

  Font family: Ubuntu plain=** TrueType Font: Family=Ubuntu Name=Ubuntu
  [...]

  The current (broken) output begins with:

  Font family: Ubuntu plain=null bold=** TrueType Font: Family=Ubuntu
  Name=Ubuntu Bold [...]

  Note plain=null in the broken output, meaning the bold style is
  going to be used when plain was requested.

  [Regression Potential]

  * The patch was authored by the maintainer of the surrounding code,
  and reviewed and accepted upstream.

  * If there is a regression, it might be reported upstream against JDK8
  or JDK9, so we should be aware of any upstream fixes in that part of
  the code.

  * If there is a regression, the symptoms are likely to be similar to
  this bug: incorrect or incomplete font loading in certain
  configurations.

  Original description:

  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  2.
  apt-cache policy openjdk-7-jdk
  openjdk-7-jdk:
    Installiert: 7~b147-2.0-1ubuntu2
    Kandidat:7~b147-2.0-1ubuntu2
    Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3.
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-04-01 Thread Launchpad Bug Tracker
This bug was fixed in the package openjdk-7 - 7u51-2.4.6-1ubuntu3

---
openjdk-7 (7u51-2.4.6-1ubuntu3) trusty; urgency=medium

  * Don't search ecj.jar when it is not required for the build.
 -- Matthias Klose d...@ubuntu.com   Tue, 01 Apr 2014 11:07:32 +0200

** Changed in: openjdk-7 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Fix Released
Status in “fonts-unfonts-core” source package in Precise:
  Invalid
Status in “openjdk-7” source package in Precise:
  Triaged

Bug description:
  SRU justification:

  [Impact]

  When certain combinations of font packages are installed, the Java
  font loader may load certain fonts with some of their styles missing,
  meaning the wrong style is rendered when that font is chosen.

  The most well-known example is on Ubuntu systems with fonts-unfonts-
  core installed (recommended by Wine): the Ubuntu font is loaded
  without its regular style, so in Swing applications using the GTK look
  and feel, the Ubuntu font is rendered in bold weight.

  [Test Case]

  1. Install openjdk-7-jdk, ttf-ubuntu-font-family, and fonts-unfonts-
  core.

  2. Download the test case from comment #61:
  https://launchpadlibrarian.net/161520209/TestCase.java

  3. Compile and run the test case:

javac TestCase.java
java TestCase

  4. The expected output should begin with:

  Font family: Ubuntu plain=** TrueType Font: Family=Ubuntu Name=Ubuntu
  [...]

  The current (broken) output begins with:

  Font family: Ubuntu plain=null bold=** TrueType Font: Family=Ubuntu
  Name=Ubuntu Bold [...]

  Note plain=null in the broken output, meaning the bold style is
  going to be used when plain was requested.

  [Regression Potential]

  * The patch was authored by the maintainer of the surrounding code,
  and reviewed and accepted upstream.

  * If there is a regression, it might be reported upstream against JDK8
  or JDK9, so we should be aware of any upstream fixes in that part of
  the code.

  * If there is a regression, the symptoms are likely to be similar to
  this bug: incorrect or incomplete font loading in certain
  configurations.

  Original description:

  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  2.
  apt-cache policy openjdk-7-jdk
  openjdk-7-jdk:
    Installiert: 7~b147-2.0-1ubuntu2
    Kandidat:7~b147-2.0-1ubuntu2
    Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3.
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-31 Thread Sebastien Bacher
Thanks for the work, that was uploaded to trusty with
https://launchpad.net/ubuntu/+source/openjdk-7/7u51-2.4.6-1ubuntu1

That might be a candidate for stable update to other series, if you are
interested on seeing that happening and helping please follow
https://wiki.ubuntu.com/StableReleaseUpdates

** Changed in: openjdk-7 (Ubuntu)
   Status: Triaged = Fix Committed

** Also affects: openjdk-7 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: fonts-unfonts-core (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: openjdk-7 (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: openjdk-7 (Ubuntu Precise)
   Status: New = Triaged

** Changed in: fonts-unfonts-core (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: fonts-unfonts-core (Ubuntu Precise)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Fix Committed
Status in “fonts-unfonts-core” source package in Precise:
  Invalid
Status in “openjdk-7” source package in Precise:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-31 Thread LocutusOfBorg
Nack Sebastien Bacher, you started from the wrong version to apply the patch 
and upload.
https://launchpad.net/ubuntu/+source/openjdk-7/7u51-2.4.6~pre1-1ubuntu2 was the 
right one.

now your build will fail on arm* and so on

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Fix Committed
Status in “fonts-unfonts-core” source package in Precise:
  Invalid
Status in “openjdk-7” source package in Precise:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-31 Thread Ryan Tandy
** Patch added: debdiff for saucy
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/937200/+attachment/4056164/+files/openjdk-7_7u51-2.4.4-0ubuntu0.13.10.2.debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Fix Committed
Status in “fonts-unfonts-core” source package in Precise:
  Invalid
Status in “openjdk-7” source package in Precise:
  Triaged

Bug description:
  SRU justification:

  [Impact]

  When certain combinations of font packages are installed, the Java
  font loader may load certain fonts with some of their styles missing,
  meaning the wrong style is rendered when that font is chosen.

  The most well-known example is on Ubuntu systems with fonts-unfonts-
  core installed (recommended by Wine): the Ubuntu font is loaded
  without its regular style, so in Swing applications using the GTK look
  and feel, the Ubuntu font is rendered in bold weight.

  [Test Case]

  1. Install openjdk-7-jdk, ttf-ubuntu-font-family, and fonts-unfonts-
  core.

  2. Download the test case from comment #61:
  https://launchpadlibrarian.net/161520209/TestCase.java

  3. Compile and run the test case:

javac TestCase.java
java TestCase

  4. The expected output should begin with:

  Font family: Ubuntu plain=** TrueType Font: Family=Ubuntu Name=Ubuntu
  [...]

  The current (broken) output begins with:

  Font family: Ubuntu plain=null bold=** TrueType Font: Family=Ubuntu
  Name=Ubuntu Bold [...]

  Note plain=null in the broken output, meaning the bold style is
  going to be used when plain was requested.

  [Regression Potential]

  * The patch was authored by the maintainer of the surrounding code,
  and reviewed and accepted upstream.

  * If there is a regression, it might be reported upstream against JDK8
  or JDK9, so we should be aware of any upstream fixes in that part of
  the code.

  * If there is a regression, the symptoms are likely to be similar to
  this bug: incorrect or incomplete font loading in certain
  configurations.

  Original description:

  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  2.
  apt-cache policy openjdk-7-jdk
  openjdk-7-jdk:
    Installiert: 7~b147-2.0-1ubuntu2
    Kandidat:7~b147-2.0-1ubuntu2
    Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3.
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-31 Thread Ryan Tandy
** Description changed:

+ SRU justification:
+ 
+ [Impact]
+ 
+ When certain combinations of font packages are installed, the Java font
+ loader may load certain fonts with some of their styles missing, meaning
+ the wrong style is rendered when that font is chosen.
+ 
+ The most well-known example is on Ubuntu systems with fonts-unfonts-core
+ installed (recommended by Wine): the Ubuntu font is loaded without its
+ regular style, so in Swing applications using the GTK look and feel, the
+ Ubuntu font is rendered in bold weight.
+ 
+ [Test Case]
+ 
+ 1. Install openjdk-7-jdk, ttf-ubuntu-font-family, and fonts-unfonts-
+ core.
+ 
+ 2. Download the test case from comment #61:
+ https://launchpadlibrarian.net/161520209/TestCase.java
+ 
+ 3. Compile and run the test case:
+ 
+   javac TestCase.java
+   java TestCase
+ 
+ 4. The expected output should begin with:
+ 
+ Font family: Ubuntu plain=** TrueType Font: Family=Ubuntu Name=Ubuntu
+ [...]
+ 
+ The current (broken) output begins with:
+ 
+ Font family: Ubuntu plain=null bold=** TrueType Font: Family=Ubuntu
+ Name=Ubuntu Bold [...]
+ 
+ Note plain=null in the broken output, meaning the bold style is going
+ to be used when plain was requested.
+ 
+ [Regression Potential]
+ 
+ * The patch was authored by the maintainer of the surrounding code, and
+ reviewed and accepted upstream.
+ 
+ * If there is a regression, it might be reported upstream against JDK8
+ or JDK9, so we should be aware of any upstream fixes in that part of the
+ code.
+ 
+ * If there is a regression, the symptoms are likely to be similar to
+ this bug: incorrect or incomplete font loading in certain
+ configurations.
+ 
+ Original description:
+ 
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java Swing
  applications use the bold font weight. This looks really ugly and takes
  up to much space.
- 
  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04
  
+ 2.
+ apt-cache policy openjdk-7-jdk
+ openjdk-7-jdk:
+   Installiert: 7~b147-2.0-1ubuntu2
+   Kandidat:7~b147-2.0-1ubuntu2
+   Versionstabelle:
+  *** 7~b147-2.0-1ubuntu2 0
+ 500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
+ 100 /var/lib/dpkg/status
  
- 2. 
- apt-cache policy openjdk-7-jdk 
- openjdk-7-jdk:
-   Installiert: 7~b147-2.0-1ubuntu2
-   Kandidat:7~b147-2.0-1ubuntu2
-   Versionstabelle:
-  *** 7~b147-2.0-1ubuntu2 0
- 500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
- 100 /var/lib/dpkg/status
- 
- 3. 
+ 3.
  Applications rendering with normal fonts
  
  4.
  Applications rendering with bold fonts
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

** Patch added: debdiff for precise
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/937200/+attachment/4056163/+files/openjdk-7_7u51-2.4.4-0ubuntu0.12.04.3.debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Fix Committed
Status in “fonts-unfonts-core” source package in Precise:
  Invalid
Status in “openjdk-7” source package in Precise:
  Triaged

Bug description:
  SRU justification:

  [Impact]

  When certain combinations of font packages are installed, the Java
  font loader may load certain fonts with some of their styles missing,
  meaning the wrong style is rendered when that font is chosen.

  The most well-known example is on Ubuntu systems with fonts-unfonts-
  core installed (recommended by Wine): the Ubuntu font is loaded
  without its regular style, so in Swing applications using the GTK look
  and feel, the Ubuntu font is rendered in bold weight.

  [Test Case]

  1. Install openjdk-7-jdk, ttf-ubuntu-font-family, and fonts-unfonts-
  core.

  2. Download the test case from comment #61:
  https://launchpadlibrarian.net/161520209/TestCase.java

  3. Compile and run the test case:

javac TestCase.java
java TestCase

  4. The expected output should begin with:

  Font family: Ubuntu plain=** TrueType Font: Family=Ubuntu Name=Ubuntu
  [...]

  The current (broken) output begins with:

  Font family: Ubuntu plain=null bold=** TrueType Font: Family=Ubuntu
  Name=Ubuntu Bold [...]

  Note plain=null in the broken output, meaning the bold style is
  going to be used when plain was requested.

  [Regression Potential]

  

[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-31 Thread Matthias Klose
everything is fine. just don't bother with any stable updates. will be
included with the next security updates.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Fix Committed
Status in “fonts-unfonts-core” source package in Precise:
  Invalid
Status in “openjdk-7” source package in Precise:
  Triaged

Bug description:
  SRU justification:

  [Impact]

  When certain combinations of font packages are installed, the Java
  font loader may load certain fonts with some of their styles missing,
  meaning the wrong style is rendered when that font is chosen.

  The most well-known example is on Ubuntu systems with fonts-unfonts-
  core installed (recommended by Wine): the Ubuntu font is loaded
  without its regular style, so in Swing applications using the GTK look
  and feel, the Ubuntu font is rendered in bold weight.

  [Test Case]

  1. Install openjdk-7-jdk, ttf-ubuntu-font-family, and fonts-unfonts-
  core.

  2. Download the test case from comment #61:
  https://launchpadlibrarian.net/161520209/TestCase.java

  3. Compile and run the test case:

javac TestCase.java
java TestCase

  4. The expected output should begin with:

  Font family: Ubuntu plain=** TrueType Font: Family=Ubuntu Name=Ubuntu
  [...]

  The current (broken) output begins with:

  Font family: Ubuntu plain=null bold=** TrueType Font: Family=Ubuntu
  Name=Ubuntu Bold [...]

  Note plain=null in the broken output, meaning the bold style is
  going to be used when plain was requested.

  [Regression Potential]

  * The patch was authored by the maintainer of the surrounding code,
  and reviewed and accepted upstream.

  * If there is a regression, it might be reported upstream against JDK8
  or JDK9, so we should be aware of any upstream fixes in that part of
  the code.

  * If there is a regression, the symptoms are likely to be similar to
  this bug: incorrect or incomplete font loading in certain
  configurations.

  Original description:

  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  2.
  apt-cache policy openjdk-7-jdk
  openjdk-7-jdk:
    Installiert: 7~b147-2.0-1ubuntu2
    Kandidat:7~b147-2.0-1ubuntu2
    Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3.
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-26 Thread Ryan Tandy
BTW, if a person who has the power reads this, please nominate for
P/Q/S... thanks :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-24 Thread Ryan Tandy
On Sun, Mar 16, 2014 at 11:59 PM, LocutusOfBorg
costamagnagianfra...@yahoo.it wrote:
 Hi Ryan, sorry but I don't see any patch against openjdk7, neither a
 debdiff or similar.

 Mattias is  the debian/ubuntu maintainer and uploader, and I think will
 be happy to include your patch if you provide one ;)

Fair enough. Attached.


** Attachment added: openjdk-7_7u51-2.4.5-1ubuntu2.debdiff
   
https://bugs.launchpad.net/bugs/937200/+attachment/4041939/+files/openjdk-7_7u51-2.4.5-1ubuntu2.debdiff

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-24 Thread Ryan Tandy
** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-23 Thread pdknsk
I confirm this is fixed in Oracle JDK.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-23 Thread pdknsk
Well, bold fonts are. The lesser problem, light fonts, isn't.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-17 Thread LocutusOfBorg
Hi Ryan, sorry but I don't see any patch against openjdk7, neither a
debdiff or similar.

Mattias is  the debian/ubuntu maintainer and uploader, and I think will
be happy to include your patch if you provide one ;)

thanks!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-03-16 Thread Ryan Tandy
Hi OpenJDK maintainers, or any developers,

Is there anything I can do to help get this patch into openjdk-7 in
Debian and Ubuntu?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-02-26 Thread Ryan Tandy
This has been fixed upstream in JDK8 and JDK9.

Upstream bug: https://bugs.openjdk.java.net/browse/JDK-8012351
JDK8 commit: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/50c530973203
JDK9 commit: http://hg.openjdk.java.net/jdk9/client/jdk/rev/5ff0d5f1a97f

** No longer affects: openjdk

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-02-06 Thread Gerhard Radatz
Ryan, I have tested your new PPA2 under saucy. It fixes the Fat Fonts problem 
for me and doesn't seem to introduce any new bugs so far...
Thanks for the great work!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in OpenJDK:
  New
Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-02-03 Thread Ryan Tandy
I've been in contact with upstream about this bug and I've just uploaded
a new PPA package with the patch which will likely be included upstream
once it passes review.

precise: 7u51-2.4.4-0ubuntu0.12.04.2ppa2
saucy: 7u51-2.4.4-0ubuntu0.13.10.1ppa2

After these finish building (in 10 or 12 hours from now), please test
them and let me know whether they fix the bug for you and whether you
notice any new problems. Thanks for helping!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in OpenJDK:
  New
Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 937200] Re: Fat fonts in Swing applications

2014-02-03 Thread bademux
Sorry for offtopic
Font fix and new ayatana2* (Global menu integration for Java Swing Apps) make 
me and my internal perfectionist almost happy ;)

 Thanks!

IntelliJ Idea 13 with Dracula theme screenshot attached

*https://code.google.com/p/java-swing-ayatana/

** Attachment added: Workspace 1_010.jpg
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/937200/+attachment/3968221/+files/Workspace%201_010.jpg

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fonts-unfonts-core in Ubuntu.
https://bugs.launchpad.net/bugs/937200

Title:
  Fat fonts in Swing applications

Status in OpenJDK:
  New
Status in “fonts-unfonts-core” package in Ubuntu:
  Invalid
Status in “openjdk-7” package in Ubuntu:
  Triaged

Bug description:
  Since I upgraded to Ubuntu 12.04 I noticed that the fonts in Java
  Swing applications use the bold font weight. This looks really ugly
  and takes up to much space.

  
  1.
  lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  
  2. 
  apt-cache policy openjdk-7-jdk 
  openjdk-7-jdk:
Installiert: 7~b147-2.0-1ubuntu2
Kandidat:7~b147-2.0-1ubuntu2
Versionstabelle:
   *** 7~b147-2.0-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
  100 /var/lib/dpkg/status

  3. 
  Applications rendering with normal fonts

  4.
  Applications rendering with bold fonts

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openjdk-7-jdk 7~b147-2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.92-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 20 20:44:43 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: openjdk-7
  UpgradeStatus: Upgraded to precise on 2012-02-16 (3 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/937200/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp