I installed nheko from extra:
nheko: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
I built a QT app:
QQmlApplicationEngine failed to load component
qrc:/main.qml:3:1: Cannot load library /usr/lib/qt6/qml/QtMultimedia/libquickmultimediaplugin.so: libsystemd.so.0: cannot open shared object file: No such file or directory
Not sure how that is happening, I have "galaxy/artix-archlinux-support" installed.
Before it was working, I just made a new installation.
I was building nheko that was not in the repo.
IIRC no libsystemd wrapper is used in Artix (and thus in ARMtix) for a few years already
I wonder why it complains about libsystemd.so.0 while Artix (x86) does not.
Even world/mpv:
mpv: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
Are you sure you install packages from ARMtix, not ALARM? Maybe you pulled some ALARM lib which requires libsystemd?
I always had extra repo as last.
I also have "alarm" and "aur" repos but no package from there is installed, not sure what they are.
[danctnix]
[system]
[world]
[galaxy]
[armtix]
[extra]
On old installation I do not have missing libsystemd.
paclist shows packages from a repo even if I have other repo version installed:
paclist danctnix
alsa-ucm-conf 1.2.9-1.2
...
libgpiod 1.6.4-1
libmm-glib 1.22.0-1
libpulse 16.1-7
...
I checked all libs problem was libpulse.
I need alsa-ucm-conf from danctnix to have sound on the PinePhone.
But again I have service root-ro command failed with exit code 32 (https://forum.artixlinux.org/index.php/topic,7016.0.html)
and segmentation fault in all QT apps (https://forum.artixlinux.org/index.php/topic,7060.0.html).
It seems that I need to use something else.