MarcGuiselin / wedge

A Simple, Open-Source Edge Redirector
GNU General Public License v3.0
72 stars 2 forks source link

Widget links open with Edge #8

Open 1111Al opened 1 month ago

1111Al commented 1 month ago

There is always the microsoft-edge:// URI scheme interception code from widgets, which always try to open with Edge. In my case it doesn't open anything, 'cause I totally disabled Edge. You can't change that setting to default browser. Senza titolo

MarcGuiselin commented 1 month ago

In order for Wedge to work, you need to have Edge installed. Wedge will automatically intercept microsoft-edge:// uris and forward them to your default browser without you needing to do anything. You don't need to change the settings in the screenshot you shared.

I'd recommend against uninstalling Edge since it's a system dependency and is required for apps that have web embeds. If you used a tool to uninstall Edge, it should be possible to undo using the same tool. Then you should restart your pc and re-install Wedge. Everything should then work as intended.

If you want to keep edge uninstalled you will need to create a shim. Make sure you are able to see file extensions (guide on how to do this). Create a txt file (right click mouse in file explorer, New > Text document). Rename it to msedge.exe and place it in C:\Program Files (x86)\Microsoft\Edge\Application\. Then reinstall Wedge. I haven't tried this myself, but it should work.

Let me know if you have any success solving the issue by following either option.

rcmaehl commented 1 month ago

In order for Wedge to work, you need to have Edge installed. Wedge will automatically intercept microsoft-edge:// uris and forward them to your default browser without you needing to do anything. You don't need to change the settings in the screenshot you shared.

I'd recommend against uninstalling Edge since it's a system dependency and is required for apps that have web embeds. If you used a tool to uninstall Edge, it should be possible to undo using the same tool. Then you should restart your pc and re-install Wedge. Everything should then work as intended.

If you want to keep edge uninstalled you will need to create a shim. Make sure you are able to see file extensions (guide on how to do this). Create a txt file (right click mouse in file explorer, New > Text document). Rename it to msedge.exe and place it in C:\Program Files (x86)\Microsoft\Edge\Application\. Then reinstall Wedge. I haven't tried this myself, but it should work.

Let me know if you have any success solving the issue by following either option.

I don't believe this works as I last I checked the file signature is verified which is why Aveyo and I use IE_to_Edge_stub

1111Al commented 1 month ago

I haven't completely uninstalled Edge. I've worked selectively and manually on processes, services and registry keys aimed at its total deactivation. I also deleted some of its large folders that were needlessly taking up space on my SSD. Furthermore, processes related to the Edge core, such as search from the start menu, webview and other still work perfectly. Thay's why I wrote about selective deactivation. It took some time and work, but now I'm satisfied on the result. About for the problem with Wedge and that protocol, I don't know if it's tha the cause,, because I had it even before proceeding with the total deactivation of Edge.