Skip to content

Instantly share code, notes, and snippets.

@flaugabriel
Last active July 8, 2018 04:23
Show Gist options
  • Save flaugabriel/a77ebb8ddc400046883a2f67f21e6225 to your computer and use it in GitHub Desktop.
Save flaugabriel/a77ebb8ddc400046883a2f67f21e6225 to your computer and use it in GitHub Desktop.
touch Rubymine.desktop
Agora vamos dar permissão de execução para este arquivo:
chmod +x Rubymine.desktop
Depois, abro este arquivo com o editor Exemplo:
nano Rubymine.desktop
Então escrevo o seguinte (cuidado com os espaços adicionais):
[Desktop Entry]
Name=RubyMine
Type=Application
Exec=/opt/RubyMine-2018.1.3/bin/rubymine.sh
Icon=/opt/RubyMine-2018.1.3/bin/rubymine.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment