<?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[Strawberry &amp; Easytag]]></title><description><![CDATA[<p dir="auto">Hi all, First off, I'm running Debian 12.6 "Bookworm" KDE DE.</p>
<p dir="auto">In Strawberry, every time I select 'Show in file browser' in the context menu it opens up Easytag instead of the Dolphin file manager!</p>
<p dir="auto">Any reason why that would be?</p>
<p dir="auto">Thanks in advance!</p>
]]></description><link>https://forum.strawberrymusicplayer.org/topic/2440/strawberry-easytag</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 09:10:46 GMT</lastBuildDate><atom:link href="https://forum.strawberrymusicplayer.org/topic/2440.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Sep 2024 16:10:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Strawberry &amp; Easytag on Tue, 03 Sep 2024 02:02:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/2746">@ashley194</a> said in <a href="/post/4885">Strawberry &amp; Easytag</a>:</p>
<blockquote>
<p dir="auto">a day ago</p>
<p dir="auto">Hi all, First off, I'm running Debian 12.6 "Bookworm" KDE DE.</p>
<p dir="auto">In Strawberry, every time I select 'Show in file browser' in the context menu it opens up Easytag instead of the Dolphin file manager!</p>
</blockquote>
<p dir="auto">Open a <strong>terminal</strong>.<br />
<em>Execute</em></p>
<pre><code>xdg-open .
</code></pre>
<p dir="auto"><em>to see if it opens Dolphin</em>. If not, you might need to fix the <strong>association</strong>. Sometimes <strong>xdg-open might be pointing to the wrong application</strong>. If xdg-open is opening files with the wrong application, you can fix this by <strong>adjusting your MIME type associations</strong> or setting the correct <strong>default application</strong> for handling specific types of files.</p>
<p dir="auto">EXAMPLES</p>
<p dir="auto">For Directories (typically handled by file managers like Dolphin):</p>
<pre><code>xdg-mime default dolphin.desktop inode/directory
</code></pre>
<p dir="auto">or, i.e. For Text Files:</p>
<pre><code>xdg-mime default kate.desktop text/plain
</code></pre>
<p dir="auto">or, For PDF Files:</p>
<pre><code>xdg-mime default okular.desktop application/pdf
</code></pre>
<p dir="auto">the query mistekko sent is very useful to debug which default application is set for opening folders, which is the case. The first command I sent is useful to actually test if the problem lies in Strawberry or system-wide.</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/4896</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/4896</guid><dc:creator><![CDATA[Gustavo L Conte]]></dc:creator><pubDate>Tue, 03 Sep 2024 02:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to Strawberry &amp; Easytag on Tue, 03 Sep 2024 00:46:32 GMT]]></title><description><![CDATA[<p dir="auto">Well that's certainly a bit odd.</p>
<p dir="auto">Try running:</p>
<pre><code>xdg-mime query default inode/directory
</code></pre>
<p dir="auto">If I understand the code correctly (I've much experience neither in C++ nor Qt), this is the command Strawberry uses to find your default file manager.</p>
<p dir="auto">If it's something other than Dolphin, just go to Default Applications in KDE settings and change <strong>Utilities</strong>/File Manager to Dolphin.</p>
<p dir="auto">See if that works!</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/4895</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/4895</guid><dc:creator><![CDATA[mistekko]]></dc:creator><pubDate>Tue, 03 Sep 2024 00:46:32 GMT</pubDate></item></channel></rss>