Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenJDK 11 Icon Not Themed #1211

Closed
dylanmtaylor opened this issue Apr 7, 2018 · 3 comments
Closed

OpenJDK 11 Icon Not Themed #1211

dylanmtaylor opened this issue Apr 7, 2018 · 3 comments

Comments

@dylanmtaylor
Copy link
Contributor

The icon exists already for the OpenJDK 9 package.

image

The one on the left is from the openjdk-11-jdk package, the one on the right is from openjdk-9-jdk

@dylanmtaylor
Copy link
Contributor Author

dylanmtaylor commented Apr 7, 2018

dtaylor@Dylan-Precision-5510:~$ cat /usr/share/applications/openjdk-11-java.desktop 
[Desktop Entry]
Name=OpenJDK Java 11 Runtime
Name[fi]=OpenJDK Java 11 - ajonaikainen ympäristö
Comment=OpenJDK Java 11 Runtime
Comment[fi]=OpenJDK Java 11 - ajonaikainen ympäristö
Keywords=java;runtime
Exec=cautious-launcher %f /usr/bin/java -jar
Terminal=false
Type=Application
Icon=openjdk-11
MimeType=application/x-java-archive;application/java-archive;application/x-jar;
NoDisplay=true
dtaylor@Dylan-Precision-5510:~$ cat /usr/share/applications/openjdk-9-java.desktop 
[Desktop Entry]
Name=OpenJDK Java 9 Runtime
Name[fi]=OpenJDK Java 9 - ajonaikainen ympäristö
Comment=OpenJDK Java 9 Runtime
Comment[fi]=OpenJDK Java 9 - ajonaikainen ympäristö
Keywords=java;runtime
Exec=cautious-launcher %f /usr/bin/java -jar
Terminal=false
Type=Application
Icon=openjdk-9
MimeType=application/x-java-archive;application/java-archive;application/x-jar;
NoDisplay=true

@dylanmtaylor
Copy link
Contributor Author

Looks like OpenJDK 10 icons are missing as well.

SmartFinn added a commit that referenced this issue Apr 7, 2018
@ghost
Copy link

ghost commented Apr 10, 2018

@SmartFinn : please also add java10-openjdk and java11-openjdk icons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants