summaryrefslogtreecommitdiff
path: root/mime_types_editor/debian/mime_types_editor.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'mime_types_editor/debian/mime_types_editor.desktop')
-rw-r--r--mime_types_editor/debian/mime_types_editor.desktop11
1 files changed, 11 insertions, 0 deletions
diff --git a/mime_types_editor/debian/mime_types_editor.desktop b/mime_types_editor/debian/mime_types_editor.desktop
new file mode 100644
index 0000000..7fb241b
--- /dev/null
+++ b/mime_types_editor/debian/mime_types_editor.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Categories=Settings;
+Comment=Change default programs for filetypes
+Exec=/usr/bin/mime_types_editor
+GenericName=Edit file associations
+Icon=applications-system
+Name=Mime types editor
+Path=/usr/libexec/mime-types-editor
+StartupNotify=true
+StartupWMClass=mime_types_editor
+Type=Application
bgstack15