在将eclipse-SDK-3.7.2-Linux-gtk.tar.gz解压到某个目录下之后,命令行进行如下编辑 vi /usr/share/applications/eclipse.desktop 添加如下内容: [Desktop Entry]Type=ApplicationName=eclipseExec=/opt/eclips/eclipse //eclipse存放路径GenericName=eclipseComment=Java development toolsIcon=/opt/e…
Android创建桌面快捷方式就是在桌面这个应用上创建一个快捷方式,桌面应用:launcher2 通过查看launcher2的清单文件: <!-- Intent received used to install shortcuts from other applications --> <receiver android:name="com.android.launcher2.InstallShortcutReceiver" android:permission=&q…