您的位置:首页 > 其它

Ubuntu创建WebStorm桌面快捷方式

2015-06-02 11:19 260 查看
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/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.设置权限
sudo chmod +x WebStorm.desktop

记得创建快捷方式的时候,将路径改为你自己机子上放WebStorm的地方。

同时也可以用这个方法创建Pycharm的快捷方式,只要把相应的地方修改就行。

转载请注明出处:http://www.cnblogs.com/kerita/p/4545925.html


                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: