Skip to content

Instantly share code, notes, and snippets.

@Prezens
Created March 12, 2019 09:38
Show Gist options
  • Save Prezens/bb4f1465b0af53a897995ed2e2b0f578 to your computer and use it in GitHub Desktop.
Save Prezens/bb4f1465b0af53a897995ed2e2b0f578 to your computer and use it in GitHub Desktop.
Linux append icon in menu
Создаем файл ярлыка pycharm.desktop: gedit ~/.local/share/applications/pycharm.desktop
В файле пишем следующий текст и сохраняем:
[Desktop Entry]
Name=PyCharm
Comment=Среда разработки PyCharm
GenericName=PyCharm
Keywords=PyCharm;Python;Django;IDE;
Exec=/usr/bin/pycharm
Terminal=false
Type=Application
Icon=/opt/pycharm-2.6.3/bin/pycharm.png
Categories=
Path=/opt/pycharm-2.6.3/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment