如何将ADT(eclipse)开发工具锁定到LaucherPad启动器上

新建eclipse.desktop文件,根据实际情况填写以下内容。

[Desktop Entry]
Name=eclipse
Name[zh_CN]=eclipse
Comment=eclipse Client
Exec=/home/android/eclipse/eclipse
Icon=/home/android/eclipse/icon.xpm
Terminal=false
Type=Application
Categories=Application;Development;
Encoding=UTF-8
StartupNotify=true

保存后,执行chmod 777 eclipse.desktop,更改权限。然后此文件移动至/usr/share/applications/目录下

最后在LaucherPad的Dash主页搜索eclipse,打开,在LaucherPad启动器上右键点击eclipse,将eclipse锁定到LaucherPad启动器上即可。


你可能感兴趣的:(eclipse,Desktop,adt)