Jesus Christ this is Windows-tier insane computing behaviour from Ubuntu. Fuck Ubuntu.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Yeah, there's an entire page bitching about it on Linux Mint's website.
For awhile I was getting firefox crashes in Mint all the time. Turns out it was the snap version being unstable.
How did you get snap on mint?! 😆I once tried it as a noob and mint was always “snap bad! Don’t do this! You will regret” even on try to circumvent it 🤣
I swear it was the default already installed. Maybe I'm misremembering.
Mint never preinstalled the snap. They package their own version of Firefox. I believe they have an agreement with Mozilla.
Maybe it was that i had to install the snap version (or maybe flatpak?) and uninstall theirs, which fixed the crashes. I thought it was a hardware issue for awhile because it was so random.
Why even enable snaps? It's like asking to have headaches.
Ubuntu uses Snap as first-class method to install software. So if a piece of software is available as DEB or Snap, Ubuntu will always use Snap.
I’m aware that when the user runs(without adding Mozilla’s apt repository),
sudo apt install firefox
the snap version of Firefox is installed. But I never heard that, though APT is configured to install Firefox from Mozilla’s repository, the DEB version will be uninstalled and the Snap version will be installed.
You could compile it from source yourself, and you won't even have to worry about packaging and package managers.