<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Operamail launches the wrong browser.  How to fix?]]></title><description><![CDATA[<p dir="auto">I've gone into Control Panel, Default Programs in Win7 and changed all the browser related extensions to point to the right one.  That one is also the default browser.  Yet still it opens the wrong one.  Is there some place I can control this?  Can I do it in the old Opera 12 browser somewhere or do I need to edit an ini file?</p>
]]></description><link>https://forums.opera.com/topic/37839/operamail-launches-the-wrong-browser-how-to-fix</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 01:06:38 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/37839.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Jan 2020 20:35:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Operamail launches the wrong browser.  How to fix? on Thu, 23 Jan 2020 10:58:33 GMT]]></title><description><![CDATA[<p dir="auto">Opera 12 uses handlers.ini in the profile directory. You'd add these entries to it:</p>
<pre><code>[https]
Type=Protocol
Handler=C:\Program Files\Mozilla Firefox\firefox.exe
Webhandler
Description
Flags=4

[http]
Type=Protocol
Handler=C:\Program Files\Mozilla Firefox\firefox.exe
Webhandler
Description
Flags=4
</code></pre>
<p dir="auto">for example.</p>
<p dir="auto">In operaprefs.ini, you'd have:</p>
<pre><code>[File Types Section Info]
Version=3

[Trusted Protocols Section Info]
Version=1
</code></pre>
<p dir="auto">However, if you try duplicating that for the standalone Opera Mail, it won't work as it doesn't make use of handlers.ini.</p>
<p dir="auto">And, if you try adding:</p>
<pre><code>[Trusted Protocols]
http="0,0,"C:\Program Files\Mozilla Firefox\firefox.exe""
https="0,0,"C:\Program Files\Mozilla Firefox\firefox.exe""
</code></pre>
<p dir="auto">to operaprefs.ini like Opera did back in the day before things were moved to handlers.ini, it still won't work.</p>
<p dir="auto">So, in short, you have to fix the http and https associations on Windows (in the registry if needed) so that Opera Mail is happy.</p>
]]></description><link>https://forums.opera.com/post/196457</link><guid isPermaLink="true">https://forums.opera.com/post/196457</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 23 Jan 2020 10:58:33 GMT</pubDate></item><item><title><![CDATA[Reply to Operamail launches the wrong browser.  How to fix? on Thu, 23 Jan 2020 10:29:47 GMT]]></title><description><![CDATA[<p dir="auto">Open a command prompt and do:</p>
<pre><code>start "test" "http://example.com"
</code></pre>
<p dir="auto">Then, try:</p>
<pre><code>start "test" "https://example.com"
</code></pre>
<p dir="auto">Do those open in the correct browser? If not, then that's why it's not working correctly in Opera Mail.</p>
]]></description><link>https://forums.opera.com/post/196451</link><guid isPermaLink="true">https://forums.opera.com/post/196451</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 23 Jan 2020 10:29:47 GMT</pubDate></item></channel></rss>