89luca89 / distrobox

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
https://distrobox.it/
GNU General Public License v3.0
10.18k stars 419 forks source link

[Error] Error creating $HOME/.local/share/containers/storage/volumes on symlinked /home systems #1533

Closed Zeglius closed 3 months ago

Zeglius commented 3 months ago

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)

Screenshot_from_2024-08-16_23-31-02

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.

Zeglius commented 3 months ago

Closing this, seems upstream issue