aboutsummaryrefslogtreecommitdiff
path: root/java/icedtea-web/files/patch-netx-XDesktopEntry.java
blob: 51fe60a90246f19ade94e7e49cfc8e81e8990ada (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- netx/net/sourceforge/jnlp/util/XDesktopEntry.java.orig	2014-08-14 06:15:47.054833000 -0400
+++ netx/net/sourceforge/jnlp/util/XDesktopEntry.java	2014-10-17 17:37:24.000000000 -0400
@@ -103,7 +103,7 @@
         }
 
         //Shortcut executes the jnlp as it was with system preferred java. It should work fine offline
-        fileContents += "Exec=" + "javaws" + " \"" + file.getSourceLocation() + "\"\n";
+        fileContents += "Exec=" + "itweb-javaws" + " \"" + file.getSourceLocation() + "\"\n";
 
         return new StringReader(fileContents);