Last active
February 27, 2016 14:52
-
-
Save roneigebert/09161813f50baf6477c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Criar arquivo "/usr/share/applications/eclipse.desktop" com: | |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Terminal=false | |
Icon={diretorio do icone} | |
Exec=sh -c 'export SWT_GTK3=0; export ANDROID_HOME=/usr/local/android-sdk/; {diretorio do eclipse}/eclipse' | |
Name=Eclipse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment