You’re welcome.
not much
You’re welcome.
20240521002024052100
Pixel 4a (5G) and Pixel 5 are end-of-life and shouldn’t be used anymore due to lack of security patches for firmware and drivers. We provide extended support for harm reduction.
You can go to https://keyserver.ubuntu.com in your browser and then use the Search key option and then download the public key (pub entry). Then use gpg --import 0000000000111111112222222222222.asc
where 0000000000111111112222222222222.asc is the name of the downloaded public key file.
Pixel5 appears EOL with GrapheneOS though the 5a may be fine ?
What phone should I buy for max 150.- (around 180$) second hand?
e.foundation by means of Murena sells phones with /e/os installed. Cheapest currently at discount about $200 but is out of stock last time I looked. e.foundation did sell refurbished phones (and does ?) but the price were always over $200 I think.
AUR appears to be quite popular but sometimes software is flagged out of date or it is dormant because the maintainer has no time any longer and new maintainers may come and go. Basically anyone can upload to AUR and there is no curation. Of course you can look at entries in the AUR and see when software was submitted for the first time and how many people have upvoted it but even that can give a false sense of security. The disclaimer at the AUR is clear : DISCLAIMER: AUR packages are user produced content. Any use of the provided files is at your own risk.
Flatpak has a drawback of pulling in more software that an application depends on (For example GNOME or KDE libraries) and someone has made a website https://flatkill.org of their bad experiences with Flatpak but that is from 2020. In the mean time there is Fedora Atomic desktop flavors depending on using Flatpak.
Arch Linux documentation will warn you about AUR. Other people will warn you about snaps. Some other people will warn you about flatpaks. Same for AppImage.
In my opinion it is fine to use LibreWolf from Flatpak which btw gets a blue mark. Consider editing your post title and add [Solved].
Can’t import the keys.
You mean the one mentioned in the Pinned Comments for librewolf-bin in AUR ?
Looks like I may finally be trying out Librewolf.
I like the out of the box experience of LibreWolf very much but it will not work well for all websites in my case. Luckily Firefox and LibreWolf can be installed and used at the same time without any issues.
Firefox ESR is like LTS. It would mean less work for LibreWolf maintainers and less upgrades for the users.
Yes. My point was that by using Firefox ESR as base the update cycle would be much slower which I would welcome.
I would not mind if LibreWolf would be based on Firefox ESR (Like Tor and Mullvad browser are). The speed of the amount of new features added to Firefox is something I can do without.
Maybe it is just your LibreWolf profile (in ~/.var/app/io.gitlab.librewolf-community/) that is giving troubles. You can create a new one with :
/var/lib/flatpak/exports/bin/io.gitlab.librewolf-community -P
and see how it fares.
Tested here with LibreWolf installed with Flatpak system wide. Up to date Arch Linux, installed xfce4 and xfce4-goodies packages, logged in to the xfce-session, started LibreWolf from the menu, downloaded something to ~/Downloads. No issues.
Did you install LibreWolf system wide or user ?
A pinned post at the top for everyone to see ?
Thanks for the update and the hard work. You all rock!
Thank you all.
Ouch, that’s a nasty bug imho. Thanks to this wiki entry I’ve looked up the file librewolf.cfg in /var/lib/flatpak/ and changed :
pref("network.trr.mode", 2);
into
pref("network.trr.mode", 5);
and that seems to fix it for now (till a newer LibreWolf maybe overrides that file).