I installed firefox via snap install firefox
I went to my Downloads folder: cd ~/Downloads/ and executed:
firefox "www.duckduckgo.com"
firefox opens with the website duckduckgo.
Than I went to my nfs-share: cd /mnt/my-nfs-share/ and executed the same command:
firefox "www.duckduckgo.com"
I got following error:
cannot open path of the current working directory: Permission denied
If I install firefox via apt install firefox everything works as usually.
- I'm new to snaps (and kind a like them) but how can I give the correct permission to it and why do I need to this by myself?
- Is there a "bug" in the snap-configuration?