If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
I guess the Muon lock that I have doesn't lock Firefox Snap?
Is there a way to fix this so it does lock updates to Firefox Snap?
Snaps are a completely different packaging format from Debian/Ubuntu's debs. Muon/apt pinning or locking won't have an effect on that, unfortunately.
The deb package for Firefox is simply a dummy that points to installing the Snap, which will update itself.
GregM is a good candidate for de-Snapping and migrating to a deb version via PPA AND switching to firefox-esr, which won't see updates as often, and is based on an older release . This should slow the UI changes gregM seem to fight with regularly. firefox-esr is at 102.x, and will stay there for a while, with regular security fixes as opposed to feature and UI upgrades..
I am by no means an expert on Snap (I try to avoid it) - but I don't think there is any graphical way to lock a Snap package (yet?)…
I also think neither dpkg nor apt will be able to do this as this has to be a Snap specific command like snap refresh --hold … - and your version of snapd seems to have to be at least 2.58.
[…] GregM is a good candidate for de-Snapping and migrating to a deb version via PPA AND switching to firefox-esr, which won't see updates as often, and is based on an older release . This should slow the UI changes gregM seem to fight with regularly. firefox-esr is at 102.x, and will stay there for a while, with regular security fixes as opposed to feature and UI upgrades..
[…]
I have not tried the Firefox ESR binary from the Mozilla Team PPA yet, but it could be possible that one has to deinstall Ubuntu's "dummy" Firefox packages with sudo pkcon remove --autoremove firefox (additionally to removing the Firefox Snap if one wishes to do so) before adding the Mozilla Team PPA. Just do it to be sure!
Otherwise one could get both FirefoxandFirefox ESR from the Mozilla Team PPA at the same time… (not good if one wanted Firefox ESRonly).
Possibly I will add the Firefox ESR binary to my scripts in the future.
Last edited by Schwarzer Kater; Mar 29, 2023, 04:39 PM.
Reason: replaced apt-get with pkcon for safety reasons
Debian KDE & LXQt • Kubuntu & Lubuntu • openSUSE KDE • Windows • macOS X Desktop: Lenovo ThinkCentre M75s • Laptop: Apple MacBook Pro 13" • and others
So if I use my terminal and use snap refresh --hold firefox It will stop the Firefox Snap updates? Or am I misunderstanding this?
yes. it will hold it at the currewnt version.
My other link also describes how to list and use older versions of a snap (if that is better for your UI customizations), if any are available. Which you can then hold.
Comment