Skip to content

Instantly share code, notes, and snippets.

@egbulmer
Last active April 2, 2017 00:34
Show Gist options
  • Select an option

  • Save egbulmer/dac794b6d874e119003528a9f37ca3f6 to your computer and use it in GitHub Desktop.

Select an option

Save egbulmer/dac794b6d874e119003528a9f37ca3f6 to your computer and use it in GitHub Desktop.
Godot application launcher on Elementary OS

I thought this might be useful for people running Elementary OS that want to see Godot in the application launcher or in the dock.

  1. Save godot.desktop to ~/.local/share/applications.
  2. Edit the Exec entry to point to your local program.
  3. Download and extract icons zipfile:
unzip -d ~/.local/share icons.zip

If things aren't going well this is a useful guide.

[Desktop Entry]
Name=Godot
Comment=Game Engine
Version=1.0
Terminal=false
StartupNotify=true
Type=Application
Exec=/path/to/godot
Icon=godot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment