Seeker14491 / opener

Open a file or link in the system default program.
Apache License 2.0
54 stars 11 forks source link

Arc Browser not opening. #33

Closed V0idLord closed 1 week ago

V0idLord commented 2 weeks ago

I have an issue with opening rustup doc --book with the Arc Browser, I get no errors, but the browser just doesn't open. I opened a issue on Rust with the link bellow, but they directed me here. Any idea why this happens? setting edge as default browser solves the issue, but I usually use Arc for everything. Thanks and sorry if the problem is not on your end. image

https://github.com/rust-lang/rustup/issues/3992#issue-2469095999

Seeker14491 commented 1 week ago

Are you on native Windows or WSL?

V0idLord commented 1 week ago

Are you on native Windows or WSL?

Native Windows

Seeker14491 commented 1 week ago

It's an Arc Browser bug:

https://www.reddit.com/r/ArcBrowser/comments/1c16ls9/i_set_arc_browser_as_my_windows_default_browser/ https://www.reddit.com/r/ArcBrowser/comments/1f4jjxw/arc_doesnt_respond_to_shell_or_console_commands/

On Windows we're just using the standard ShellExecuteW() Windows API function, but Arc Browser isn't responding to it for some reason.