summarylogtreecommitdiffstats
path: root/lemon-lime.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'lemon-lime.desktop')
-rw-r--r--lemon-lime.desktop30
1 files changed, 30 insertions, 0 deletions
diff --git a/lemon-lime.desktop b/lemon-lime.desktop
new file mode 100644
index 000000000000..dd3f719d5e93
--- /dev/null
+++ b/lemon-lime.desktop
@@ -0,0 +1,30 @@
+[Desktop Entry]
+
+# The type as listed above
+Type=Application
+
+# The version of the desktop entry specification to which this file complies
+Version=1.0
+
+# The name of the application
+Name=LemonLime
+
+# A comment which can/will be used as a tooltip
+Comment=A tiny judging environment for OI contest based on Project_LemonPlus
+
+# The path to the folder in which the executable is run
+Path=/usr/bin/
+
+# The executable of the application, possibly with arguments.
+Exec=lemon-lime
+
+# The name of the icon that will be used to display this entry
+Icon=/usr/share/pixmaps/lemon-lime.png
+
+# Describes whether this application needs to be run in a terminal or not
+Terminal=false
+
+# Describes the categories in which this entry should be shown
+Categories=Tools;
+
+