summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Asraf <casraf@pm.me>2024-10-26 18:18:21 +0300
committerChen Asraf <casraf@pm.me>2024-10-26 18:25:42 +0300
commit78ae5ca374ccff3644b702f36bfa4b932aabfcb7 (patch)
treea361f6913ca50560e6ee93ae61496d0cc6255b8f
parent47866b8838289c7dc259a9407108781957fb912a (diff)
downloadredot-engine-78ae5ca374ccff3644b702f36bfa4b932aabfcb7.tar.gz
Fix Linux desktop files
-rw-r--r--misc/dist/linux/org.redotengine.Redot.appdata.xml (renamed from misc/dist/linux/org.godotengine.Godot.appdata.xml)2
-rw-r--r--misc/dist/linux/org.redotengine.Redot.desktop (renamed from misc/dist/linux/org.godotengine.Godot.desktop)0
-rw-r--r--misc/dist/linux/org.redotengine.Redot.xml (renamed from misc/dist/linux/org.godotengine.Godot.xml)0
-rw-r--r--platform/linuxbsd/wayland/display_server_wayland.cpp2
4 files changed, 2 insertions, 2 deletions
diff --git a/misc/dist/linux/org.godotengine.Godot.appdata.xml b/misc/dist/linux/org.redotengine.Redot.appdata.xml
index 774b5c5633..ab540690dd 100644
--- a/misc/dist/linux/org.godotengine.Godot.appdata.xml
+++ b/misc/dist/linux/org.redotengine.Redot.appdata.xml
@@ -6,7 +6,7 @@
<project_license>MIT</project_license>
<name>Redot Engine</name>
<summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary>
- ​<launchable type="desktop-id">org.redotengine.Redot.desktop</launchable>
+ <launchable type="desktop-id">org.redotengine.Redot.desktop</launchable>
<description>
<p>
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
index d81e76bc90..d81e76bc90 100644
--- a/misc/dist/linux/org.godotengine.Godot.desktop
+++ b/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
index cd3f179ac4..cd3f179ac4 100644
--- a/misc/dist/linux/org.godotengine.Godot.xml
+++ b/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 119b62c24e..8c2ec317ff 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";
}
}
}