cracked
This commit is contained in:
25
jre/linux/lib/desktop/applications/sun-java.desktop
Normal file
25
jre/linux/lib/desktop/applications/sun-java.desktop
Normal file
@ -0,0 +1,25 @@
|
||||
#
|
||||
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
# Desktop entry for automatic execution of files identified as either the
|
||||
# x-jar or x-java-archive (historical) mime type.
|
||||
#
|
||||
# Note: This file may be installed under both "control-center-2.0" and
|
||||
# "applications". Depending upon the version of GNOME, the copy in
|
||||
# "applications" may take precedence.
|
||||
#
|
||||
# One might be tempted to add "Java" to the Catergories, but the definition
|
||||
# is "uses Swing/ATW" whhich may not be true.
|
||||
#
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Java
|
||||
Comment=Java Virtual Machine
|
||||
Exec=java -jar
|
||||
Icon=sun-java.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
Categories=Applications;
|
||||
MimeType=application/x-java-archive;application/x-jar;
|
22
jre/linux/lib/desktop/applications/sun-javaws.desktop
Normal file
22
jre/linux/lib/desktop/applications/sun-javaws.desktop
Normal file
@ -0,0 +1,22 @@
|
||||
#
|
||||
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
# Desktop entry for the automatic execution of jnlp files identified as
|
||||
# the x-java-jnlp-file mime type.
|
||||
#
|
||||
# Note: This file may be installed under both "control-center-2.0" and
|
||||
# "applications". Depending upon the version of GNOME, the copy in
|
||||
# "applications" may take precedence.
|
||||
#
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=JavaWS
|
||||
Comment=Java Web Start
|
||||
Exec=javaws
|
||||
Icon=sun-javaws.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
Categories=Java;Applications;
|
||||
MimeType=application/x-java-jnlp-file;
|
20
jre/linux/lib/desktop/applications/sun_java.desktop
Normal file
20
jre/linux/lib/desktop/applications/sun_java.desktop
Normal file
@ -0,0 +1,20 @@
|
||||
#
|
||||
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
# Desktop entry for the Java Control Panel (jcontrol). The name is poor,
|
||||
# but maintained for compatibility reasons.
|
||||
#
|
||||
# Note: This file may be installed under both "control-center-2.0" and
|
||||
# "applications". Depending upon the version of GNOME, the copy in
|
||||
# "applications" may take precedence.
|
||||
#
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Java
|
||||
Comment=Java Control Panel
|
||||
Exec=jcontrol
|
||||
Icon=sun-jcontrol.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Settings;Java;X-Red-Hat-Base;X-Ximian-Settings;
|
Reference in New Issue
Block a user