Ubuntu14中每一個圖標對應/usr/share/applications當中
的一個配置文件(文件名後綴爲.desktop)。因此要在dash home中添加一個自定義程序啓動器,須要在該文件目錄下建立對應的配置文件。至於配置文件的語法,參考該目錄下的配置文件便可明白。以eclipse爲例,方法以下。系統:ubuntu14方法:
1. 在/usr/share/applications目錄下建立eclipse啓動器配置文件ubuntu
cd /usr/share/applicationsapp
sudo gedit eclipse.desktopeclipse
2.編輯eclipse.desktop並保存。簡單的配置示例:(xxx表明路徑名)
[Desktop Entry]ip
Version=1.0
Type=Applicationit
Terminal=falgeditse
Icon[zh_CN]=/home/xxx/.../eclipse/icon.xpmio
Name[zh_CN]=Eclipse
Exec=/home/xx/Software/eclipse/eclipsecli
Comment[zh_CN]=Eclipse配置
Name=Eclipse語法
Comment=Eclipse
Icon=/home/xxx/.../eclipse/icon.xpm程序
這樣eclipse啓動器就添加到dash home中了要將eclipse添加到launcher中只需在dash中選中程序圖標拖動至launcher便可