Vanilla-OS / vanilla-control-center

This utility allows you to manage Vanilla OS components
GNU General Public License v3.0
26 stars 16 forks source link

Fixed right distrobox path #165

Closed D3vil0p3r closed 1 year ago

D3vil0p3r commented 1 year ago

__dbox_binary was pointing to an old and non-existing path /usr/lib/apx/distrobox because on new version of vanilla control center and apx, the distrobox binaries are generated and stored in /usr/share/apx/ folder. It fixes the issue https://github.com/Vanilla-OS/vanilla-control-center/issues/164

PS: Not clear why the installation of apx creates an empty bin folder in /usr/share/apx and the distrobox binaries are put on /usr/share/apx instead of bin folder. If they should go in bin folder, then, the change on the folder changed in this PR must be edited to /usr/share/apx/bin.