Page 1 of 1
Start from Terminal in Debian
Posted: 06 Jan 2025, 11:44
by Birnbaum
Hello everyone, I am looking for a possibility to start openwebstart from a linux debian terminal. I want to scale the fonts larger via environment variables, because the text in the window ist too small. I would be grateful for suggestions.
Re: Start from Terminal in Debian
Posted: 06 Jan 2025, 13:50
by Janak Mulani
Hi,
Do you mean to say that the Jnlp application that you start with OWS shows small fonts in that application's window?
See
https://stackoverflow.com/questions/156 ... dows-linux
You will have to specify jvm args in the jnlp file for this:
Code: Select all
<java version="1.8*" initial-heap-size="256M" java-vm-args="-Dsun.java2d.d3d=false -Dsun.java2d.dpiaware=false -Dsun.java2d.uiScale= .."/>
You could also set an Env variable with JVM args to be passed to your Jnlp application (note that this will apply to all jnlp applications):
Re: Start from Terminal in Debian
Posted: 29 Jan 2025, 19:03
by Birnbaum
Thank you for your reply. To apply this, I need the terminal command for starting openwebstart. Please tell me this command. 'openwebstart' itself does not work.
Re: Start from Terminal in Debian
Posted: 30 Jan 2025, 07:28
by Janak Mulani
>javaws <url of jnlp file>