Created
February 3, 2011 16:32
-
-
Save alanfranz/809730 to your computer and use it in GitHub Desktop.
Pycharm Desktop Entry
This file contains hidden or 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
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=IDEA | |
Exec=PATH_TO_IDEA_DIR/bin/idea.sh | |
Icon=PATH_TO_IDEA_DIR/bin/idea_CE128.png | |
Type=Application | |
Categories=Development; | |
StartupWMClass=IDEA |
This file contains hidden or 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
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=PyCharm | |
Exec=PATH_TO_PYCHARM_DIR/bin/pycharm.sh | |
Icon=PATH_TO_PYCHARM_DIR/bin/PyCharm_32.png | |
Type=Application | |
Categories=Development; | |
StartupWMClass=PyCharm |
This file contains hidden or 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
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=RubyMine | |
Exec=PATH_TO_RUBYMINE_DIR/bin/rubymine.sh | |
Icon=PATH_TO_RUBYMINE_DIR/bin/rubymine.png | |
Type=Application | |
Categories=Development; | |
StartupWMClass=RubyMine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment