• 2 Posts
  • 384 Comments
Joined 10 months ago
cake
Cake day: January 29th, 2024

help-circle
  • Flatpak has long had the ability to dump the contents of a snap into it, because snaps had already solved many of the build issues flatpaks were struggling with and they used similar runtimes for their sandboxing. It’s also a convenient way to convert apps over, since many apps got packaged as snaps before flatpak was really usable.




  • That is the behaviour that’s built for when an upgrade through a “classic” package manager (e.g. apt, dnf) updates Firefox while it’s still running. The only way I can think of that you’d get that with a snap is if you’re intentionally bypassing the confinement (e.g. by running /snap/firefox/current/usr/lib/firefox/firefox directly, which can also massively mess with other things since Firefox won’t be running in the core22 environment it expects).

    If you’re using the snap as expected (e.g. opening the .desktop file in /var/lib/snapd/desktop/applications/, running /snap/bin/firefox or running snap run firefox), snapd won’t replace /snap/firefox/current until you no longer have any processes from that snap running. Instead you’ll get a desktop notification to close and restart Firefox to update it, and two weeks to either do so or to run snap refresh --hold firefox to prevent the update (or something like snap refresh --hold=6w firefox to hold the refresh for 6 weeks). Depending on what graphical updater you have, you may also have the ability to hold the update through that updater.

    Are you sure you’re running the Firefox snap? Because that sounds pretty much precisely like the expected behaviour if someone had gone to lengths to avoid using the snap.







  • A few off the top of my head:

    • Every time I try it I have installation issues, across a wide variety of hardware. (Newbies have also reported to me that “Linux can’t even install” after trying Mint - when I sit them down with a Kubuntu install on the same machine it tends to go flawlessly)
    • Cinnamon seems to have stability issues (this is one of the more common things I’ve had now ie friends complain about and ask for help with)
    • the blocking of snapd in the repos and the way it’s done can be pretty confusing to newbies when they click a “get it on the snap store” button and things just fall apart. (I also think their blocking of snapd itself is fairly user hostile, but the fact that the UX around it is so bad is also a problem)
    • On the subject of blocking packages in the repos - their own packages seem to have file conflicts with the Ubuntu repos they use but don’t put the relevant “Conflicts” lines in their deb metadata, which I’ve seen cause conflicts for newbies that break apt. (KDE Neon does a much better job of taking care of this IMO, but I certainly don’t view it as a beginner friendly distro either)
    • The lack of a Plasma version is a major downside to me. (Random aside: I once had a newbie ask me how she could get the pretty version of Linux I had because hers was so ugly - she was running stock Mint and I was on Fedora’s KDE spin)