<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6613&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Firefox 'diversion' to 'firefox.real'?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6613</link>
		<description><![CDATA[The most recent posts in Firefox 'diversion' to 'firefox.real'?.]]></description>
		<lastBuildDate>Thu, 16 May 2024 19:06:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Firefox 'diversion' to 'firefox.real'?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49955#p49955</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>aluma wrote:</cite><blockquote><div><p>Daedalus, same thing ...</p></div></blockquote></div><p>I see.<br />Not a merge after-effect then.</p><p>Poked around some more and found <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033594" rel="nofollow">this</a>.</p><div class="quotebox"><blockquote><div><p>Debian Bug report logs - #1033594<br />The diversion of &quot;/usr/bin/firefox&quot; by &quot;firefox-esr&quot; package does not respect a previously added local diversion</p></div></blockquote></div><p>Looked some more and found a <a href="https://linux.die.net/man/8/dpkg-divert" rel="nofollow">definition/explanation</a> of <span class="bbc">diversion</span></p><div class="quotebox"><cite>linux.die.net wrote:</cite><blockquote><div><p>File diversions are a way of forcing dpkg(1) not to install a file into its location, but to a diverted location. Diversions can be used through the Debian package scripts to move a file away when it causes a conflict.</p></div></blockquote></div><p>Right ...<br />But <em>why</em> is this happening in my box? (and apparently in yours also ...)</p><p>Thanks for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 16 May 2024 19:06:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49955#p49955</guid>
		</item>
		<item>
			<title><![CDATA[Re: Firefox 'diversion' to 'firefox.real'?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49952#p49952</link>
			<description><![CDATA[<p>Daedalus, same thing, same teams.<br />No merger.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Thu, 16 May 2024 16:35:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49952#p49952</guid>
		</item>
		<item>
			<title><![CDATA[Firefox 'diversion' to 'firefox.real'?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49951#p49951</link>
			<description><![CDATA[<p>Hello:</p><p>Still on Devuan Beowulf with a backported kernel:</p><div class="codebox"><pre><code>~$ uname -a
Linux devuan 5.10.0-0.deb10.16-amd64 #1 SMP Debian 5.10.127-2~bpo10+1 (2022-07-28) x86_64 GNU/Linux
~$ </code></pre></div><p>During my weekly update, <span class="bbc">apt</span> offered to upgrade Firefox to <span class="bbc">115.11.0esr</span>.<br />I went ahead and in the process the output read:</p><div class="codebox"><pre><code>--- snip ---
Preparing to unpack .../firefox-esr_115.11.0esr-1~deb10u1_amd64.deb ...
Leaving &#039;diversion of /usr/bin/firefox to /usr/bin/firefox.real by firefox-esr&#039;               ### &lt;---
Unpacking firefox-esr (115.11.0esr-1~deb10u1) over (115.10.0esr-1~deb10u1) ...
Setting up firefox-esr (115.11.0esr-1~deb10u1) ...
--- snip ----</code></pre></div><p>I do not recall seeing this <span class="bbc">Leaving &#039;diversion ... </span>&#160; line ever before.</p><p>Looked at <span class="bbc">/usr/bin</span> and got two instances of <span class="bbc">firefox</span>:</p><div class="codebox"><pre><code>~$ ls /usr/bin | grep firefox
firefox
firefox-esr
~$</code></pre></div><p>Checked with <span class="bbc">apt</span> and found <em>one</em> instance of <span class="bbc">firefox</span>:</p><div class="codebox"><pre><code>~$ apt list | grep installed | grep firefox
--- snip ---
firefox-esr/oldoldstable-security,now 115.11.0esr-1~deb10u1 amd64 [installed]
webext-ublock-origin-firefox/oldoldstable,oldoldstable,now 1.42.0+dfsg-1~deb10u1 all [installed]
~$</code></pre></div><p><span class="bbc">mc</span> shows them as <span class="bbc">*firefox</span> and <span class="bbc">@firefox-esr</span>.</p><div class="codebox"><pre><code>~$ cat /usr/bin/firefox
#!/bin/sh

FIREFOX=&quot;$(command -v firefox)&quot;
[ -x &quot;$FIREFOX.real&quot; ] &amp;&amp; exec &quot;$FIREFOX.real&quot; &quot;$@&quot;

exec firefox-esr &quot;$@&quot;
~$ </code></pre></div><p>So <span class="bbc">/usr/bin/firefox-esr</span> is a symbolic link to <span class="bbc">/lib/firefox-esr/firefox-esr</span>.</p><p>Is all this related to the &#039;merge&#039;?</p><p>Is there anything I have to do or does it stay like that?</p><p>Thanks in advance.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 16 May 2024 10:22:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49951#p49951</guid>
		</item>
	</channel>
</rss>
