sun-java.desktop 777 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  3. # Use is subject to license terms.
  4. #
  5. # Desktop entry for automatic execution of files identified as either the
  6. # x-jar or x-java-archive (historical) mime type.
  7. #
  8. # Note: This file may be installed under both "control-center-2.0" and
  9. # "applications". Depending upon the version of GNOME, the copy in
  10. # "applications" may take precedence.
  11. #
  12. # One might be tempted to add "Java" to the Catergories, but the definition
  13. # is "uses Swing/ATW" whhich may not be true.
  14. #
  15. [Desktop Entry]
  16. Encoding=UTF-8
  17. Name=Java
  18. Comment=Java Virtual Machine
  19. Exec=java -jar
  20. Icon=sun-java.png
  21. Terminal=false
  22. Type=Application
  23. NoDisplay=true
  24. Categories=Applications;
  25. MimeType=application/x-java-archive;application/x-jar;