标签:
1.创建文件
sudo gedit WebStorm.desktop
2.写入内容
[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/webstorm.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.设置权限
sudo chmod +x WebStorm.desktop
记得创建快捷方式的时候,将路径改为你自己机子上放WebStorm的地方。
同时也可以用这个方法创建Pycharm的快捷方式,只要把相应的地方修改就行。
标签:
原文地址:http://www.cnblogs.com/kerita/p/4545925.html