Issue1658599

classification
Title: headless installation not detected
Type: Severity: normal
Components: Installer Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: otmarhumbel Nosy List: kzuberi, otmarhumbel
Priority: normal Keywords:

Created on 2007-02-13.04:53:07 by kzuberi, last changed 2008-12-13.16:09:49 by otmarhumbel.

Messages
msg1426 (view) Author: Khalid Zuberi (kzuberi) Date: 2007-02-13.04:53:07
Forcing a headless install with -c/--console or with -Djava.awt.headless=true works fine. But installation without these options in a headless environment results in an exception (java5 on linux), does it make sense to test for this and force headless mode?

I think this is already what the method isGuiAllowed() in Installation.java is attempting to do, maybe it should also be testing GraphicsEnvironment.isHeadless()?

- kz
msg3040 (view) Author: Oti Humbel (otmarhumbel) Date: 2008-02-20.22:26:05
will be included in the next version of the installer.
msg3916 (view) Author: Oti Humbel (otmarhumbel) Date: 2008-12-13.16:09:48
fixed with revision 5755
History
Date User Action Args
2008-12-13 16:09:49otmarhumbelsetstatus: open -> closed
resolution: fixed
messages: + msg3916
2008-02-20 22:26:05otmarhumbelsetassignee: otmarhumbel
messages: + msg3040
nosy: + otmarhumbel
2007-02-13 04:53:07kzubericreate