UPDATES

My computer downloads your updates over and over again, tying up my computer--none of the downloads ever loads This problem is can only be fixed by pull the plug restarts… (อ่านเพิ่มเติม)

My computer downloads your updates over and over again, tying up my computer--none of the downloads ever loads This problem is can only be fixed by pull the plug restarts as these downloads will not stop until I do this

Asked by JOHN MAZRUM 7 ชั่วโมงก่อน

Ubuntu 24.04 snap Thunderbird 128.9.1esr lost its application icon

Sometime last week, my snap thunderbird package updated to version 128.9.1esr. After that update, clicking on the Thunderbird icon in the dock starts thunderbird under a… (อ่านเพิ่มเติม)

Sometime last week, my snap thunderbird package updated to version 128.9.1esr. After that update, clicking on the Thunderbird icon in the dock starts thunderbird under a generic icon that appears on the right side of the dock (showing the dot indicator under it), rather than showing the thunderbird icon with the running indicator under it.

I am using X11, fully updated Ubuntu 24.04.2, with Thunderbird installed as a snap. Work correctly until last week. If I start the application manually from the command line, same generic icon appears. (If I start firefox snap from the command line, the firefox icon shows the "running" indicator under it as it is supposed to.

Note: Thunderbird IS running and running fine - I have not found any other issues, just this potential regression.

Anyone have any ideas? I thought I would post here before filing a bugzilla bug report. I was not able to find any mention of this (or a similar) problem in the last year.

Thanks.

Asked by KPG 7 ชั่วโมงก่อน

32 to 64bit ESR Migration

Hello, We are trying to automate updating Firefox ESR from 32bit to 64bit. There seems to be an issue with getting user's profiles to properly migrate for ESR. If we do … (อ่านเพิ่มเติม)

Hello,

We are trying to automate updating Firefox ESR from 32bit to 64bit. There seems to be an issue with getting user's profiles to properly migrate for ESR. If we do a plain 32bit uninstall and 64bit installation, a new "default-esr-1" profile gets created (which is expected behavior from these Mozilla docs for new installs). But, when we set the MOZ_LEGACY_PROFILES=1 policy, this reverts to using the "default" profile instead of "default-esr" profile that was previously in use.

Are there any known ways around this which does not require user intervention to manually change back to the "default-esr" profile?

Thank you

Asked by Brian 10 ชั่วโมงก่อน

Reinstalling Fireifox

I received this message from ATT whenever I try opening my email: "Something's gone wrong. You may be having trouble with your connection. Connecting your device to Wi… (อ่านเพิ่มเติม)

I received this message from ATT whenever I try opening my email: "Something's gone wrong. You may be having trouble with your connection. Connecting your device to WiFi could help fix the issue or try later again." However, I can get into my email through Chrome with no problem so I'm able to continue working. Would uninstalling then reinstalling Firefox help without creating more problems? I would like to continue with Firefox if possible. I have Windows11. Thank you.

Asked by condogal 2 วันก่อน

Last reply by condogal 14 ชั่วโมงก่อน

Delima 2.0

DELIMA 2.0 adalah platform delima 2.0 kpm pembelajaran dalam talian yang diperkenalkan oleh Kementerian Pendidikan Malaysia (KPM) melalui Bahagian Sumber dan Teknologi … (อ่านเพิ่มเติม)

DELIMA 2.0 adalah platform delima 2.0 kpm pembelajaran dalam talian yang diperkenalkan oleh Kementerian Pendidikan Malaysia (KPM) melalui Bahagian Sumber dan Teknologi Pendidikan (BSTP). Sistem ini bertujuan untuk menyediakan pembelajaran yang lebih baik bagi pelajar dan guru dengan mengintegrasikan inovasi dalam pendidikan. Portal menawarkan pengalaman pembelajaran yang diperibadikan, menyesuaikan keperluan setiap pengguna dan memastikan akses yang mudah dan mesra pengguna. Ia juga menyediakan alat analitik untuk menjejak kemajuan dan pencapaian pelajar.

Asked by Saqib ahmad 16 ชั่วโมงก่อน

Thunderbird freezes/hangs (Mac)

Thunderbird freezes/hangs on restart (mac OS 15.4), including in safe mode. I've updated to 137.0.2 from 129 and the same problem occurs. It only displays "Looking up gma… (อ่านเพิ่มเติม)

Thunderbird freezes/hangs on restart (mac OS 15.4), including in safe mode. I've updated to 137.0.2 from 129 and the same problem occurs. It only displays "Looking up gmail.com" and I get the spinning disk of doom and have to do a force quit…

Asked by james.d.gifford 1 สัปดาห์ก่อน

Last reply by james.d.gifford 17 ชั่วโมงก่อน

GPG issue trying to install FireFox on Debian 12 for Debian-based distributions in a Docker image

I am following the procedure outlined here at: https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions-re… (อ่านเพิ่มเติม)

I am following the procedure outlined here at:

https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions-recommended

I get this error when I run the gpg command

2:05:29:490 1>#8 [base 5/8] RUN gpg -n -q --import --import-options import-show /etc/apt/keyrings/packages.mozilla.org.asc | awk '/pub/{getline; gsub(/^ +| +$/,""); if($0 == "35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3") print "\nThe key fingerprint matches ("$0").\n"; else print "\nVerification failed: the fingerprint ("$0") does not match the expected one.\n"}' 22:05:29:567 1>#8 0.285 gpg: keyblock resource '/home/.gnupg/pubring.kbx': No such file or directory 22:05:29:567 1>#8 0.285 gpg: no valid OpenPGP data found.

I am not familiar with Linux and I thought that following the instructions would work so I am asking for help.

Here is the complete script.

RUN wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null RUN gpg -n -q --import --import-options import-show /etc/apt/keyrings/packages.mozilla.org.asc | awk '/pub/{getline; gsub(/^ +| +$/,""); if($0 == "35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3") print "\nThe key fingerprint matches ("$0").\n"; else print "\nVerification failed: the fingerprint ("$0") does not match the expected one.\n"}' RUN echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null RUN echo '\nPackage: *\nPin: origin packages.mozilla.org\nPin-Priority: 1000\n' | tee /etc/apt/preferences.d/mozilla RUN apt-get update && apt-get install firefox

Thank you.

Asked by serge_lamarre 1 วันก่อน

Widevine Content Decryption module for streaming movies

The Widevine Content Decryption Module failed on both our Windows 7 PCs. Version: 4.10.2891.0 Last updated Apr 2, 2025 when our version of Firefox was updated. The curre… (อ่านเพิ่มเติม)

The Widevine Content Decryption Module failed on both our Windows 7 PCs. Version: 4.10.2891.0 Last updated Apr 2, 2025 when our version of Firefox was updated. The current version is 115.22.0 est (64-bit) (Streaming is OK on my Mac using Safari and Chrome; don't have Firefox installed there)

Over recent months, there have been quite a few reports of this issue on several operating systems. Our viewing of videos only failed us on April 2nd or 3rd, 2025, not previously. This seems to be occurring at various times in various systems. Solutions are not accessible to lay folks, and Google is inaccessible! Can anyone help us? Thanks

Asked by achurg 1 วันก่อน

Unable to download or install Thunderbird on my Windows 11 computer

I just tried to download Thunderbird on my computer today but it did not end up listed as an installed app, nor was I taken through any of the installation steps. I have… (อ่านเพิ่มเติม)

I just tried to download Thunderbird on my computer today but it did not end up listed as an installed app, nor was I taken through any of the installation steps.

I have been using Firefox for a few years, and have received my primary mail account through Firefox. I noted that a Thunderbird app was already installed on my computer, so I tried to find a way to use it for my email. I was not able to do so, and thought that it would be best to delete it and reinstall it. But I can still not find a way to find its icon much less view my email in it. Please help me understand what I have been doing wrong.

Asked by dstrong 1 วันก่อน

I am an exisiting user of Firefox on this PC but cannot install it my Huawei tablet

‘I need Firefox Browser on my Huawei Tablet. Mozilla keeps showing me links to Google playstore that is restricted for Huwawei devices. How can I get Firefox onto my tabl… (อ่านเพิ่มเติม)

‘I need Firefox Browser on my Huawei Tablet. Mozilla keeps showing me links to Google playstore that is restricted for Huwawei devices. How can I get Firefox onto my tablet?’

I am already a long time user of Firefox on this, my PC

I tried the link to the Firefox in the Huawei App store but it is effectively dead with no options to download the browser

Thank you for any suggestions!

Asked by Chris Crutchley 3 วันก่อน