by mfsch on 1/23/24, 4:00 PM with 167 comments
by lolinder on 1/23/24, 4:54 PM
In the past when I've installed Firefox through a .deb, it has had this annoying habit of requiring me to restart my browser whenever it updates in the background. I'll be going about my day and all of the sudden every URL will redirect me to about:restartrequired [0] and I'll have to shut everything down to keep going.
It's not clear from this announcement if they've fixed that or not. If they haven't, I'll probably just continue to install Firefox from the .tar.gz files they provide [1]. If you drop them in a directory you have write permissions to, Firefox can auto-update itself the same way it does on Windows, without any forced interruptions.
[0] https://otechworld.com/wp-content/uploads/2022/04/restart-fi...
[1] https://support.mozilla.org/en-US/kb/install-firefox-linux#w...
by amiga386 on 1/23/24, 7:26 PM
Ubuntu, if you're listening: fuck Snap. I'm never going to use it. I stripped from all my Ubuntu machines. If you try and force it upon me, I'm moving to Debian, no matter how much hurt that causes me.
by m45t3r on 1/23/24, 5:26 PM
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).
by b5n on 1/23/24, 7:16 PM
This just chucks firefox in /usr/local but its straightforward to edit and use ~/, opt, etc., just make sure the created symlink is somewhere in $PATH. Desktop integration will depend on your DE/WM, but should be pretty simple to figure out if not automatic.
wget -O firefox-latest.tar.bz2 \
"https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US"
tar xjf firefox-latest.tar.bz2
sudo rm -rf firefox-latest.tar.bz2 /usr/local/bin/firefox /usr/local/firefox
sudo mv firefox/ /usr/local/
sudo ln -s /usr/local/firefox/firefox /usr/local/bin/firefox
by rinze on 1/23/24, 4:11 PM
by eduction on 1/23/24, 7:05 PM
I try to use Fedora whenever possible so have noticed that Debian tends to be the first choice, even for "client" type software, which makes sense considering the popularity and cross compatibility of Ubuntu+Debian.
(You can generally still get stuff on Fedora - they do their own Firefox package of course, Signal is a flatpak, etc)
by declan_roberts on 1/23/24, 6:49 PM
The only thing missing is a continued commitment to privacy and liberty.
What has changed since the infamous “We Need More Deplatforming (2021)”[1] article by CEO Mitchell Baker? I absolutely can not move past this and I think Mozilla needs to make a strong commitment to our civil rights.
1. https://blog.mozilla.org/en/mozilla/we-need-more-than-deplat...
by nairboon on 1/23/24, 5:12 PM
by ur-whale on 1/23/24, 4:44 PM
Allows you to
sudo apt-get purge snapd
without annoying unwanted consequences.by wkat4242 on 1/23/24, 5:52 PM
by p4bl0 on 1/23/24, 6:23 PM
by diego_sandoval on 1/23/24, 6:32 PM
This way, I get the official Firefox package without Mint adding their own stuff on top of it, I get the official Firefox icon and not Mint's icon theme variation of it, I don't need to edit keyring files or import GPG keys, and it updates automatically without forcing me to restart the browser.
[1] https://github.com/sandov/sc/blob/master/install_scripts/fir...
by cricalix on 1/23/24, 7:27 PM
by rawfan on 1/23/24, 4:39 PM
by Aissen on 1/23/24, 5:36 PM
My only wish would be that they finally propose official Linux/aarch64 builds, for example for Asahi Linux.
by morsch on 1/23/24, 8:38 PM
Ubuntu likes to replace installed debs with snaps without consulting the user and you need to configure it not to do so.
And the profile folder for the snap is in a different place than for the deb, so make a copy of it etc.
I'm not going into full detail as these things are easily found via Google as long as you're aware of them.
by nequo on 1/23/24, 5:06 PM
by esaym on 1/23/24, 5:54 PM
I don't see what the point of this is.
by lazyweb on 1/24/24, 3:07 PM
Processing indexes: [PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPapt-mirror: can't open index packages.mozilla.org/apt//dists/mozilla/main/binary-amd64/Packages in process_index at /usr/bin/apt-mirror line 891.
Config section in /etc/apt/mirror.list: deb https://packages.mozilla.org/apt mozilla main
clean https://packages.mozilla.org
Edit - probably apt-mirror showing its age and adding a second forward slash. I'll look into it soon-ish.by bee_rider on 1/23/24, 6:12 PM
Tempted to switch (maybe I can remove my system’s Snap infection), but redoing bookmarks and extensions (and getting my ublock config and OneTab bookmarks) is a pain. And I’ll have to figure out how to not lose my passwords this time.
What a pain.
by hysan on 1/23/24, 9:27 PM
by chrsw on 1/23/24, 5:38 PM
by botanical on 1/24/24, 3:38 AM
Snaps allow for the base system to be stable while having the latest version of an application in a sandbox.
by mobilemidget on 1/23/24, 6:11 PM
by Timber-6539 on 1/23/24, 6:24 PM
by aquova on 1/23/24, 5:10 PM