以eclipse为例
下载eclipse并解压到目录(这里以/usr/sbin/manerfan/eclipse为例)
在/usr/share/applications/创建eclipse.desktop,编辑内容并保存。
示例如下:
[Desktop Entry]
Type=Application
Name=eclipse
Comment=Java开发工具
Exec=/usr/sbin/manerfan/eclipse/eclipse
Icon=/usr/sbin/manerfan/eclipse/icon.xpm
Categories=Development
Terminal=false
Exec为可执行文件绝对路径
Icon为程序图标文件绝对路径
这样,在启动器中便可搜索到eclipse了。
在Ubuntu 14.04桌面上设置启动器(快捷方式):http://www.linuxdiyf.com/linux/13354.html
在Ubuntu下创建桌面启动器:http://www.linuxdiyf.com/linux/9928.html
启用Fedora 15桌面启动器(快捷方式):http://www.linuxdiyf.com/linux/7102.html
Ubuntu 12.04添加程序启动器:http://www.linuxdiyf.com/linux/3873.html