Opened 3 months ago
Closed 7 weeks ago
#2478 closed task (fixed)
java ugly/non-antialiased font rendering
Reported by: | edso | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive17.0 |
Component: | OSGeoLive | Keywords: | |
Cc: | osgeolive@… |
Description (last modified by )
Attachments (1)
Change History (11)
by , 3 months ago
Attachment: | Screenshot 2024-09-09 203422.png added |
---|
comment:1 by , 3 months ago
Description: | modified (diff) |
---|
comment:2 by , 3 months ago
comment:4 by , 3 months ago
indeed. you may want to check other java apps with gui, but i'd expect them to suffer from similar issues which should be solved by setting this env var globally.
comment:5 by , 3 months ago
i see base java specific stuff is setup in
https://github.com/OSGeo/OSGeoLive/blob/master/bin/base_java.sh
do you want me to provide a PR for that to the effect above?
comment:8 by , 3 months ago
Thank you, it has been merged. Please test the latest nightly. http://download.osgeo.org/livedvd/nightly/
comment:9 by , 3 months ago
Cc: | added |
---|
comment:10 by , 7 weeks ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
spoke too soon. probably mistyped into my vm.
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
fixes it.this can be made permanent by appending
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
to
/etc/environment
.can someone please add this fix to the alpha? thanks!