[Share Experiences] 为自行安装安卓软件Uengine创建桌面图标
Tofloor
poster avatar
穆穆書均
deepin
2021-07-18 18:29
Author

Uengine使用方法原文链接:https://ywnz.com/linuxsj/9702.html。

每次在终端输入:

     /usr/bin/uengine-launch.sh --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity

这样打开太麻烦了。所以可自行创建个图标。

 

图标文件下载推荐:http://www.icosky.com/

而后创建:

    cd Desktop/

    vim Uengine.desktop

 

内容如下,自行修改图标路径即可:

    [Desktop Entry]

Encoding=UTF-8

Name=Uengine

Comment=Uengine Link

Exec=/usr/bin/uengine-launch.sh --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity

Icon=/home/mumushujun/Pictures/ico/I Love Autumn ico/ico/Bat.ico

Terminal=true

StartupNotify=true

Type=Application

Categories=Application;Development;

 

Reply Favorite View the author
All Replies
安洛
deepin
2021-07-18 21:00
#1

用星火商店的uengine运行器,能自动添加启动器图标。而且图标直接从软件里提取,不用自己下载。

Reply View the author