Added Arc Browser Support (#32782)#34505
Conversation
* [Workspaces] re-implementing hotkey handling * [Workspaces] fix interop reference * Reimplement message sending * cleanup * Do not recreate event * bring back minimized logic --------- Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
@TheRedDeveloper |
|
@htcfreek I fixed it and did all the things you told me to do. It's still not building for me. |
@TheRedDeveloper |
|
It appears to me like this shouldn't work, because it somehow runs |
|
I fixed this for me by creating this .bat and changing the opening command for Arc in the registry to it. @echo off
setlocal enabledelayedexpansion
set "input=%*"
if "%input:~0,1%"=="?" (
set "search=%input:~2%"
if /i "!search:~0,4!"=="http" (
set "url=!search!"
) else (
set "url=https://www.google.com/search?q=!search: =+!"
)
) else (
set "url=%input%"
)
C:\Windows\System32\rundll32.exe url.dll,FileProtocolHandler !url!
endlocal |
|
To fix this you'd need to change fundamentally how the code works, so nope. |
Arc.exe doesn't take parameters. You have to call url.dll instead.
I was unable to test this code, as I've tried for 4 hours now to get PowerToys Run working at all.
You know something is wrong, when the "stable" branch doesn't even build when following the Dev Documentation.
Eighter it's a "my machine" problem or everything is just broken right now.
Anyway, this small change will eliminate the problem (#32782), if I could even get to it.
Feel free to change whatever, I just want it to work with Arc.