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?
/mnt
&/media
but not at snap startup). You're requesting access at startup where only $HOME is allowed; your issue is close to https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1832711 but I can confirm still exists in kinetic - but you cannot access/mnt
or/media
at startup. – guiverc Sep 08 '22 at 22:45