Hi,
So I have a setup where my home directory is not in /home, but there’s a symlink from /home to it. This naturally clashes with snap. I tried binding the directory to /home, but because there’s a symlink already, I went with /home/username.bind, and set $HOME and $XAUTHORITY accordingly.
However, when trying to run the app, it’s still trying to use my home directory. Where’s that coming from?
cannot create user data directory: /home/r/snap/visualboyadvance-m/2: Not a directory
I also added the actual path to apparmor’s tunables’ home paths, and snap-confine, and ran apparmor_parser, but that didn’t seem to help.
How can I resolve the situation? Does it work if I change the bind mount to /home/r instead of /home/r.bind?