I use several symlinks in my root directory usually pointing somewhere into /home directory. I can keep projects organized in directories, but I still have quick (terminal) access to them.
e.g.:
/g -> /home/z/projects/kotlin/TheGame
But for snap applications, these symlinks are not visible.
Does exist any way how to globally add such symlinks (/bind mounts/another solution) to snap applications?
Thanks
cd /g
is shortercd /home/z/g
andcd ~/g
does not work under root user. When I have "/g/image.png" in clipboard, I cannot open such image in snap gimp for example and I have to retype the path. – ybznek Sep 11 '21 at 08:38