forked from gfdgd_xi/uengine-installer-bak
This commit is contained in:
commit
c780450ef5
|
@ -0,0 +1,7 @@
|
||||||
|
#/bin/bash
|
||||||
|
find . -name '*.deb' | xargs sudo dpkg -i
|
||||||
|
sudo apt-mark hold lxc lxc-templates liblxc1 liblxc-common lxc-utils
|
||||||
|
sudo apt install -f -y
|
||||||
|
sudo apt install libdframeworkdbus2 screen -y
|
||||||
|
|
||||||
|
echo "请重启并换成5.17内核,然后运行launch_uengine.sh即可启动"
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,7 @@
|
||||||
|
#/bin/bash
|
||||||
|
echo "首先要启动容器守护,所以会出现一个失败的启动界面,关闭即可"
|
||||||
|
echo "打开守护之后,按Ctrl+Alt+D后即可安全关闭此窗口,开始安装/卸载/启动安卓应用"
|
||||||
|
sleep 3
|
||||||
|
uengine launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
|
||||||
|
screen -s ./run_daemon.sh
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,5 @@
|
||||||
|
#/bin/bash
|
||||||
|
|
||||||
|
XDG_CURRENT_DESKTOP="Deepin"
|
||||||
|
export LD_LIBRARY_PATH=/usr/share/uengine/lib64/
|
||||||
|
uengine session-manager -platformtheme=deepin
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue