From: Erfan Abdi Date: Mon, 14 Jun 2021 08:52:09 +0000 (+0430) Subject: anbox: Workaround for qtmir desktop_file_hint check X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/70ace81286dbf2b82182997e6fb5ca4989760ecf anbox: Workaround for qtmir desktop_file_hint check --- diff --git a/scripts/vendor-fixup.sh b/scripts/vendor-fixup.sh index c15661e..d101d55 100644 --- a/scripts/vendor-fixup.sh +++ b/scripts/vendor-fixup.sh @@ -22,5 +22,6 @@ if [ -f /vendor/lib64/libladder.so ] && [ ! -f /home/anbox/tmp_vendor/lib64/libl wget https://github.com/GS290-dev/gigaset_gs290_dump/raw/full_k63v2_64_bsp-user-10-QP1A.190711.020-1597810494-release-keys/vendor/lib64/libladder.so cd ../../.. fi +sed -i "s/-service/-service --desktop_file_hint=unity8.desktop/" /home/anbox/tmp_vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc umount /home/anbox/tmp_vendor rm -rf /home/anbox/tmp_vendor