How to disable Firefox Update-download notification?[SOLVED]

Moderator: Forum moderators

Post Reply
User avatar
Sky Aisling
Posts: 210
Joined: Wed Jul 22, 2020 7:59 pm
Has thanked: 179 times
Been thanked: 9 times

How to disable Firefox Update-download notification?[SOLVED]

Post by Sky Aisling »

Distribution: Distro: bionicpup64 8.0
Window Manager: JWM v2.3.7
Machine: Dell Inspiron N7010

In Firefox settings, I have marked NOT to allow automatically install update, but, rather for me to chose when to update.
Is there a way to get rid of the notification box asking if I want to download? The box shows up each time Firefox is opened.
I rummaged all around /0pt (Thumbs)/Firefox looking for code that might be the insertion of this box, so far, to no avail.

Firefox notification2.png
Firefox notification2.png (85.52 KiB) Viewed 1504 times

Thank you in advance for any clues.

Sky

Last edited by Sky Aisling on Fri Jun 23, 2023 11:15 pm, edited 1 time in total.
one
Posts: 242
Joined: Sun Jul 12, 2020 7:53 am
Has thanked: 16 times
Been thanked: 59 times

Re: How to disable Firefox Update-download notification?

Post by one »

Hi @Sky Aisling,

@Geoffrey posted this:
viewtopic.php?p=92189#p92189

"To make Firefox not update, in the "firefox" directory make a folder called "distribution", inside of that a file called "policies.json", with this.

Code: Select all

{
"policies": 
   {
     "DisableAppUpdate": true
    }
}

This should prevent the notification from popping up.
Try it and thank him ...

peace

User avatar
Sky Aisling
Posts: 210
Joined: Wed Jul 22, 2020 7:59 pm
Has thanked: 179 times
Been thanked: 9 times

Re: How to disable Firefox Update-download notification?

Post by Sky Aisling »

@one @Geoffrey
Thank you one and Geoffrey.
Which 'Firefox directory'?

Firefox notification3.png
Firefox notification3.png (222.64 KiB) Viewed 1483 times

Also, be patient with me as I rarely do terminal coding. Please show me specifically how to enter the code.
Thanks,

Sky

User avatar
fredx181
Posts: 2560
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 273 times
Been thanked: 992 times
Contact:

Re: How to disable Firefox Update-download notification?

Post by fredx181 »

Sky Aisling wrote:

Which 'Firefox directory'?

Where the firefox binary is located, so as you show is correct, in /opt/firefox for you.
As @one said, create directory 'distribution' there, then go inside this folder 'distribution', create a new file: "policies.json", then open that file with text-editor, paste inside what @one suggested previously and save the file. (and restart firefox).
EDIT: You can also download "distibution.tar.gz" here: viewtopic.php?p=243#p243, and extract in /opt/firefox, works the same. (edit: so that you get /opt/firefox/distribution) .

User avatar
Sky Aisling
Posts: 210
Joined: Wed Jul 22, 2020 7:59 pm
Has thanked: 179 times
Been thanked: 9 times

Re: How to disable Firefox Update-download notification?

Post by Sky Aisling »

@fredx181
OK, now how do I get the code inside that directory?

Firefox notification4.png
Firefox notification4.png (16.53 KiB) Viewed 1470 times

Sky

User avatar
fredx181
Posts: 2560
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 273 times
Been thanked: 992 times
Contact:

Re: How to disable Firefox Update-download notification?

Post by fredx181 »

Sky Aisling wrote: Fri Jun 23, 2023 6:56 pm

@fredx181
OK, now how do I get the code inside that directory?
Firefox notification4.png
Sky

You made a directory "policies.json" inside 'distribution' (instead of a file) , delete it and make it as a new file (and edit it as suggested previously) (or see my EDIT in previous post).

User avatar
Sky Aisling
Posts: 210
Joined: Wed Jul 22, 2020 7:59 pm
Has thanked: 179 times
Been thanked: 9 times

Re: How to disable Firefox Update-download notification?

Post by Sky Aisling »

@fredx181

Ok, I changed policies.json from directory to file.

Firefox notification5.png
Firefox notification5.png (16.89 KiB) Viewed 1446 times

then open that file with text-editor

Where do I find a text editor? What to use as a text editor?

User avatar
fredx181
Posts: 2560
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 273 times
Been thanked: 992 times
Contact:

Re: How to disable Firefox Update-download notification?

Post by fredx181 »

Sky Aisling wrote: Fri Jun 23, 2023 7:16 pm

@fredx181

Ok, I changed policies.json from directory to file.

then open that file with text-editor

Where do I find a text editor? What to use as a text editor?

Right-click on it > Open as text .

