顯示下列標籤的問題: 顯示所有問題

Can't uncompress download of Firefox 135.0

Hello, We use the following code (in a Dockerfile) to download the latest Firefox for testing. curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?produc… (閱讀更多)

Hello, We use the following code (in a Dockerfile) to download the latest Firefox for testing.

curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US" && tar -C /tmp -xjf /tmp/firefox.tar.bz2 firefox

Starting with 135.0 the tar command fails with:

bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now 

134.0.2 works: curl -fsSL -o /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-134.0.2....

A couple questions: - What has changed? Is there some other way we need to download and uncompress? - Is there any documentation of the supported query params for https://download.mozilla.org

Thanks, Paul

pwbennet 於 6 天前 詢問

NoahSUMO 最近回覆於 6 天前

Downloading video works or some sites but not for all.

I am trying to download videos from a site that I newly subscribed to. The videos do stream perfectly. The files do not download as video files and will not open at all. … (閱讀更多)

I am trying to download videos from a site that I newly subscribed to. The videos do stream perfectly. The files do not download as video files and will not open at all. When I click on the download link, there is no recognition of a download happening and when I check my files later I have an "internet" file showing with a title but without a video file extension and nothing will open. The file extension is ".html". I am following the step by step instructions from the site involved. Other sites videos are downloading as expected.

Does firefox need to be my default browser? Any suggestions how to remedy this without losing what is working? Are there plug-ins that can address this issue?

Thanks.

reb4now 於 1 週前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 週前

Problem with downloading some videos

I have a few websites where I can download videos to view later. One of them downloads into the designated file but it shows up as an internet file (.html) and will not o… (閱讀更多)

I have a few websites where I can download videos to view later. One of them downloads into the designated file but it shows up as an internet file (.html) and will not open or play as a video. What can I do to fix this without messing up the ones that work ?

reb4now 於 2 週前 詢問

markwarner22 最近回覆於 2 週前

  • 已解決

Choose file management software when opening Download folder

Hello, I'm using Firefox on Manjaro. Usually I'm using dolphin but I've installed nemo too for having a second option if dolphin doesn't work. But after installing nemo … (閱讀更多)

Hello,

I'm using Firefox on Manjaro. Usually I'm using dolphin but I've installed nemo too for having a second option if dolphin doesn't work. But after installing nemo the file management software when opening the folder where the file downloaded switched to dolphin. Where can I change it back to dolphin?

Firefox Version: 135.0 (64-Bit)

System Information: Operating System: Manjaro Linux KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1 Kernel Version: 6.12.11-1-MANJARO (64-bit) Graphics Platform: X11

Christian 於 6 天前 詢問

Christian 於 20 小時前 解答

Download only low quality images while browsing

Hi, I would like to know if it's possible to browse the web and show on screen only low quality pictures/images. Often, the images I can see are useless and take data for… (閱讀更多)

Hi, I would like to know if it's possible to browse the web and show on screen only low quality pictures/images. Often, the images I can see are useless and take data for nothing. Is it possible to check a form and make Firefox in "low quality mode"? With, of course, the ability to select images that are worth downloading (the ones with text for example, of just because the are nice).

Is it something that already exists? I searched online but founnd nothing,

Thank you very much,

Joy,

Ulysse

ulysse.blau 於 1 週前 詢問

CSV-file downloaded with PDF-extension

Hi, I'm running into an issue where when I download a CSV-file from a website it's downloading as a pdf when it should be downloading as a csv. If I after the download re… (閱讀更多)

Hi, I'm running into an issue where when I download a CSV-file from a website it's downloading as a pdf when it should be downloading as a csv. If I after the download rename the file back to the csv-extension, I can open it in Excel. Any ideas? I run Linux on my laptop.

henrik41 於 1 週前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 週前

Cannot change dowload folder

I just performed a fresh install on a blank hard disk of Debian 12, including Firefox ESR from the official repositories. I am using the XFCE4 desktop. I changed the Fire… (閱讀更多)

I just performed a fresh install on a blank hard disk of Debian 12, including Firefox ESR from the official repositories. I am using the XFCE4 desktop. I changed the Firefox Settings to ask me where to put each downloaded file. It does not offer me this choice; it automatically puts all downloads into the Downloads directory. When I deleted the Downloads directory Firefox recreated it, and put the files there. When I write protected the Downloads directory, Firefox file downloads failed.

It did work properly for me on Debian 10 with the Gnome desktop on a different hard disk, with up-to-date Mozilla ESR.

I saw one help question dealing with this. The person was advised to install Firefox from the Mozilla site rather than from the repositories. There was no response showing that solved the problem, so I don't want to do that.

Any suggestions?

IknowSomeGoodGamesWeCouldPlay 於 1 週前 詢問

Download "save as" dialog doesn't appear until first bytes of the response body are received

Hello! I am developing a web server, from which users can download large files. These files take a few seconds to generate, and cannot be generated ahead-of-time; only wh… (閱讀更多)

Hello! I am developing a web server, from which users can download large files. These files take a few seconds to generate, and cannot be generated ahead-of-time; only when a user requests them. The server therefore responds to such requests by first sending the HTTP response headers (without "Content-Length"), which can be written immediately, then generating the file, and sending the generated file as the response body.

In Chromium, this leads to the "Save As..." dialog appearing instantly, so the file can be generated & downloaded in the background while the user picks a location.

In Firefox (v132, linux x64), the "Save As..." dialog waits for the file to be generated before appearing, which is not user-friendly. During deeper testing, I discovered that Firefox appears to wait for my server to send at least 1 byte of data from the file (in the response body, after sending the HTTP response headers), before the "Save As..." dialog appears.

I have searched the Firefox settings and documentation but did not find anything that would explain this behavior. Is this a bug?

Kalith 於 2 週前 詢問

Kalith 最近回覆於 2 週前

Firefox often does not ask me where I want a file saved to. I have the "always ask" checked.

Firefox often does not ask me where I want a file saved to. I have the "always ask" checked but still have to move it from my default download folder to where I want it. … (閱讀更多)

Firefox often does not ask me where I want a file saved to. I have the "always ask" checked but still have to move it from my default download folder to where I want it.

David Gagnon 於 1 週前 詢問

Downloaded file is deleted when close Web window

After downloading a file which is saved to my Mac Download Folder the file is removed once I close the Firefox Web window. I checked the folder before the window was clos… (閱讀更多)

After downloading a file which is saved to my Mac Download Folder the file is removed once I close the Firefox Web window. I checked the folder before the window was closed and the file was there. After closing the window the file is no longer in the folder. Also it is not in the trash.

Techie99 於 1 週前 詢問

jscher2000 - Support Volunteer 最近回覆於 1 週前