Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Turning off update notifications

  • 1 trả lời
  • 1 gặp vấn đề này
  • 46 lượt xem
  • Trả lời mới nhất được viết bởi Terry

more options

Firefox 101 Xubuntu 20.04

I want to completely disable the Firefox pop-up notifications regarding updates. I have searched the web for an answer and cannot find anything workable. Can you please tell me how to accomplish this as the constant nagging is extremely annoying.

In about:config I have the following set with no success:

app.update.auto false app.update.download.promptMaxAttempts 0 app.update.elevation.promptMaxAttempts 0 app.update.enabled false app.update.interval 31536000 app.update.promptWaitTime 31536000 app.update.silent true browser.search.update false update false

Firefox 101 Xubuntu 20.04 I want to completely disable the Firefox pop-up notifications regarding updates. I have searched the web for an answer and cannot find anything workable. Can you please tell me how to accomplish this as the constant nagging is extremely annoying. In '''about:config''' I have the following set with no success: app.update.auto false app.update.download.promptMaxAttempts 0 app.update.elevation.promptMaxAttempts 0 app.update.enabled false app.update.interval 31536000 app.update.promptWaitTime 31536000 app.update.silent true browser.search.update false update false

Tất cả các câu trả lời (1)

more options

You may have to do that by locking preferences. Remove the blank space in the link below. My distro uses defaultPref rather than lockPref and I have these.

defaultPref("app.update.auto", false);
defaultPref("app.update.enabled", false);
defaultPref("app.update.autoInstallEnabled", false);


http://kb.mozillazine. org/Locking_preferences