changeset 2834:acdb38367f2b

PR2550: Desktop file doesn't reference versioned icon 2015-07-17 Andrew John Hughes <gnu_andrew@member.fsf.org> PR2550: Desktop file doesn't reference versioned icon * NEWS: Updated * jconsole.desktop.in: Set Icon to java-@JAVA_VER@, so the icon can be found. * policytool.desktop.in: Likewise.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 17 Jul 2015 15:24:53 +0100
parents 1735992903cb
children 04264787379d
files ChangeLog NEWS jconsole.desktop.in policytool.desktop.in
diffstat 4 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 17 15:19:45 2015 +0100
+++ b/ChangeLog	Fri Jul 17 15:24:53 2015 +0100
@@ -1,3 +1,11 @@
+2015-07-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	PR2550: Desktop file doesn't reference versioned icon
+	* NEWS: Updated
+	* jconsole.desktop.in:
+	Set Icon to java-@JAVA_VER@, so the icon can be found.
+	* policytool.desktop.in: Likewise.
+
 2015-07-17  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR2548: install stage doesn't install symbolic links
--- a/NEWS	Fri Jul 17 15:19:45 2015 +0100
+++ b/NEWS	Fri Jul 17 15:24:53 2015 +0100
@@ -339,6 +339,7 @@
   - PR2540: Specify a cacerts file for the OpenJDK build as we do for OpenJDK 8
   - PR2545: Extend tarball checksumming option to allow the checksum to be specified
   - PR2548: install stage doesn't install symbolic links
+  - PR2550: Desktop file doesn't reference versioned icon
 * AArch64 port
   - Add copyright to aarch64_ad.m4
   - S8069593: Changes to JavaThread::_thread_state must use acquire and release
--- a/jconsole.desktop.in	Fri Jul 17 15:19:45 2015 +0100
+++ b/jconsole.desktop.in	Fri Jul 17 15:24:53 2015 +0100
@@ -2,7 +2,7 @@
 Name=OpenJDK @JAVA_VER@ Monitoring & Management Console
 Comment=Monitor and manage OpenJDK applications
 Exec=_BINDIR_/jconsole
-Icon=java
+Icon=java-@JAVA_VER@
 Terminal=false
 Type=Application
 StartupWMClass=sun-tools-jconsole-JConsole
--- a/policytool.desktop.in	Fri Jul 17 15:19:45 2015 +0100
+++ b/policytool.desktop.in	Fri Jul 17 15:24:53 2015 +0100
@@ -2,7 +2,7 @@
 Name=OpenJDK @JAVA_VER@ Policy Tool
 Comment=Manage OpenJDK policy files
 Exec=_BINDIR_/policytool
-Icon=java
+Icon=java-@JAVA_VER@
 Terminal=false
 Type=Application
 StartupWMClass=sun-security-tools-PolicyTool