phpstorm在linux桌面创建快捷方式
2017-07-06 本文已影响327人
纽约的土豆
[Desktop Entry] Encoding=UTF-8 Name=phpstorm IDE Comment=The Smarter Way to Code Exec=/bin/sh "/home/hainuo/下载/PhpStorm-139.732/bin/phpstorm.sh" Icon=/home/hainuo/下载/PhpStorm-139.732/bin/webide.png Categories=Application;Development;Java;IDE Version=1.0 Type=Application Terminal=0
在/usr/share/application 或 ~/.local/share/applications 创建一个 .desktop 的文件,包含上面代码。例如:PHPstorm.desktop
详情:
https://linux.cn/article-2289-1.html#3_1081
http://typecho.hainuo.info/archives/linux-desktop.html