On windows 10, urls in renoise do not open with my default browser. It uses IE instead.
On windows 10, urls in renoise do not open with my default browser. It uses IE instead.
What if you right click a url shortcut (maybe save one to your desktop), choose the ‘open with…’ option where you can choose a program and make sure ‘always open with…’ toggle is checked when you select your default browser. I don’t think this is something Renoise manages(?).
Yay, there are several ways to set and check for the default browser. We’re using a quite old method for the sake of compatibility with older versions of Windows by checking: HKEY_CLASSES_ROOT\http\shell\open\command (see also https://support.microsoft.com/en-us/kb/224816). Could do something more fancy in future, but for now try the “open with…” trick from djorek please to set the default browser again…
Url shortcuts on my desktop does open correctly with chrome.
@taktik: Right click “open with…” doesn’t work for menu items and buttons in renoise. Maybe its possible to check other registry keys for better windows 10 support:http://stackoverflow.com/a/32355457or use a default api call to open urls on windows:http://stackoverflow.com/a/737406