I'm building successful Vanilla Control Center and APX on Arch Linux. When I run vanilla-control-center, the Sub System tab is empty:
On the terminal I get the message:
ERROR:Vanilla::Apx:Unable to get containers
It occurs because. when vanilla-control-center is built and installed, it generates correctly the file /usr/lib/apx/distrobox binary, but, since that error is spawned by the /usr/lib/apx/distrobox list command, if I try to run it, it returns:
/usr/lib/apx/distrobox: line 68: /usr/lib/apx/distrobox-list: No such file or directory
So, for allowing it working, in /usr/lib/apx/ folder, the vanilla-control-center building process should create also the following binary in that folder:
Or better... These files are created already by apx building process but on /usr/share/apx/bin, so it must be the right path that must replace /usr/lib/apx references.
I'm building successful Vanilla Control Center and APX on Arch Linux. When I run
vanilla-control-center
, the Sub System tab is empty:On the terminal I get the message:
It occurs because. when
vanilla-control-center
is built and installed, it generates correctly the file/usr/lib/apx/distrobox
binary, but, since that error is spawned by the/usr/lib/apx/distrobox list
command, if I try to run it, it returns:So, for allowing it working, in
/usr/lib/apx/
folder, thevanilla-control-center
building process should create also the following binary in that folder:Or better... These files are created already by
apx
building process but on/usr/share/apx/bin
, so it must be the right path that must replace/usr/lib/apx
references.