创建eclipse的launcher

居然和创建idea的不一样。。。

终端打开文件夹指令ubuntu中  nautilus /etc

另外,Ubuntu在终端中打开文件夹的命令是nautilus

Ubuntu 12.04 默认无法launcher Eclipse快捷图标到左侧Dash,需要手工配置,步骤如下:

1) 首先,创建并打开 ~/.local/share/applications/opt_eclipse.desktop(如果没有applications文件夹或opt_eclipse.desktop文件,请自行创建)

gedit  ~/.local/share/applications/opt_eclipse.desktop

2)接着,复制下面内容到 opt_eclipse.desktop , 并根据自己eclipse路径,修改**.....**中间的配置路径

[Desktop Entry]

Type=Application

Name=Eclipse

Comment=Eclipse Integrated Development Environment

Icon=** something like /opt/eclipse/icon.xpm **Exec=** something like /opt/eclipse/eclipse **Terminal=false

Categories=Development;IDE;Java;

StartupWMClass=Eclipse

如下我的配置图:

创建eclipse的launcher_第1张图片

3) 保存后,修改opt_eclipse.desktop文件访问权限,有以下两种方法:

方法1:  chmod +x ~/.local/share/applications/opt_eclipse.desktop

方法2: 进入~/.local/share/applications/目录,右键 opt_eclipse.desktop 文件,依次选择Properties -> Permissions -> Allow executing file as program(勾选上)

创建eclipse的launcher_第2张图片

4) 勾选上后,opt_eclipse.desktop 立即变为eclipse的图标,拖至左侧dash launcher即可,结果如下:

创建eclipse的launcher_第3张图片



参考来源  http://www.xuebuyuan.com/1201575.html

你可能感兴趣的:(创建eclipse的launcher)