Hi guys

When I set a long batch of conversions going in the background while
doing other things on the same machine, it is annoying that each
java JRE invocation brings the application to the foreground and
grabs the mouse and keyboard focus even though it doesn't have any GUI.

The conventional way to stop this is just to add:

  -Djava.awt.headless=true

to the command line, and that works fine; I have edited bin/fo2docx, etc.,
to do that, e.g.:

  exec java -Djava.awt.headless=true com.xmlmind.fo.converter.Driver \
    -outputFormat=docx "$@"

and perhaps you might want to do that in your next release.

David

--
XMLmind FO Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support

Reply via email to