拿eclipse举例,从eclipse.org下载好eclipse后,解压到usr/bin/eclipse中,执行以下命令创建一个App快捷方式:
sudo gedit /usr/share/applications/eclipse.desktop
在gedit中输入以下代码:
[Desktop Entry] Name=Eclipse Platform Comment=Eclipse IDE Exec=/usr/bin/eclipse/eclipse Icon=/usr/bin/eclipse/icon.xpm Terminal=false StartupNotify=true Type=Application Categories=Development;
这时进入到/usr/bin/eclipse中,双击eclipse相应图标,如果想在Lancher现实,则在Launch Panel右击程序对应程序点选Lock to Launcher。