RFC: Netx - Support adding desktop shortcuts for JNLP Application
Omair Majid
omajid at redhat.com
Tue Jul 28 09:14:06 PDT 2009
Omair Majid wrote:
> Hi,
>
> The attached patch allows Netx to add desktop shortcut for webstart
> applications.
>
After some offline feedback from Deepak, here is the updated version. If
the JNLP file wants a desktop shortcut, it checks if the application is
signed or not, and prompts the user if required.
ChangeLog:
2009-07-28 Omair Majid <omajid at redhat.com>
* rt/net/sourceforge/jnlp/IconDesc.java: Add new icon kind SHORTCUT.
* rt/net/sourceforge/jnlp/Launcher.java: Move StreamEater class to ...
* rt/net/sourceforge/jnlp/StreamEater.java: New file.
* rt/net/sourceforge/jnlp/resources/Messages.properties: Add
SDesktopShortcut.
* rt/net/sourceforge/jnlp/runtime/ApplicationInstance.java
(initialize): Call addMenuAndDesktopEntries.
(addMenuAndDesktopEntries): New function.
* rt/net/sourceforge/jnlp/security/SecurityWarningDialog.java: Add
CREATE_DESKTOP_SHORTCUT to AccessType.
* rt/net/sourceforge/jnlp/security/AccessWarningPane.java
(installComponents): Add a case for CREATE_DESKTOP_SHORTCUT
* rt/net/sourceforge/jnlp/services/ServiceUtil.java
Remove duplicate enum AccessType.
(checkAccess): New function.
(checkAccess): Add a new argument app.
* rt/net/sourceforge/jnlp/services/SingleInstanceLock.java
(getLockFileName): Call FileUtils.sanitizeFileName to sanitize the
file name.
* rt/net/sourceforge/jnlp/util/FileUtils.java: New file.
* rt/net/sourceforge/jnlp/util/XDesktopEntry.java: New file.
Any comments?
Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: netx-desktop-shortcut-2.patch
Type: text/x-patch
Size: 18376 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090728/97363019/netx-desktop-shortcut-2.patch
More information about the distro-pkg-dev
mailing list