红联Linux门户
Linux帮助

Ubuntu中应用程序添加快速启动器

发布时间:2016-01-27 10:46:40来源:linux网站作者:Ldiotic

命令行操作内容:

cd /usr/share/applications
sudo gedit xxx.desktop


打开需要编辑的文本内容为:

[Desktop Entry]
Version=1.0
Name=xxx (应用名称)
Exec=/home/username/xxx.sh(这个是启动程序需要执行的文件路径名)
Terminal=false
Icon=/home/username/xxx.png(这个是图标)
Type=Application
Categories=Development


这样就可以在dash中看到xxx的启动器图标了,也可以直接将其复制到桌面。


本文永久更新地址:http://www.linuxdiyf.com/linux/17709.html