When I run rustup doc --book
I get this:
Access to the file was denied.
The file at file:///home/ken/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/index.html is not readable. It may have been removed, moved or file permissions may be preventing access.
I've reinstalled, I've tried using chmod -R 777
on the directory. What else is there to try? The files are there.
getfacl
on the file and all parent folders. Check ifxdg-open file:///home/ken/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/index.html
works. – Theirsxdg-open
with some other HTML file on your system? And can you tryxdg-mime query default text/html
? – Theirsxdg-mime query filetype index.html
andxdg-mime query default $(xdg-mime query filetype index.html)
? – Theirstext/html
, the second:firefox_firefox.desktop
. again these are not on files in the Rust book dir. I had installed Rust via apt and then uninstalled, then reinstalled with the .sh script on the website. Baffling problem – Brianna