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