您的位置:首页 > 其它

ubuntu添加桌面或launcher快捷方式

2013-12-07 13:08 316 查看
以eclipse为例,自行下载的。

创建文件/usr/share/applications/eclipse-kepler.desktop

文件内容:

#------------------------

[Desktop Entry]
Version=1.0
Name=eclipse-kepler
Comment=eclipse
Type=Application
Categories=Development;IDE;

#你的eclipse的可执行文件的路径
Exec=/home/jayce/program/eclipse-kepler/eclipse
Terminal=false
StartupNotify=true

#图标的路径
Icon=/home/jayce/program/eclipse-kepler/icon.xpm
Name[en_US]=eclipse-kepler

#------------------------

完了就能从dash里搜到eclipse-kepler了,可以从dash里拖到launcher里去
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: