JDK-5101866 : better gnome shortcut support implementation
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 5.0,6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,solaris_9
  • CPU: generic,x86
  • Submitted: 2004-09-14
  • Updated: 2005-05-11
  • Resolved: 2005-05-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b36Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
Currently the way javawebstart to create shortcut on GNOME desktop is by manually parsing serveral gnome desktop/vfolder xml files, and adding shortcut tags to it for shortcut creation.  The code (VFolderEditor.java) is complex and not easy to maintain.  We should investigate and see if new versions of GNOME provide any native APIs for shortcut creation, so we can make use of it and simplify our implementation.  Even if no such APIs is available for now, we should see if it is possible to refactor the code so it is cleaner and easier to maintain.

Comments
SUGGESTED FIX We can use gnome vfs function to create a short cut. For examples: On Gnome environment, writing a desktop entry file with it's vfs path like "applications://Games/MyGame.desktop" will create a start menu shortcut under Gnome menu "Applications -> Games" ###@###.### 2005-04-26 02:43:14 GMT
26-04-2005

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang
17-09-2004

EVALUATION investigate for mustang ###@###.### 2004-09-14
14-09-2004