I installed Rust from the rustlang.org website. I tried to look at the Book:
rustup doc --book
This results in an "Access to the file was denied" error in Firefox.
I assumed this was a snap issue, and asked in their forum. Got crickets.
So, I'm asking here. Maybe someone has figured out how to make Firefox open /home/me/.rustup/whatever.
Here is the output of snap connections | grep personal-files:
personal-files firefox:dot-mozilla-firefox :personal-files -
Here is a screenshot of Firefox telling me it cannot access the file...
rustup docdoes not. That is my question. – ikmac Jul 20 '22 at 01:43snap connections | grep personal-filesis both correct and matches the default setting. Your Firefox snap DOES have permission to access hidden files in your /home dir. I think we need the complete, exact error message. – user535733 Jul 20 '22 at 03:09ls -laR /home/iain/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/? – Frankie0p Jul 20 '22 at 14:36