Linux 开发环境安装总结5-(创建桌面图标)
程序员文章站
2022-05-31 15:57:50
...
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
上一篇: 桌面图标