-In your home directory open /.local/share/applications/-Right click in this folder and create a empty desktop file-Open this file with gedit and paste this content: [Desktop Entry] Type=Application Icon=user-trash Name=Trash Name[de]=Papierkorb Comm…
.在桌面创建快捷方式方法: 方法一:通过长按某一个应用程序的图标在桌面上创建启动该应用程序的快捷方式. 这个方法安装完程序都用户都能实现. 方法二:在应用程序中构建一个Intent,然后以Broadcast的形式通知Launcher创建快捷方式. 先看Launcher的AndroidMainfest.xml文件中InstallShortcutReceiver的注册信息: <!--设置wallpapaer的activity --> <!-- Intent received used to …