11-14-2020, 07:02 AM
(09-23-2020, 10:01 AM)paju1986 Wrote: I got it running!!! now to toy with it!! :)
I had to set up the env variable DISPLAY=:1 on the terminal and launch from it
Great job!
But would you mind, sharing the exact method you used to get it running? I'm struggling to reproduce your way.
What I tide:
Code:
sudo pacman -S anbox anbox-image
sudo systemctl start anbox-container-manager
env DISPLAY=:1 anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
however, I keep getting the mention error:
Code:
[ 2020-11-14 12:25:43] [daemon.cpp:61@Run] [org.freedesktop.DBus.Error.ServiceUnknown] The name org.anbox was not provided by any .service files
I'd really appreciate any tip/Help to resolve this error.