Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Describe the bug
Seems $HOME/.local/share/containers/storage/volumes fails to be created due to /home being a symlink (which is common practice in Fedora Atomic systems, like silverblue)
Given users were able to solve this by following this workaround from reddit, I suspect there is an issue in the logic when handling /home being a symlink of /var/home
To Reproduce
Fresh bazzite install (from reports of users), using topgrade update (which calls distrobox update) or boxbuddy creating container.
Expected behavior
Directory should be created regardless of /home being a symlink.
Describe the bug Seems $HOME/.local/share/containers/storage/volumes fails to be created due to /home being a symlink (which is common practice in Fedora Atomic systems, like silverblue)
Given users were able to solve this by following this workaround from reddit, I suspect there is an issue in the logic when handling /home being a symlink of /var/home
To Reproduce Fresh bazzite install (from reports of users), using topgrade update (which calls distrobox update) or boxbuddy creating container.
Expected behavior Directory should be created regardless of /home being a symlink.