美文网首页Linux 环境安装
Linux 开发环境安装总结5-(创建桌面图标)

Linux 开发环境安装总结5-(创建桌面图标)

作者: 李逍遥JK | 来源:发表于2018-01-10 16:57 被阅读1次
1.到桌面的目录运行下面的指令
vim idea.desktop

2.desktop文件中写入下面代码

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=idea
Type=Application
Terminal=false
Name[en_US]=idea
Exec=/soft/idea/idea-IU-173.4127.27/bin/idea.sh
Comment[en_US]=idea 2017.3
Comment=idea 2017.3
GenericName[en_US]=
Icon=/soft/idea/idea-IU-173.4127.27/bin/idea.png

相关文章

网友评论

    本文标题:Linux 开发环境安装总结5-(创建桌面图标)

    本文链接:https://www.haomeiwen.com/subject/ujgonxtx.html