Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 465 Bytes

desktop_entry.md

File metadata and controls

25 lines (18 loc) · 465 Bytes

添加应用程序快捷方式

pycharm为例

cd /usr/share/applications
sudo gedit PyCharm.desktop
[Desktop Entry]
Version=1.0
Name=PyCharm
Exec=/home/ubuntu/pycharm-2019.2.3/bin/pycharm.sh
Terminal=false
Icon=/home/ubuntu/pycharm-2019.2.3/bin/pycharm.png
Type=Application
Categories=Development

Reference