初步修复安装图标无法正常点击运行等问题

This commit is contained in:
2021-10-03 17:42:30 +08:00
parent 712f2d25cc
commit 34937827d9
44 changed files with 927 additions and 237 deletions

View File

@@ -0,0 +1 @@
/opt/apps/uengine-runner/uengine-runner-launch.sh

View File

@@ -3,7 +3,7 @@ Categories=System;
Comment=UEngine App List
Comment[zh]=UEngine 程序菜单
Encoding=UTF-8
Exec=/usr/bin/uengine-launch.sh --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
Exec=/usr/bin/uengine launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
Icon=/opt/apps/uengine-runner/icon.png
MimeType=
Name=UEngine App List

View File

@@ -2,7 +2,7 @@
Categories=System;
Comment=UEngine 系统设置
Encoding=UTF-8
Exec=/usr/bin/uengine-launch.sh --action=android.intent.action.MAIN --package=com.android.settings --component=com.android.settings.Settings
Exec=/usr/bin/uengine launch --action=android.intent.action.MAIN --package=com.android.settings --component=com.android.settings.Settings
Icon=/opt/apps/uengine-runner/icon.png
MimeType=
Name=UEngine System Control Panel

View File

@@ -5,10 +5,10 @@ Categories=System;
Terminal=false
Exec=/usr/bin/uengine-runner -i %F
Icon=/opt/apps/uengine-runner/icon.png
Name=Install APK(UEngine runner)
Comment=Install APK(UEngine runner)
Comment[zh]=安装 APKUEngine 运行器)
Name[zh]=安装 APKUEngine 运行器)
Name=Install Or Uninstall APK(UEngine runner)
Comment=Install Or Uninstall APK(UEngine runner)
Comment[zh]=安装/卸载 APKUEngine 运行器)
Name[zh]=安装/卸载 APKUEngine 运行器)
StartupNotify=true
Hidden=false
NoDisplay=true

View File

@@ -1,15 +0,0 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Categories=System;
Terminal=false
Exec=/usr/bin/uengine-runner -u %F
Icon=/opt/apps/uengine-runner/icon.png
Name=Uninstall APK(UEngine runner)
Comment=Uninstall APK(UEngine runner)
Comment[zh]=卸载 APKUEngine 运行器)
Name[zh]=卸载 APKUEngine 运行器)
StartupNotify=true
Hidden=false
NoDisplay=true
MimeType=application/vnd.android.package-archive

View File

@@ -8,7 +8,7 @@
<action id="com.deepin.pkexec.uengine-bridge">
<message>Authentication is required to Setting UEngine Internet Bridge</message>
<message xml:lang="zh_CN">设置 UEngine 桥接需要输入密码</message>
<icon_name>kbox</icon_name>
<icon_name>/usr/share/uengine/ui/uengine_logo.svg</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>

View File

@@ -8,7 +8,7 @@
<action id="com.deepin.pkexec.uengine-session-launch-helper">
<message>Authentication is required to Change UEngine</message>
<message xml:lang="zh_CN">设置 UEngine 需要输入密码</message>
<icon_name>kbox</icon_name>
<icon_name>/usr/share/uengine/ui/uengine_logo.svg</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>