From 75b0ea38aeaec47babcbad9d7f5b5dc99bcb1b9c Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Mon, 29 Apr 2024 18:35:23 +0200 Subject: [PATCH] feat: add .desktop entry --- pkg/adamgui.desktop | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pkg/adamgui.desktop diff --git a/pkg/adamgui.desktop b/pkg/adamgui.desktop new file mode 100644 index 0000000..5462f4a --- /dev/null +++ b/pkg/adamgui.desktop @@ -0,0 +1,27 @@ +[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=ADAM-GUI + +# A comment which can/will be used as a tooltip +Comment=Flash card based learning tool + +# The path to the folder in which the executable is run +Path=/usr/bin/adamgui + +# The executable of the application, possibly with arguments. +Exec=adamgui + +# The name of the icon that will be used to display this entry +Icon=adamgui + +# 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=Science;Utility; \ No newline at end of file