Difference between revisions of "PyCharm"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) |
Rafahsolis (talk | contribs) |
||
| Line 5: | Line 5: | ||
add at the bottom: | add at the bottom: | ||
-Dconsole.encoding=UTF-8 | -Dconsole.encoding=UTF-8 | ||
| + | |||
| + | == .desktop files: == | ||
| + | ~/.local/share/applications/jetbrains-pycharm.desktop<br /> | ||
| + | ~/.gnome/apps/jetbrains-pycharm.desktop | ||
| + | <nowiki>[Desktop Entry] | ||
| + | Version=1.0 | ||
| + | Type=Application | ||
| + | Name=PyCharm Professional Edition | ||
| + | Icon=/opt/pycharm/bin/pycharm.svg | ||
| + | Exec="/opt/pycharm/bin/pycharm.sh" %f | ||
| + | Comment=Python IDE for Professional Developers | ||
| + | Categories=Development;IDE; | ||
| + | Terminal=false | ||
| + | StartupWMClass=jetbrains-pycharm</nowiki> | ||
Latest revision as of 18:28, 15 February 2019
Change default file encoding[edit]
Edit:
PYCHARM_HOME/bin/pycharm.vmoptions
add at the bottom:
-Dconsole.encoding=UTF-8
.desktop files:[edit]
~/.local/share/applications/jetbrains-pycharm.desktop
~/.gnome/apps/jetbrains-pycharm.desktop
[Desktop Entry] Version=1.0 Type=Application Name=PyCharm Professional Edition Icon=/opt/pycharm/bin/pycharm.svg Exec="/opt/pycharm/bin/pycharm.sh" %f Comment=Python IDE for Professional Developers Categories=Development;IDE; Terminal=false StartupWMClass=jetbrains-pycharm