-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerToys cannot use BrowseRouter to execute a web search. #55
Comments
Hi, thanks for the report. Can you please provide BrowseRouter logs? You can find them in [log]
enabled = true The log contains URLs you have visited. Please take care to remove anything from the file you won't want seen publicly. |
There are no logs from the attempt to execute a search. I expect it is purely an issue PowerToys would resolve (I just wanted to link their their issue) |
It turns out the error is resolved after implementing the missing quotes as mentioned in #63 (As of 2024-12-08 there was a bug in the location of the quotes that will likely be fixed separately) The error was caused by quotes missing in the registry, however, It appears the browsers accept multiple arguments by default and browser router breaks this behavior for the following feature: Could we add something like (brainstorming here) I got Then we would put that argument in the registry so that apps calling BrowseRouter aren't inadvertently launching multiple tabs when trying to execute a single multiword query. |
Hi @mudnug . I could add a pass through flag, but how would BrowseRouter know which browser to open? Most web searches can be done by passing a query parameter e.g. Could you teach me how you are using PowerToys, so I could understand the pain point? Thanks. |
This issue is with PowerToys Run. I have stopped using PowerToys Run and installed Flow Launcher, which doesn't have this issue and can call BrowseRouter in a way that web searches work. I don't have a complete answer for you as I don't fully understand what causes the issue, but RaSan147 indicated PowerToys Run also has an issue calling Opera GX. |
Thanks for the update. I will close this issue. Feel free to reach out again if I can be of assistance. |
Wanted to let the community know that PowerToys can't always launch BrowseRouter correctly: microsoft/PowerToys#36083
The text was updated successfully, but these errors were encountered: