FS#40934 - [intellij-idea-community-edition] bad startup parameter prevents text from beeing displayed

Attached to Project: Community Packages
Opened by Guillaume ALAUX (galaux) - Sunday, 22 June 2014, 12:25 GMT
Last edited by Lukas Jirkovsky (6xx) - Sunday, 22 June 2014, 16:42 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Jirkovsky (6xx)
Guillaume ALAUX (galaux)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
IntelliJ uses this default startup parameter "-Dawt.useSystemAAFontSettings=lcd" in files /usr/share/intellijidea-ce/bin/idea{64}.vmoptions . This can prevent fonts from beeing displayed at all (see  FS#40871  for a similar issue).

Switching this parameter to "on" fixes it on a fresh install.

Could you please set this parameter to "-Dawt.useSystemAAFontSettings=on" (on both files)?

More info about this setting and its values [0].

[0] http://docs.oracle.com/javase/6/docs/technotes/guides/2d/flags.html#aaFonts

Additional info:
* package version(s) 13.1.3-1

Steps to reproduce:
Just install a fresh intellij from repo, start it. Startup dialog shows without any text at all.
This task depends upon

Closed by  Lukas Jirkovsky (6xx)
Sunday, 22 June 2014, 16:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in -2

Loading...