openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #02962
[Bug 520711] [NEW] openjdk-6-javaws.desktop should point to javaws in /etc/alternatives
Public bug reported:
The package install javaws as an alternative, yet in the desktop file
the non-alternative version is used.
Exec=/usr/lib/jvm/java-6-openjdk/bin/javaws %u
should be changed to either...
Exec=/usr/bin/javaws %u
or
Exec=/etc/alternatives/javaws %u
** Affects: openjdk-6 (Ubuntu)
Importance: Undecided
Status: New
--
openjdk-6-javaws.desktop should point to javaws in /etc/alternatives
https://bugs.launchpad.net/bugs/520711
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” package in Ubuntu: New
Bug description:
The package install javaws as an alternative, yet in the desktop file the non-alternative version is used.
Exec=/usr/lib/jvm/java-6-openjdk/bin/javaws %u
should be changed to either...
Exec=/usr/bin/javaws %u
or
Exec=/etc/alternatives/javaws %u
Follow ups
References