JDK-6890020 : GNOME: Cannot create start menu with Japanese GNOME
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u16
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: linux
  • CPU: x86
  • Submitted: 2009-10-09
  • Updated: 2012-10-01
  • Resolved: 2012-08-02
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 7
7u40Resolved
Related Reports
Relates :  
Description
FULL PRODUCT VERSION :
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)
   java version "1.6.0_16"
   Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
   Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)

But this probrem remains in "Japanese" locale.

ADDITIONAL OS VERSION INFORMATION :
Ubuntu 9.04
Fedora 11

EXTRA RELEVANT SYSTEM CONFIGURATION :

Locale is Japanese.
In $HOME dir, There is desktop-named-in-Japanese*1 directiry instead of "Desktop" directory.

*1 desktop-named-in-Japanese is : "������������"

A DESCRIPTION OF THE PROBLEM :
can not create shortcut of Java Web Start application.


STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. launch javaws -viewer
2. select any application, and press create shortcut button

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
create shortcut
ACTUAL -
error dialog, and no shortcut.

ERROR MESSAGES/STACK TRACES THAT OCCUR :
~/.java/deployment/log/jcp.trace :

basic: uninstall called in UnixInstallHandler
basic: createShortcuts called in UnixInstallHandler
basic: new DesktopEntryFile uri = [applications-all-users:///]
temp: Found old gnome vfs api, don't create start menu

REPRODUCIBILITY :
This bug can be reproduced always.

CUSTOMER SUBMITTED WORKAROUND :
Create symbolic link of Desktop in home like:

ln -s desktop-named-in-Japanese*1 Desktop

*1 desktop-named-in-Japanese is : "������������"
and real command is : ln -s ������������ Desktop

Comments
EVALUATION This is expected to be resolved by fix for 6546288. Tested with Ubuntu 12.04 (non-English locale) and 7u6 b21 - I can't reproduce any problem (now the fix for 6546288 reads the localized folder name from ~/.config/user-dirs.dirs) Please test the latest build and reopen if any problem still exists.
02-08-2012