diff --git a/misc/dist/linux/org.godotengine.Godot.appdata.xml b/misc/dist/linux/org.redotengine.Redot.appdata.xml similarity index 95% rename from misc/dist/linux/org.godotengine.Godot.appdata.xml rename to misc/dist/linux/org.redotengine.Redot.appdata.xml index 774b5c56338..ab540690dd5 100644 --- a/misc/dist/linux/org.godotengine.Godot.appdata.xml +++ b/misc/dist/linux/org.redotengine.Redot.appdata.xml @@ -6,7 +6,7 @@ MIT Redot Engine Multi-platform 2D and 3D game engine with a feature-rich editor - ​org.redotengine.Redot.desktop + org.redotengine.Redot.desktop

Redot is forked from Godot which is an advanced, feature-packed, multi-platform 2D and 3D game diff --git a/misc/dist/linux/org.godotengine.Godot.desktop b/misc/dist/linux/org.redotengine.Redot.desktop similarity index 100% rename from misc/dist/linux/org.godotengine.Godot.desktop rename to misc/dist/linux/org.redotengine.Redot.desktop diff --git a/misc/dist/linux/org.godotengine.Godot.xml b/misc/dist/linux/org.redotengine.Redot.xml similarity index 100% rename from misc/dist/linux/org.godotengine.Godot.xml rename to misc/dist/linux/org.redotengine.Redot.xml diff --git a/platform/linuxbsd/wayland/display_server_wayland.cpp b/platform/linuxbsd/wayland/display_server_wayland.cpp index 119b62c24ed..8c2ec317fff 100644 --- a/platform/linuxbsd/wayland/display_server_wayland.cpp +++ b/platform/linuxbsd/wayland/display_server_wayland.cpp @@ -70,7 +70,7 @@ String DisplayServerWayland::_get_app_id_from_context(Context p_context) { if (config_name.length() != 0) { app_id = config_name; } else { - app_id = "org.godotengine.Godot"; + app_id = "org.redotengine.Redot"; } } }