You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the default app for HTML file is chrome(my default browser), but it still use firefox to open my file.
$ xdg-open file:///home/steve/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/std/index.html
# firefox is launched
Notes
A similar issue(#2008) has been filed before, but seems the cause of that issue is the outdated version of opener. And I checked that rustup is using the latest version of opener now, which is 0.5.0.
Rustup version
rustup 1.25.1 (bb60b1e89 2022-07-12)info: This is the version for the rustup toolchain manager, not the rustc compiler.info: The currently active `rustc` version is `rustc 1.62.1 (e092d0b6b 2022-07-16)`
Problem
My default browser is chrome, and when I open a doc with
rustup doc
, it launches firefox.Some extra environment information
Steps
rustup doc --xx
Possible Solution(s)
This seems to be a bug of
xdg-open
As you can see, the default app for HTML file is chrome(my default browser), but it still use firefox to open my file.
Notes
A similar issue(#2008) has been filed before, but seems the cause of that issue is the outdated version of
opener
. And I checked thatrustup
is using the latest version ofopener
now, which is0.5.0
.Rustup version
Installed toolchains
The text was updated successfully, but these errors were encountered: