/hg/icedtea-web: * javaws.desktop.in: value type changed from %f...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Thu Jul 20 10:08:42 UTC 2017


changeset b8bf710fed3a in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=b8bf710fed3a
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Jul 20 12:19:58 2017 +0200

	* javaws.desktop.in: value type changed from %f (file) to %u (url). this helps jnlp protocol a lot, and should not harm older normal_file_path behavior


diffstat:

 ChangeLog         |  5 +++++
 javaws.desktop.in |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r e543b472fd2c -r b8bf710fed3a ChangeLog
--- a/ChangeLog	Wed Jul 19 17:09:56 2017 +0200
+++ b/ChangeLog	Thu Jul 20 12:19:58 2017 +0200
@@ -1,3 +1,8 @@
+2017-07-20  Jiri Vanek <jvanek at redhat.com>
+
+	* javaws.desktop.in: value type changed from %f (file) to %u (url)
+	this helps jnlp protocol a lot, and should not harm older normal_file_path behavior
+
 2017-07-19  Jiri Vanek <jvanek at redhat.com>
 
 	Pre-release tuning
diff -r e543b472fd2c -r b8bf710fed3a javaws.desktop.in
--- a/javaws.desktop.in	Wed Jul 19 17:09:56 2017 +0200
+++ b/javaws.desktop.in	Thu Jul 20 12:19:58 2017 +0200
@@ -2,7 +2,7 @@
 Name=IcedTea Web Start
 GenericName=Java Web Start
 Comment=IcedTea Application Launcher
-Exec=PATH_TO_JAVAWS %f
+Exec=PATH_TO_JAVAWS %u
 Icon=javaws
 Terminal=false
 Type=Application


More information about the distro-pkg-dev mailing list