From 876e165a49640a664bd8e60e228140a75c17cf74 Mon Sep 17 00:00:00 2001 From: Riteo Siuga Date: Tue, 9 Feb 2021 00:06:42 +0100 Subject: [PATCH] Improve the MIME source file - Add MIME definitions for resources, scenes and scripts - Remove the "weight" property, which defaults to 50, a much saner value than the previous 100, which was a bit excessive. - Changes their icon names in order to follow the XDG icon naming conventions. --- misc/dist/linux/org.godotengine.Godot.xml | 29 +++++++++++++++++++++++ misc/dist/linux/x-godot-project.xml | 8 ------- 2 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 misc/dist/linux/org.godotengine.Godot.xml delete mode 100644 misc/dist/linux/x-godot-project.xml diff --git a/misc/dist/linux/org.godotengine.Godot.xml b/misc/dist/linux/org.godotengine.Godot.xml new file mode 100644 index 0000000000..2f647f71a6 --- /dev/null +++ b/misc/dist/linux/org.godotengine.Godot.xml @@ -0,0 +1,29 @@ + + + + Godot Engine project + + + + + + Godot Engine resource + + + + + + + Godot Engine scene + + + + + + + + GDScript script + + + + diff --git a/misc/dist/linux/x-godot-project.xml b/misc/dist/linux/x-godot-project.xml deleted file mode 100644 index 9f28bab2ae..0000000000 --- a/misc/dist/linux/x-godot-project.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - Godot Engine project - - - -