You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
set StartupWMClass in linux .desktop file
this allows linux app launchers and docks to correctly associate the godot project selector & editor windows with the icon used to launch godot. it prevents this problem specifically: https://askubuntu.com/questions/1144214/why-does-my-custom-launcher-file-create-two-icons-on-the-launcher-bar
This commit is contained in:
@@ -9,3 +9,4 @@ PrefersNonDefaultGPU=true
|
|||||||
Type=Application
|
Type=Application
|
||||||
MimeType=application/x-godot-project;
|
MimeType=application/x-godot-project;
|
||||||
Categories=Development;IDE;
|
Categories=Development;IDE;
|
||||||
|
StartupWMClass=Godot
|
||||||
|
|||||||
Reference in New Issue
Block a user