changeset 1463:b8bf710fed3a icedtea-web-1.7-branchpoint

* 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
author Jiri Vanek <jvanek@redhat.com>
date Thu, 20 Jul 2017 12:19:58 +0200
parents e543b472fd2c
children 9ec82199b1a6
files ChangeLog javaws.desktop.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@redhat.com>
 
 	Pre-release tuning
--- 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