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"; } } }