Hello, after app installation, i am taking this message:
genymotion: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
I am running the runit init service
Is there any idea to bypass systemd?
Looks like genymotion was compiled against systemd.
Get it compiled not against systemd.
Can you help me with this? The AUR package is ready...Do I have to find the source code?
You would have to either build from source yourself or have the Genymotion devs build it to be compatible with Artix. Good luck.
The AUR package just downloads a binary archive. The Genymotion binary is linked to libsystemd.so.0
The archive also contains libsystemd.so.0 which it places at /opt/genymotion/libsystemd.so.0
But the Genymotion binary will not use that libsystemd unless you explicitly tell it to.
LD_LIBRARY_PATH=/opt/genymotion /opt/genymotion/genymotion
If you are a no systemd purist you just can't use Genymotion.
If you don't care that's one way you can do it.
I used to use Genymotion to play Golf Clash until the Golf Clash apk stopped working with Genymotion.