<?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[Where do I check default applications?]]></title><description><![CDATA[<p dir="auto">I'm running Opera on Kubuntu And I can't find where in the settings I set the default applications.</p>
<p dir="auto">For example, I use eve-ng on opera. Links that start with "capture://" correctly open on wireshark, but links with "telnet://" don't open correctly on a console terminal. I know there is a popup asking what application to use, but I need to know where in the settings I can config/edit this?</p>
]]></description><link>https://forums.opera.com/topic/57451/where-do-i-check-default-applications</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 08:10:01 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/57451.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Aug 2022 03:32:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Where do I check default applications? on Mon, 29 Aug 2022 12:07:49 GMT]]></title><description><![CDATA[<p dir="auto">On Linux Mint Cinnamon, I can do something like this:</p>
<p dir="auto">In a terminal:</p>
<pre><code>sudo apt install putty
</code></pre>
<p dir="auto">to install a program that can handle the telnet URL.</p>
<p dir="auto">Then, create the file <code>telnet.desktop</code> in "/home/yourusername/.local/share/applications" with the following content:</p>
<pre><code>[Desktop Entry]
Name=Telnet Handler
Exec=putty %u
Icon=telnet-icon
Type=Application
Terminal=false
MimeType=x-scheme-handler/telnet;
</code></pre>
<p dir="auto">Then, in a terminal again, run:</p>
<pre><code>xdg-mime default telnet.desktop x-scheme-handler/telnet
</code></pre>
<p dir="auto">Then, when clicking on a telnet URL in Opera, it'll ask you if you want to open it with xdg-open (or maybe kde-open for you) and when you do, it'll launch a putty terminal based on the telnet URL.</p>
<p dir="auto">To get it to launch with the telnet program instead, I'd probably have to set Exec to a bash script that parses the telnet URL and launches ```telnet "the site address" "port". The script would probably have some protections and error handling of the URL etc. too.</p>
<p dir="auto">Anyway, not complete, but perhaps something like that will work for you in KDE and get you started in the right direction if you can't find anything in the KDE settings.</p>
]]></description><link>https://forums.opera.com/post/288412</link><guid isPermaLink="true">https://forums.opera.com/post/288412</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Mon, 29 Aug 2022 12:07:49 GMT</pubDate></item><item><title><![CDATA[Reply to Where do I check default applications? on Mon, 29 Aug 2022 10:48:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/437118">@raphaelcravo</a> As far as I know, Opera gets it from the OS settings.</p>
]]></description><link>https://forums.opera.com/post/288398</link><guid isPermaLink="true">https://forums.opera.com/post/288398</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Mon, 29 Aug 2022 10:48:59 GMT</pubDate></item></channel></rss>