#13002 closed enhancement (fixed)
Use /etc/default/josm to configure Java options.
| Reported by: | sebastic | Owned by: | bastiK |
|---|---|---|---|
| Priority: | normal | Milestone: | 16.06 |
| Component: | Ubuntu package | Version: | |
| Keywords: | Cc: |
Description
There is an old bugreport for the Ubuntu package in Launchpad (#287717) requesting -Dsun.java2d.opengl=True to be used by default.
Stéphane Brunner proposed to use /etc/default/josm to easily configure common options such as that, but apparently never got around to actually implementing it. The attached patch implements the proposed change for both the tested & latest packaging (using /etc/default/josm & /etc/default/josm-latest respectively).
Attachments (1)
Change History (3)
by , 9 years ago
| Attachment: | 09-josm-default-options.patch added |
|---|
comment:1 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 9 years ago
Thanks! As you may know, there is a difference in -Dsun.java2d.opengl=true and -Dsun.java2d.opengl=True, i.e. the upper case True gives debug output at start. In my test it was just one line, so it seems reasonable to keep it this way.



In 10430/josm: