This white space damaged patch should fix the problem but installing the meta-package instead
=== modified file 'rules' --- rules 2014-10-21 15:44:03 +0000 +++ rules 2014-10-22 13:54:12 +0000 @@ -894,11 +894,11 @@ endif endif -ifneq (,$(filter $(distrel),etch)) +ifneq (,$(filter $(distrel),etch precise)) core_fonts = ttf-dejavu else ifneq (,$(filter $(distrel),lenny hardy intrepid jaunty karmic)) core_fonts = ttf-dejavu-core -else ifneq (,$(filter $(distrel),squeeze wheezy lucid maverick natty oneiric precise quantal raring)) +else ifneq (,$(filter $(distrel),squeeze wheezy lucid maverick natty oneiric quantal raring)) core_fonts = ttf-dejavu-extra else core_fonts = fonts-dejavu-extra -- You received this bug notification because you are a member of OpenJDK, which is subscribed to openjdk-6 in Ubuntu. https://bugs.launchpad.net/bugs/1362099 Title: wrong font path Status in “openjdk-6” package in Ubuntu: New Status in “openjdk-7” package in Ubuntu: New Bug description: In the file /etc/java-7-openjdk/fontconfig.properties there are references to DejaVu fonts wrongly located in the /usr/share/fonts/truetype/ttf-dejavu directory (the corect path dould be /usr/share/fonts/truetype/dejavu). This issue affect java GUI apps using LookAndFeel like Metal or Motif (not GTK L&F). To temporary solve this issue you need to install the legacy ttf- dejavu & ttf-dejavu-extra packages that provide symlink from the old path to the new one. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1362099/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openjdk Post to : [email protected] Unsubscribe : https://launchpad.net/~openjdk More help : https://help.launchpad.net/ListHelp