User avatar
Sky Aisling
Posts: 210
Joined: Wed Jul 22, 2020 7:59 pm
Has thanked: 179 times
Been thanked: 9 times

Re: How to disable Firefox Update-download notification?

Post by Sky Aisling »

@fredx181

Ok, I changed policies.json from directory to file.

then open that file with text-editor

Where do I find a text editor? What to use as a text editor?

Right-click on it > Open as text .

The right click appears not to have 'text' as an option.
There is under 'new' the choice of 'script'.
There is under 'window' the choice of 'terminal'.

User avatar
Sky Aisling
Posts: 210
Joined: Wed Jul 22, 2020 7:59 pm
Has thanked: 179 times
Been thanked: 9 times

Re: How to disable Firefox Update-download notification?

Post by Sky Aisling »

@fredx181
Will this work?

Firefox notification7.png
Firefox notification7.png (31.84 KiB) Viewed 1420 times
User avatar
fredx181
Posts: 2560
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 273 times
Been thanked: 992 times
Contact:

Re: How to disable Firefox Update-download notification?

Post by fredx181 »

Sky Aisling wrote: Fri Jun 23, 2023 7:50 pm

@fredx181
Will this work?

No, this: (without #!/bin/sh) should be in "policies.json" (not in "stop update popup') :

Code: Select all

{
"policies": 
   {
     "DisableAppUpdate": true
    }
}
User avatar
Sky Aisling
Posts: 210
Joined: Wed Jul 22, 2020 7:59 pm
Has thanked: 179 times
Been thanked: 9 times

Re: How to disable Firefox Update-download notification?

Post by Sky Aisling »

@fredx181
Hello, fredx181
I must leave for a while.
I'm sorry I didn't mean to make this such a big deal!
I was hoping to find a simple 'true' or 'false' switch somewhere to end the firefox update pop up.
But, alas ...
I will check in again later this afternoon.
Thank you for your clear and quick assistance.
The brass ring is just within our grasp.
We are almost there.
Sky

pp4mnklinux
Posts: 846
Joined: Wed Aug 19, 2020 5:43 pm
Has thanked: 516 times
Been thanked: 232 times

Re: How to disable Firefox Update-download notification?

Post by pp4mnklinux »

Hi @Sky Aisling :

I suppose you solved your problem with this file and its config, just in case I included this folder with the jason file inside.

To use it, unpack distribution folder and put it as it into the firefox folder... thats all.

In case you want to update again firefox, you only need to change the name of this folder (instead of DISTRIBUTION you can write the name you want, or delete jason file, or change disable updates from true to false or....)

Hope you find it useful.-

Have a nice day, my friend.

User avatar
sucuklu yumurta
Posts: 129
Joined: Thu Mar 09, 2023 3:12 am
Location: France
Has thanked: 313 times
Been thanked: 27 times

Re: How to disable Firefox Update-download notification?

Post by sucuklu yumurta »

about:config

app.update.auto false
app.update.checkInstallTime false (that should do it)

BullseyePup 9.1.0 Lite on Kingston SSD Frugal Acer Aspire One AO751h Netbook Intel Atom CPU Z520 1.33 GHz:1-1 core 2 GB + 2 GB Swap SSD. Sony 5200 mAh battery & Acer Aspire 3 A315-58-34HD 8 GB DDR4 4.10 GHz Intel Core i3-1115G4 CPU 2-4 128 GB SSD

User avatar
Sky Aisling
Posts: 210
Joined: Wed Jul 22, 2020 7:59 pm
Has thanked: 179 times
Been thanked: 9 times

Re: How to disable Firefox Update-download notification?[SOLVED]

Post by Sky Aisling »

Thank you all for your assistance! Thank you all who pitched in today!

Flower Bouquet transparent.png
Flower Bouquet transparent.png (124.33 KiB) Viewed 1443 times

The answer is so simple when one knows how!

Sky

User avatar
8Geee
Posts: 376
Joined: Wed Jul 29, 2020 10:52 pm
Location: N.E. USA
Has thanked: 17 times
Been thanked: 54 times

Re: How to disable Firefox Update-download notification?[SOLVED]

Post by 8Geee »

Not for nuthin... but this situation is exactly why I pre configure FF when I make my remasters. Too few people have the time to search all those literal thousands of config lines choices. If I may say, what I do alters over 400 of those choices.

IMHO, and fighting windmills, the folks that make these new/remastered, WOOF-CE'd pups should do some configuring of the browser. There are many known exploits based upon convenience... turning off some of them goes miles towards some sense of privacy/security. It all starts with "autocomplete" and "look ahead".

regards
8Geee

Money talks... no, it shouts, so that it doesn't have to hear common sense.

Post Reply

Return to “Browsers”