<?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=7821&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Inability to install printer]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7821</link>
		<description><![CDATA[The most recent posts in [SOLVED] Inability to install printer.]]></description>
		<lastBuildDate>Fri, 27 Feb 2026 13:37:36 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62512#p62512</link>
			<description><![CDATA[<p>Hi Steve_v.</p><p>Thanks for chiming in. Yes, I&#039;ve made too many mistakes, some of them quite clumsy. But I&#039;m grateful to everyone who&#039;s participated in this thread. And my personal conclusion is that I need to learn a lot. Little by little, I&#039;m doing it. I&#039;ve read a lot this past week. I appreciate everyone&#039;s patience with me.</p><p>Well, the first thing I did was make sure I chose the correct package, just as you warned me. So I selected epsonscan2-bundle-6.7.84.0.x86_64.deb.tar.gz instead of epsonscan2-bundle-6.7.87.0.x86_64.deb.tar.gz. This was crucial.</p><p>So I ran the command `tar zxf epsonscan2-bundle-6.7.84.0.x86_64.deb.tar.gz` and the terminal output was:</p><p>`tar (child): epsonscan2-bundle-6.7.84.0.x86_64.deb.tar.gz: Cannot open: No such file or directory`<br />`tar (child): Error is not recoverable: exiting now`<br />`tar: Child returned status 2`<br />`tar: Error is not recoverable: exiting now`</p><p>I continued. I ran the command `cd epsonscan2-bundle-6.7.84.0.x86_64.deb/`, and I was finally able to navigate to the correct package. So I was finally able to run the command `./install.sh` on the correct package. I did it, and the correct package was successfully installed!</p><p>`` I opened Xsane and it opened! And I was able to scan!</p><p>So I&#039;m going to mark this thread as &quot;SOLVED&quot;.</p><p>I&#039;m very grateful to all the participants and everyone who read this thread. The most important takeaway is the importance of reading, reading, and reading to learn, and of helping those who need it, as you all have been to me. Thank you for your patience and help.</p><p>I apologize and send a hug to everyone.</p>]]></description>
			<author><![CDATA[dummy@example.com (Atlante)]]></author>
			<pubDate>Fri, 27 Feb 2026 13:37:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62512#p62512</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62501#p62501</link>
			<description><![CDATA[<p>There&#039;s so much wrong here I&#039;m not even sure where to start.</p><p>1) epsonscan2-6.7.87.0-1.src.tar.gz is the source code, unless you feel like building the scanner tool from source yourself, you almost certainly want epsonscan2-bundle-6.7.87.0.x86_64.deb.tar.gz (from the &quot;drivers&quot; section of the download page) instead.</p><p>2) You can&#039;t just stuff a &#039;cd&#039; command, a directory name, a file name, and a script with relative path into one line and expect it to work.<br />&#039;cd&#039; takes exactly one argument (the target directory), you provided three.</p><p>3) Adding more random stuff to a syntactically incorrect command-line won&#039;t make it more right.</p><p>4) Nor will changing the order of said random stuff.</p><p>* Get the right file.<br />* Unpack the archive </p><div class="codebox"><pre><code>tar zxf epsonscan2-bundle-6.7.87.0.x86_64.deb.tar.gz</code></pre></div><p>* Change into the directory created above (use tab-complete if you value your sanity) </p><div class="codebox"><pre><code>cd epsonscan2-bundle-6.7.87.0.x86_64.deb/</code></pre></div><p>* Run the installer script </p><div class="codebox"><pre><code>./install.sh</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Fri, 27 Feb 2026 00:35:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62501#p62501</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62498#p62498</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>you need to &quot;cd&quot; into the right directory,<br />and there you can &quot;./install.sh&quot; or &quot;sh ./install.sh&quot; , sorry if am not precise enouugh,<br />if you get permission denied, most probably you need to add &quot;sudo&quot; to the command. first you untar, then enter or &quot;cd&quot; into proper directory, then sudo+command should do the install for you.<br />but my memory told me, it function without sudo, but maybe was wrong.</p></div></blockquote></div><p>Thanks, Kapqa</p><p>Here are the steps I took:</p><p>1) I ran the command `tar -xzvf /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz` and a process started in the terminal, opening the compressed tar.gz package.</p><p>2) I ran the command `cd Downloads /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz ./install.sh` and the result was &quot;Permission denied&quot;, both as the sudo user and as the root user.</p><p>3) I added `sudo` to `./install.sh` and it looked like this: `Downloads (in blue) /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz sudo ./install.sh` and the result was &quot;Permission denied&quot;.</p><p>4) I changed the position of sudo and ran: Downloads (in blue letters) sudo ./install.sh/home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz and the result was “Command not found”</p>]]></description>
			<author><![CDATA[dummy@example.com (Atlante)]]></author>
			<pubDate>Fri, 27 Feb 2026 00:10:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62498#p62498</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62496#p62496</link>
			<description><![CDATA[<p>you need to &quot;cd&quot; into the right directory,<br />and there you can &quot;./install.sh&quot; or &quot;<del>sh ./install.sh</del>&quot; , sorry if am not precise enouugh,<br />if you get permission denied, most probably you need to add &quot;sudo&quot; to the command. first you untar, then enter or &quot;cd&quot; into proper directory, then sudo+command should do the install for you.<br />but my memory told me, it function without sudo, but maybe was wrong.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 26 Feb 2026 21:48:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62496#p62496</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62493#p62493</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Perhaps you need to install sane-airscan.</p></div></blockquote></div><p>Thanks, Ralph.ronnquist, but I already have the sane-airscan package installed.</p><div class="quotebox"><blockquote><div><p>don§t kknow why you would need alien;</p><p>you can just extract the tar.gz. file and go into directory and still like &quot;./install.sh&quot; it will ask probably for user password.<br />that should do it.</p></div></blockquote></div><p>Okay, Kapqa, I opened the scanner tool&#039;s tar.gz package with the command `tar -xzvf (filename) tar.gz`, and it opened in the terminal. Then I ran the command `./install.sh`, and the terminal output was:</p><p>“No such file or directory.”</p><p>I understand that running the `tar -xzvf` command creates a container folder (I have the file in my Downloads folder). Therefore, I ran the command `cd Downloads`. Next, I copy the file path, and it looks like this:</p><p>cd Downloads /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz</p><p>If I add ./install.sh to that, it becomes:</p><p>cd Downloads /home/atlante/Downloads/epsonscan2-6.7.87.0-1.src.tar.gz ./install.sh . Running this in the terminal, the result is:</p><p>“Permission denied.”</p><p>I tried logging in as the root user, and the result was the same.</p>]]></description>
			<author><![CDATA[dummy@example.com (Atlante)]]></author>
			<pubDate>Thu, 26 Feb 2026 20:16:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62493#p62493</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62478#p62478</link>
			<description><![CDATA[<p>don§t kknow why you would need alien;</p><p>you can just extract the tar.gz. file and go into directory and still like &quot;./install.sh&quot; it will ask probably for user password.<br />that should do it.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 26 Feb 2026 09:56:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62478#p62478</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62470#p62470</link>
			<description><![CDATA[<p>Perhaps you need to install <span class="bbc">sane-airscan</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 26 Feb 2026 02:31:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62470#p62470</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62463#p62463</link>
			<description><![CDATA[<p>Well, I have some good news: I was able to print! Yes! You read that right!</p><p>Today something changed when I logged into CUPS (I should clarify that I had no choice but to cheat the login process, since it keeps asking for my password. I changed the root user password to something else, clicked &quot;Login,&quot; and when the second pop-up window appeared with the options &quot;Update Password&quot; and &quot;Don&#039;t Update,&quot; I clicked the latter and was able to log in with my saved root user password, as it should be). I had previously removed the printer. When I entered my printer&#039;s location, CUPS took me to a list of brands. I clicked &quot;Epson,&quot; and instead of the two options that appeared before, now a long list of printer models appeared. I selected mine and got &quot;Printer Added.&quot; I went to the CUPS graphical wizard in Print Settings, clicked &quot;Print a Test Page&quot;... and it printed! It printed successfully!</p><p>Excited, I opened Xsane... and the message &quot;No devices available&quot; appeared.</p><p>I think it&#039;s a driver issue. The .deb drivers for the printing tool were already installed before I added the printer. However, the scanner tool drivers, which are tar.gz packages, were not. I also tried installing the Simple Scan tool, but it returned the &quot;No devices connected&quot; message.</p><p>So, at least I got the printing tool working again.</p><p>Thank you, Kapqa, for providing the .deb packages for the printing tool. The scanner tool packages are src.tar.gz, and I haven&#039;t been able to extract them with Alien. I realize how important it is to back up drivers.</p><p>At the Consumer Protection Office in my city, I filed my complaint and got a number. I&#039;m on a loooong waiting list, and they&#039;ll confirm my mediation hearing by phone.</p><p>I can print now. I have good news for you all today. I&#039;m halfway there. I just need the scanner.</p>]]></description>
			<author><![CDATA[dummy@example.com (Atlante)]]></author>
			<pubDate>Wed, 25 Feb 2026 23:31:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62463#p62463</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62430#p62430</link>
			<description><![CDATA[<p>@Atalnte: you should have installed the package <span class="bbc">printer-driver-escpr</span> and not confused yourself and your system with dowwnloaded drivers. You will still need to go through the printer setup after installing the package.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 24 Feb 2026 02:54:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62430#p62430</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62429#p62429</link>
			<description><![CDATA[<p>yes, you need different versions of the driver for differnt versons of the linux operationg system.</p><p>have been using now again epson since the first release of ET and have used most often the driver package directly from epson homepage</p><p>thy have been difficult to install for some time on Debian Linux since for some reason they decided to deprecate &quot;lsb&quot; package<br />(no such issue on previous ubuntu linux) </p><p>now with recent driver packages a trick that oi have been using to install lsb-package on debian/devuan is no longer needed.</p><p>basically epson provided from the start packages for linux on amd64 and armhf, and now also on arm64;<br />they are hardly at fault. (imho))</p><p>however, with recent linux there is also &quot;pòush&quot; for &quot;driverless&quot; printing.</p><p>have found that this can make it hard to use &quot;usb&quot; connection properly with said epson printer - cannot talk fron experience for other printer company well.</p><p>you will need the appropriate package and it makes a difference (from my experience) if you use linux mint 20 or 21 or 22 for the like, beccause those packages have changed.</p><p>this is the site i normally go to for downloading the packages</p><p><a href="https://epson.com/Support/wa00821" rel="nofollow">https://epson.com/Support/wa00821</a></p><p>the site has been changed lately so it is become bit more difficult to download the driver, especilayy since there seem error involved with firefox browser (at least when using linux)</p><p>there used to be asection below the drivers where one could download &quot;old packages&quot; for previous versions of linux (eg. like debian wheezy, jessie etc)</p><p>this section is no longer visible .</p><p>you might checck with Epson directly if you need an older version of the driver - personally i have not made an archive of those (probably should have)</p><p>however, it is possible to use the driver from epson correcctly but it can be involved process; </p><p>sometimes you need to manually insert things (at least i had to) - and for this to my understanding the &quot;blame&quot; lies entirely with CUPS software or debian handling of it&#160; (especially more difficult on debian 13/devuan 6)- but i am not knowledgeable enough to entirely understand the whole operation that is involved.</p><p>and yes, you should state which operating system you use to begin with.</p><p>què tengais suerte.</p><p>EDIT: have seen that today the download center is not providing results.<br />maybe there is error with database<br /><a href="https://download-center.epson.com/search/?region=IT&amp;language=en" rel="nofollow">https://download-center.epson.com/searc … anguage=en</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Tue, 24 Feb 2026 01:27:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62429#p62429</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62428#p62428</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>if you have installed the driver correctly, and added the printer to CUPS, and it still would not print over USB,<br />you chould try to &quot;uninstall&quot; package &quot;ipp-usb&quot;</p><p>if it doesnt help you, you can always re-install it afterwards<br />(on my devuan-box i had to de-install it to get the printer to print reliably over USB cable)<br />, with epson printer ET<br />wink</p></div></blockquote></div><p>Thanks, Kapqa, for your continued help. I uninstalled the ipp-usb package with the command “sudo apt purge ipp-usb”, restarted my computer, turned on the printer, tried to print… and it failed. So I reinstalled the ipp-usb package.</p><p>I&#039;ll tell you what I&#039;ve been doing, because I&#039;ve been on the lookout: the official Epson Technical Service in my city told me they aren&#039;t responsible for software installations that they provide but don&#039;t install. They also said they don&#039;t install software for individuals (only for companies). I told them they have to be responsible for the quality of the products they supply to the end consumer, and they didn&#039;t respond. I might go to the Consumer Protection Office on Wednesday to raise the issue.</p><p>I contacted a friend who uses Linux Mint and the same printer as me (he recommended it). We asked if he had the drivers for the latest installation (Linux Mint is currently on version 21.3, and the installed drivers are from version 20, so they&#039;re a bit old, but they might still work). He said yes and sent them to me. I saved them in a folder on my computer&#039;s desktop. I tried installing the printing package first with Xarchiver... and the error I got was:</p><p>&quot;Cannot execute compression. No such file or directory.&quot;</p><p>I tried using the Gdebi installer... and the error was: &quot;A later version of this package is already installed,&quot; which is reasonable.</p><p>The scanner package comes as a tar.gz file, so I had the same frustrating result as with the current packages when trying to convert it to a .deb package with the Alien program.</p>]]></description>
			<author><![CDATA[dummy@example.com (Atlante)]]></author>
			<pubDate>Mon, 23 Feb 2026 22:47:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62428#p62428</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62409#p62409</link>
			<description><![CDATA[<p>if you have installed the driver correctly, and added the printer to CUPS, and it still would not print over USB,<br />you chould try to &quot;uninstall&quot; package &quot;ipp-usb&quot;</p><p>if it doesnt help you, you can always re-install it afterwards<br />(on my devuan-box i had to de-install it to get the printer to print reliably over USB cable)<br />, with epson printer ET<br /><img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Sun, 22 Feb 2026 21:22:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62409#p62409</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62407#p62407</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>ARM binaries simply will not work on an AMD64 architecture, trying them is pointless.<br />The driver linked in post #5 is the correct architecture and already in the correct format (so no mucking around with xarchiver or alien required), just install with apt or dpkg, e.g.:</p><p>apt install ./epson-inkjet-printer-escpr_1.8.7-1_amd64.deb</p><p>Whether it works is another question, I don&#039;t have applicable hardware.</p><p>&#160; &#160; ideographic characters from another alphabet appear</p><p>Are you sure that&#039;s not just Epson&#039;s website setting x-content-type incorrectly, causing your browser to render the binary file as text rather than downloading it?<br />Try wget or curl on the URI you get, e.g.:</p><p>wget <a href="https://download-center.epson.com/f/module/e81c57ab-d783-435d-bd64-e74bac7c72b4/epson-inkjet-printer-escpr_1.8.7-1_amd64.deb" rel="nofollow">https://download-center.epson.com/f/mod … _amd64.deb</a></p></div></blockquote></div><p>First reply Steve_v:</p><p>Thanks for your help, friend. I really appreciate it. But unfortunately, neither of the proposed solutions worked. Please read how it went in the following comments where I reply to other commenters, because you contributed key points that I not only agree with, but which have also proven effective. Therefore, your contributions have been very important.</p><div class="quotebox"><blockquote><div><p>when I accept the license in the license description box, ideographic characters from another alphabet appear (Chinese, Korean, or Japanese, I&#039;m not sure) and the option to download the drivers disappears.</p><p>I think its simply Firefox fooling you. Use Chromium or the wget-command steve_v posted.</p></div></blockquote></div><p>Reply to Rolfie:</p><p>That&#039;s right, my friend. I installed Chromium and for the first time I was able to download a .deb file. It was for the printing tool. I installed Gdebi, and it successfully installed the print drivers. Excited, I thought to myself, &quot;Well, at least I&#039;ll be able to print!&quot; But I was wrong. The printer went through all the printing procedures, but nothing printed. The scanner tool file was automatically converted to a tar.gz file. And I don&#039;t understand why. I&#039;m tempted to go to Epson&#039;s official technical support and have them explain what&#039;s going on.One important detail: I had to configure Chromium to its highest security and privacy settings to download the .deb drivers. Therefore, a properly configured browser is key in this process. I don&#039;t know if Firefox configured in the same way would produce the same results, but only with that configuration was I able to download the print drivers.</p><div class="quotebox"><blockquote><div><p>Firefox fooling you</p><p>If you inspect the stream, you&#039;ll see that the webserver incorrectly sets &quot;content-type: text/plain&quot; in the response header. Firefox is believing what it&#039;s told, as it should.<br />This is a disturbingly common misconfiguration in javascript-infested eula-gated corporate &quot;download portal&quot;s, and the javascript nonsense they use to make mirroring painful and ensure you agreed to all the things and clicked all the boxes tends to interfere with client-side mime-sniffing that might otherwise work around it.<br />It&#039;s not a browser bug.</p></div></blockquote></div><p>Second reply to Steve_v</p><p>Thanks, Steve_v. Please read my reply to Rolfie. I really appreciate your valuable help.</p><div class="quotebox"><blockquote><div><p>These drivers didn&#039;t work for me. They have the same problem as the drivers of the same type that I download in my country: when I accept the license in the license description box, ideographic characters from another alphabet appear (Chinese, Korean, or Japanese, I&#039;m not sure) and the option to download the drivers disappears.</p><p>you can try with this &quot;workaround&quot;</p><p>click on link to download &gt; then you will get the characters &gt; now click on the url-tab-bar and copy the url and insert in terminal the link do download with &quot;wget&quot; and you should download the .deb file correctly.</p></div></blockquote></div><p>Reply to Kapqa:</p><p>Thanks, friend, for your interest in the topic and for your willingness to help. Please read my first reply to Steve_v and my reply to Rolfie.</p>]]></description>
			<author><![CDATA[dummy@example.com (Atlante)]]></author>
			<pubDate>Sun, 22 Feb 2026 20:39:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62407#p62407</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62401#p62401</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>These drivers didn&#039;t work for me. They have the same problem as the drivers of the same type that I download in my country: when I accept the license in the license description box, ideographic characters from another alphabet appear (Chinese, Korean, or Japanese, I&#039;m not sure) and the option to download the drivers disappears.</p></div></blockquote></div><p> you can try with this &quot;workaround&quot;</p><p>click on link to download &gt; then you will get the characters &gt; now click on the url-tab-bar and copy the url and insert in terminal the link do download with &quot;wget&quot; and you should download the .deb file correctly.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Sun, 22 Feb 2026 10:33:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62401#p62401</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Inability to install printer]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62398#p62398</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Firefox fooling you</p></div></blockquote></div><p>If you inspect the stream, you&#039;ll see that the webserver incorrectly sets &quot;content-type: text/plain&quot; in the response header. Firefox is believing what it&#039;s told, as it should.<br />This is a disturbingly common misconfiguration in javascript-infested eula-gated corporate &quot;download portal&quot;s, and the javascript nonsense they use to make mirroring painful and ensure you agreed to all the things and clicked all the boxes tends to interfere with client-side mime-sniffing that might otherwise work around it. <br />It&#039;s not a browser bug.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Sun, 22 Feb 2026 09:13:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62398#p62398</guid>
		</item>
	</channel>
</rss>
