Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: AntonyZ0 on 20 June 2024, 00:02:42

Title: Genymotion not running
Post by: AntonyZ0 on 20 June 2024, 00:02:42
Hello, after app installation, i am taking this message:
Code: [Select]
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?
Title: Re: Genymotion not running
Post by: corysanin on 20 June 2024, 01:00:57
Looks like genymotion was compiled against systemd.

Is there any idea to bypass systemd?

Get it compiled not against systemd.
Title: Re: Genymotion not running
Post by: AntonyZ0 on 20 June 2024, 13:55:47
Can you help me with this? The AUR package is ready...Do I have to find the source code?
Title: Re: Genymotion not running
Post by: corysanin on 20 June 2024, 16:46:18
You would have to either build from source yourself or have the Genymotion devs build it to be compatible with Artix. Good luck.
Title: Re: Genymotion not running
Post by: gripped on 20 June 2024, 17:13:40
Can you help me with this? The AUR package is ready...Do I have to find the source code?
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.
Code: [Select]
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.