Closed D3vil0p3r closed 1 year ago
i am getting "distrobox is not installed" but is is installed
@gmankab maybe because the check could be done in a non standard binary folder.
@D3vil0p3r, how should i do it?
@D3vil0p3r, how should i do it?
Try to grep that error message on the source files for checking if there is a piece of code showing that information.
@D3vil0p3r, nothing helphul found
@D3vil0p3r, nothing helphul found
Try now, it should work.
The vanilla control center is going to be deprecated and Apx v2 manage the distrobox binary in a different way compared to the prior version.
The vanilla control center is going to be deprecated and Apx v2 manage the distrobox binary in a different way compared to the prior version.
When Apx v2 will be released?
Apx v2 will be released stable with the launch of Vanilla OS 2 Orchid.
I'm testing apx and vanilla-control-center on Arch Linux, and despite the building processes are fine, the
distrobox
binary that should be generated in/usr/lib/apx/
folder (as defined in https://github.com/Vanilla-OS/vanilla-control-center/blob/c057a87b9330353ca841a6d3f14869bc5fb1fafe/vanilla_control_center/backends/apx.py#LL63C13-L63C14) and that is needed for showing "Sub System" tab in Vanilla Control Center, is not created.In the following lines I will report the specific commands I run and the related output: APX Cloning
APX Build
Vanilla Control Center Cloning
Vanilla Control Center Building
When I run
vanilla-control-center
, I still get:It is due to the missing binary
/usr/lib/apx/distrobox
as called in https://github.com/Vanilla-OS/vanilla-control-center/blob/c057a87b9330353ca841a6d3f14869bc5fb1fafe/vanilla_control_center/backends/apx.py#LL63C13-L63C14. I think it should be fixed. My doubt is also: why Vanilla Control Center should expect a binary file from the lib folder/usr/lib
instead of the binary folders (i.e.,/usr/bin
or/bin
)?Just for test, I created the folder
/usr/lib/apx/
and copied there the/usr/bin/distrobox
binary, and Vanilla Control Center Sub System tab appears: