2

So I regularly see this:

enter image description here

while accroding to snap itself, I'm already running the latest, which is confirmed by the Firefox's About dialog:

enter image description here

How do I tell snap to shut up?

Running Kubuntu 22.04...

xenoid
  • 5,504

1 Answers1

0

Try to close all instances of Firefox :

sudo killall firefox

And then refresh snap :

sudo snap refresh

PS: it's required to close all firefox instances before refresh snap.

Mongi
  • 91