opnsense-ports/java/icedtea-web/files/patch-netx-XDesktopEntry.java
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

11 lines
558 B
Java

--- 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);