summarylogtreecommitdiffstats
path: root/ftcfrcsimulator.desktop
diff options
context:
space:
mode:
authoredwardwawrzynek2020-02-02 00:30:30 -0700
committeredwardwawrzynek2020-02-02 00:30:30 -0700
commite565fd5ebd2c7a779e85458ac1ae0bb1d95b2b54 (patch)
treeff1a17a66412cfd77e9f3f3f90b59bf85e8dd514 /ftcfrcsimulator.desktop
parentf76157d84c80a38d415be9e29c4c4ca8fd2a02a3 (diff)
downloadaur-e565fd5ebd2c7a779e85458ac1ae0bb1d95b2b54.tar.gz
add desktop entry and icons
Diffstat (limited to 'ftcfrcsimulator.desktop')
-rw-r--r--ftcfrcsimulator.desktop29
1 files changed, 29 insertions, 0 deletions
diff --git a/ftcfrcsimulator.desktop b/ftcfrcsimulator.desktop
new file mode 100644
index 000000000000..a22ace37b1c0
--- /dev/null
+++ b/ftcfrcsimulator.desktop
@@ -0,0 +1,29 @@
+[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=FTC/FRC Simulator
+
+# A comment which can/will be used as a tooltip
+Comment=FIRST Tech Challenge and FIRST Robotics Competition Simulator
+
+# The path to the folder in which the executable is run
+Path=/usr/share/ftcfrcsimulator
+
+# The executable of the application, possibly with arguments.
+Exec=ftcfrcsimulator
+
+# The name of the icon that will be used to display this entry
+Icon=ftcfrcsimulator
+
+# 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=Education;Game
+