Skip to content

Instantly share code, notes, and snippets.

@NeoTheThird
Created February 11, 2017 20:52
Show Gist options
  • Save NeoTheThird/b1846f502cc341732b6da9efe01f7614 to your computer and use it in GitHub Desktop.
Save NeoTheThird/b1846f502cc341732b6da9efe01f7614 to your computer and use it in GitHub Desktop.
A .desktop file for the godot engine. Icon has to point to a logo file.
[Desktop Entry]
Name=Godot Engine
Comment=An open source game engine. Need i say more?
Exec=/bin/godot
Icon=.godot.jpeg
Terminal=false
Type=Application
StartupNotify=true
@NeoTheThird
Copy link
Author

Needs to be saved to /usr/share/applications.

@bramadityaw
Copy link

Thanks for the gist!

@terenc3
Copy link

terenc3 commented Jan 23, 2025

@bramadityaw FYI a desktop file is also included in godot repo since this gist was created https://github.com/godotengine/godot/tree/master/misc/dist/linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment