When I open this URL from Firefox
http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
IcedTeaWeb start correctly.
But only after 10/15 minutes (!!) the application start and open it. This is not acceptable.
I discovered that this problem happens even if I launch the procedure by hand
/usr/bin/javaws http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
This is the command used from firefox (I see with "ps -fea|grep java").
After some try, I also discovered that if I run javaws with -noupdate option
/usr/bin/javaws -noupdate http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
the application start and open immediately.
It's possible to set this options so that firefox use it?
Someone can help me to resolve this issue?
Many thanks
On Fri, 26 Apr 2019 21:55:52 +0200 Dario Lesca d.lesca@solinos.it wrote:
After some try, I also discovered that if I run javaws with -noupdate option
/usr/bin/javaws -noupdate http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
the application start and open immediately.
It's possible to set this options so that firefox use it?
I think this is what you want.
In about:config in firefox there is an option app.update.auto If you set that to false, it should only update manually (when you update).
Il giorno ven, 26/04/2019 alle 15.49 -0700, stan via users ha scritto:
I think this is what you want. In about:config in firefox there is an optionapp.update.autoIf you set that to false, it should only update manually (when youupdate).
Thank for reply, but this is not what I want, and this option in firefox is already set to false.
I want run javaws with one more option and reduce the annoying waiting (10/15 minutes) when web java app start via javaws
Someone can help me?
Thanks
Someone have some suggest for this my issue? It's only a my problem or this happened to all (is sufficient click on jnlp link)? NOTE: if I use a old version of Fedora (22) the problem not happened and the java app is opened immediately ThanksDario Il giorno ven, 26/04/2019 alle 21.55 +0200, Dario Lesca ha scritto:
When I open this URL from Firefox
http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
IcedTeaWeb start correctly.
But only after 10/15 minutes (!!) the application start and open it. This is not acceptable.
I discovered that this problem happens even if I launch the procedure by hand
/usr/bin/javaws http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
This is the command used from firefox (I see with "ps -fea|grep java").
After some try, I also discovered that if I run javaws with -noupdate option
/usr/bin/javaws -noupdate http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
the application start and open immediately.
It's possible to set this options so that firefox use it?
Someone can help me to resolve this issue?
Many thanks
-- Dario Lesca (inviato dal mio Linux Fedora 29 Workstation)
_______________________________________________users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
On Tue, 2019-04-30 at 10:07 +0200, Dario Lesca wrote:
Someone have some suggest for this my issue? It's only a my problem or this happened to all (is sufficient click on jnlp link)? NOTE: if I use a old version of Fedora (22) the problem not happened and the java app is opened immediately ThanksDario Il giorno ven, 26/04/2019 alle 21.55 +0200, Dario Lesca ha scritto:
When I open this URL from Firefox
http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
IcedTeaWeb start correctly.
But only after 10/15 minutes (!!) the application start and open it. This is not acceptable.
I discovered that this problem happens even if I launch the procedure by hand
/usr/bin/javaws http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
This is the command used from firefox (I see with "ps -fea|grep java").
After some try, I also discovered that if I run javaws with - noupdate option
/usr/bin/javaws -noupdate http://jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp
the application start and open immediately.
It's possible to set this options so that firefox use it?
Someone can help me to resolve this issue?
Many thanks
I can confirm the extremely long delay here. I have not tried to debug it, so no solution....
Il giorno mar, 30/04/2019 alle 17.28 +0200, Louis Lagendijk ha scritto:
I can confirm the extremely long delay here. I have not tried to debug it, so no solution....
Then? I must fill a bugzilla?
The only work around I have fount is create a local application launcher with "-noupdate" option and download or open web jnlp file with it
[lesca@dodo ~]$ cp -a /usr/share/applications/javaws.desktop ~/.local/share/applications/.[lesca@dodo ~]$ sed -i 's|^Exec=/usr/bin/javaws.itweb %u|Exec=/usr/bin/javaws.itweb -noupdate %u|' ~/.local/share/applications/javaws.desktop
Some other suggest?
On Wed, 01 May 2019 23:04:42 +0200 Dario Lesca d.lesca@solinos.it wrote:
Il giorno mar, 30/04/2019 alle 17.28 +0200, Louis Lagendijk ha scritto:
I can confirm the extremely long delay here. I have not tried to debug it, so no solution....
Then? I must fill a bugzilla?
The only work around I have fount is create a local application launcher with "-noupdate" option and download or open web jnlp file with it
[lesca@dodo ~]$ cp -a /usr/share/applications/javaws.desktop ~/.local/share/applications/.[lesca@dodo ~]$ sed -i 's|^Exec=/usr/bin/javaws.itweb %u|Exec=/usr/bin/javaws.itweb -noupdate %u|' ~/.local/share/applications/javaws.desktop
Some other suggest?
Since this is an issue with firefox, you could ask at the mozilla.org site. They are likely to have a better understanding of the way that icedtea-web is launched from firefox. They also have a bugzilla site, https://bugzilla.mozilla.org/
Il giorno mer, 01/05/2019 alle 17.36 -0700, stan via users ha scritto:
Since this is an issue with firefox
No, this is not a FF problem.
If you download the jnlp file into a temp dir, then try to open via line command, you get the same problem
[lesca@dodo ~]$ wget -q jws.agenziaentrate.it/jws/dichiarazioni/2018/FEL18.jnlp -O /tmp/FEL18.jnlp[lesca@dodo ~]$ javaws.itweb /tmp/FEL18.jnlp # (wait 10/15 munutes)
Only if you use the javaws.itweb "-noupdate" option all work fine ...
so who is this problem?