JDK-5105298 : GNOME - creating shortcuts in a existing folder won't show existing shortcuts
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_9
  • CPU: generic
  • Submitted: 2004-09-22
  • Updated: 2005-04-26
  • Resolved: 2005-04-26
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
6Resolved
Related Reports
Duplicate :  
Description
On UNIX running GNOME only

create a JNLP applications, and create shortcuts in a existing folder.

e.g

<shortcut>
   <menu submenu="Internet"/>
</shortcut>

which the "Internet" folder contains Netscape and Mozilla currently.

After the jnlp shortcut is created, it will only show the shortcut of the jnlp application; shortcuts exists before won't be shown.

If you uninstall the jnlp application, the original shortcuts will be restored.

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:41:30 GMT
26-04-2005

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

EVALUATION investigate for mustang ###@###.### 2004-09-21 For GNOME in solaris, to fix the problem, we can just add the line: <Parent>applications-all-users:///foldername</Parent> into the <folder> block that we create for this folder in the applications.vfolder-info file. We also need to remove the <query> tags that we added to make it work in Solaris. However, this will break the implementation in GNOME for linux. The query tags are needed for the new shortcut to showup, plus it seems like the <Parent> tag has no effect here. Also when I try to manually add a shortcut to a existing menu in linux GNOME, it says "unsupported operation"; not sure if this is something that will work in linux. (tried RH AS 3.0) More investigation needed. ###@###.### 10/28/04 23:55 GMT ###@###.### 2005-04-26 02:41:29 GMT
28-10-0004