It also doesn't work when user home is a symlink (and /home "normal" directory) :
marcin@ubuntu:~$ sudo rm -R /home && sudo mkdir -p /home/ marcin@ubuntu:~$ sudo ln -s /media/Dane/.home/marcin/ /home/marcin marcin@ubuntu:~$ hello-world failed to create user data directory. errmsg: Too many levels of symbolic links marcin@ubuntu:~$
It also doesn't work when user home is a symlink (and /home "normal" directory) :
marcin@ubuntu:~$ sudo rm -R /home && sudo mkdir -p /home/ Dane/.home/ marcin/ /home/marcin
marcin@ubuntu:~$ sudo ln -s /media/
marcin@ubuntu:~$ hello-world
failed to create user data directory. errmsg: Too many levels of symbolic links
marcin@ubuntu:~$