Live data from Hacker News

Mozilla's new Firefox Linux package for Ubuntu and Debian derivatives

blog.mozilla.org

31–40 of 176 posts

Re: Mozilla's new Firefox Linux package for Ubuntu and Debian derivatives

#31
This is a welcome addition for Chromebooks, because now you can install latest Firefox (not ESR) in Crostini without using Flatpak.

Sadly Mozilla still doesn't offer `aarch64-linux` builds for Firefox in their official channels, so for those that have a ARM64 Chromebook will still need to use something else to get Firefox running (I use Nix, but it needs some complicated setup to work with hardware acceleration, for example, using nixGL).

Re: Mozilla's new Firefox Linux package for Ubuntu and Debian derivatives

#33
I have been using Mozilla builds of Firefox on Linux for years, and they tend to just be higher quality. They talk about the performance engineering that goes in the build process briefly, but IMHO stability is also improved. It's also updated on restart (see the About window), so you never get issues because changing the libs that can be dynamically loaded right from under a program is never a good idea.

My only wish would be that they finally propose official Linux/aarch64 builds, for example for Asahi Linux.

Re: Mozilla's new Firefox Linux package for Ubuntu and Debian derivatives

#34
post #21

Is there more technical information than this article provides? Did Firefox not have a .deb package until now? It's been a few years since I used Ubuntu, but I find that really surprising. I'm not sure what this new package is or how it differs.

Mozilla is officially releasing a .deb for Firefox now. The one in the repos is not maintained by Mozilla.

Re: Mozilla's new Firefox Linux package for Ubuntu and Debian derivatives

#36
post #5

The missed the key 5th benefit: Allows you to sudo apt-get purge snapd without annoying unwanted consequences.

You didn’t have to wait for this new Firefox package to stop using snaps, did you?

The Firefox deb in the repos redirected and did a snap install or some weirdness at least at some point.

Re: Mozilla's new Firefox Linux package for Ubuntu and Debian derivatives

#37

Earlier quoted context omitted.

The tar.gz build has exactly the same problem (it just doesn't complain about it): it needs to close the files from the old package and open the ones from the new package. Hence the restart. You can minimize the downtime by just restarting the browser and then using History | Restore previous session. The flatpak build avoids this problem by keeping both versions on the disk, up until you stop the app. Only at this t…

> You can minimize the downtime by just restarting the browser and then using History | Restore previous session. I hated the required restart with a passion when they first started it because restoring the previous session often failed. Once that worked, it was merely miserable (you still have to log in to all your sites).

> you still have to log in to all your sites

Are you running very tight cookie/session settings or something? A restart definitely does not result in having to log in again for the stuff I'm logged in to.

Re: Mozilla's new Firefox Linux package for Ubuntu and Debian derivatives

#38
post #36

Earlier quoted context omitted.

You didn’t have to wait for this new Firefox package to stop using snaps, did you?

The Firefox deb in the repos redirected and did a snap install or some weirdness at least at some point.

Must have been an Ubuntu problem.

I install Firefox via Debian's package, and have never had 'snapd' installed.

Re: Mozilla's new Firefox Linux package for Ubuntu and Debian derivatives

#39
post #31

This is a welcome addition for Chromebooks, because now you can install latest Firefox (not ESR) in Crostini without using Flatpak. Sadly Mozilla still doesn't offer `aarch64-linux` builds for Firefox in their official channels, so for those that have a ARM64 Chromebook will still need to use something else to get Firefox running (I use Nix, but it needs some complicated setup to work with hardware acceleration, for…

Hey, do you know a good resource to learn how to compile a binary for Linux Arm64 that works in a Chromebook? I would like to port some C code I have that I produce builds for x86 and Amd64 debian using GCC 4.8 and an old debian, I am curious what has to be done to produce a binary that would run the same in Chromebook.
Post reply on HN