2
cd /usr/share/applications
cd
/usr/share/applications
sudo gedit xxx.desktop
sudo
gedit xxx.desktop
打开需要编辑的文本内容为:
?
1
3
4
5
6
7
8
[Desktop Entry]
Version=1.0
Name=xxx
Exec=/home/username/xxx.sh(这个是启动程序需要执行的文件路径名)
Terminal=false
Icon=/home/username/xxx.png(这个是图标)
Type=Application
Categories=Development