Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

When multiple users on the same Mac use Firefox, the error "You've launched an older version of Firefox" occurs when it upgrades

more options

I am running multiple user accounts on my Mac (macOS 10.14.6). Both users use Firefox Developer Edition (75.0b10).

When Firefox updates itself, it's breaking for whichever user is in the 'background' at the time. The 'foreground' user is prompted for their password to install [something something didn't take a note] Firefox Helper. Then when I flip to the 'background' user, they see the attached error.

This has happened twice now. Help!

I am running multiple user accounts on my Mac (macOS 10.14.6). Both users use Firefox Developer Edition (75.0b10). When Firefox updates itself, it's breaking for whichever user is in the 'background' at the time. The 'foreground' user is prompted for their password to install [something something didn't take a note] Firefox Helper. Then when I flip to the 'background' user, they see the attached error. This has happened twice now. Help!
附加的畫面擷圖

被選擇的解決方法

You can file a bug report here: https://bugzilla.mozilla.org/

See Bugzilla etiquette before commenting in bug reports. https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

從原來的回覆中察看解決方案 👍 1

所有回覆 (7)

more options

A program can not be running to do an update.

If you can, do any updates when the browser is not in use.

more options

Well then shouldn't the browser know this – by looking at processes running on the machine – and tell me? "You have Firefox running in another user account. Close it before running this update."

It shouldn't just cause an error.

more options

Oh and the error shown is incorrect. I am not using an older version of Firefox. There's only one version on the machine, in /Applications.

more options

You are using a beta version of Firefox and it updates often. You might want to use the normal version that updates only now and then.

Download Firefox Full Version For All Languages And Systems http://www.mozilla.org/en-US/firefox/all/ https://www.mozilla.org/en-US/firefox/releasenotes/

more options

I've turned off auto-updating for now. I'll let Firefox tell me when an update is available and do it manually, ensuring that only one copy is launched.

I still consider this a bug which should be addressed.

 if (other.firefox.process.exists.on.this.machine) {
   don't update;
   warn user;
 } else {
   update;
 }

由 Johnny "Decimal" Noble 於 修改

more options

選擇的解決方法

You can file a bug report here: https://bugzilla.mozilla.org/

See Bugzilla etiquette before commenting in bug reports. https://bugzilla.mozilla.org/page.cgi?id=etiquette.html

more options

Roger that, will do. Thanks.