[rfc][icedtea-web] fixinf of desktop icon behaviour

Jiri Vanek jvanek at redhat.com
Fri Dec 21 08:05:48 PST 2012


Hi! This is fix for http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=725 - JNLP applications will prompt for creating desktop shortcuts every time they are run

When I have seen Omairs original patch it was too much complicated, So I want at least to try this one.
It is pretty simple. The disadvantage however is:
+    public File getFinalLinuxDesktopIconFile() {
+        return new File(System.getProperty("user.home")+"/Desktop/"+getDesktopIconFinalName()+".desktop");
+    }

to be dependent on System.getProperty("user.home")+"/Desktop/" and .desktop suffix.

However .. can it be enough?

The second patch is for testing purposes of this case which I would like to push forward as soon as possible.

J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: doNotAskToDesktopIconCreationWithXtrustAll.patch
Type: text/x-patch
Size: 690 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121221/b263f64b/doNotAskToDesktopIconCreationWithXtrustAll.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixedRecreationOfDesktopIcon.patch
Type: text/x-patch
Size: 2932 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121221/b263f64b/fixedRecreationOfDesktopIcon.patch 


More information about the distro-pkg-dev mailing list