Ubuntu建立WebStorm桌面快捷方式

1.建立文件html

sudo gedit WebStorm.desktop

2.寫入內容web

[Desktop Entry]
Categories=Development;
Comment[zh_CN]=
Comment=
Exec=/home/kerita/下載/webstorm/bin/webstorm.sh
GenericName[zh_CN]=IDE
GenericName=IDE
Icon=/home/kerita/下載/webstorm/bin/webide.png
MimeType=
Name[zh_CN]=WebStorm
Name=WebStorm
Path=
StartupNotify=true
Terminal=false
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=owen

3.設置權限webstorm

sudo chmod +x WebStorm.desktop


記得建立快捷方式的時候,將路徑改成你本身機子上放WebStorm的地方。

同時也能夠用這個方法建立Pycharm的快捷方式,只要把相應的地方修改就行。

轉載請註明出處:http://www.cnblogs.com/kerita/p/4545925.html
相關文章
相關標籤/搜索