TheRedDeveloper / ArcRunner

BROKEN · Arc.exe accepts no arguments. ArcRunner is a simple program to run Arc with arguments for PowerToys Run.
MIT License
3 stars 0 forks source link

Replaces Arc Search with Microsoft edge #1

Open Arcatis opened 2 months ago

Arcatis commented 2 months ago

After finishing the instructions on windows 10, using command prompt and not powershell, it only uses Microsoft Edge .

TheRedDeveloper commented 2 months ago

For me too no idea why. There is nothing in the PowerToys project that has changed, so it must be windows or something, because I can not explain why it doesn't work. The exe and everything is fine, it was working a few days ago.

TheRedDeveloper commented 2 months ago

I changed the README to reflect the issue and will have to look further into this if I have time.

alhardy23 commented 2 weeks ago

Hi @TheRedDeveloper, have you made any headway on this fix? Hopefully a quick fix!

TheRedDeveloper commented 2 weeks ago

@alhardy23 I've given up. It doesn't call the default browser exe anymore.

Cekavis commented 1 week ago

Thanks for the awesome work!

I have a solution with the Web Search Shortcut plugin. It allows setting a BrowserPath as said in this issue. Now one can set it to the path of ArcRunner.exe. However, the plugin calls the executable with arguments --single-argument <url>. Adding a parsing logic in ArcRunner will finally fix this problem.