Not to be that person but I’m curious what made you go with AppImage over Flatpak, given that you already mentioned using the Flatpak as an alternative ^^"
Not to be that person but I’m curious what made you go with AppImage over Flatpak, given that you already mentioned using the Flatpak as an alternative ^^"
They already use GitHub for a bunch of other projects. See https://github.com/mozilla/ and https://github.com/mozilla-mobile/
I feel that at the very least, the customer in that case should be entitled to a complete refund of the product, regardless of whether they bought it 5 days or 5 years ago and regardless of the condition their device is in.
This should at least give some incentive to companies to not perform such sweeping changes to their terms of service and if they do, the customer can more easily remove themselves from the lock-in without taking a financial hit.
Or just use long-forms like
tar --create --file pics.tar ./pics
instead of
tar -cf pics.tar ./pics
or
tar --extract --file pics.tar```
instead of
tar -xf pics.tar
which is honestly way easier to remember... \^\^
So basically it’s just another GNOME release gotcha.
AFAIK, the extension developer needs to explicitly set each version of Gnome they support. Even when the Gnome version doesn’t have any breaking changes, the extension developer still needs to update their extension to enable their extension for the new Gnome version.
On that note, screen sharing worked just fine for me on Wayland Fedora 38 with Zoom Flatpak.
Convenience for end-users and avoiding link rot is probably one of the reasons.
So far, Fedora has been rock solid for me ^^
As someone running a Framework 13 with Fedora 38 with 1.5 fractional scaling using Wayland I cannot say I experienced the same issue. Everything kinda just worked out of the box.
Personally I couldn’t go back from HiDPI screens. The lower resolution just makes stuff look blurry IMO.
yeah, tunneling into your local network and then calling WoL from there is the way to go.
Yup, this. Started update via Gnome Software, walked away from my laptop to make some coffee, restarted when I came back and it was done. ^^
Fedora has a KDE spin and gets some updates faster than even Arch (e.g. new Gnome releases) while also being considered stable. Heck even the the Asahi Linux project switched from Arch to Fedora as a base recently.
If you really need something from the AUR you can just use distrobox to generate an arch container and install the AUR package in there. You can then export it from distrobox to your application list with a single comment so that the fact that it’s running inside distrobox becomes completely transparent.
That way you have a stable but up-to-date base while also still having access to AUR.
That being said, in my 7 years on Linux I never needed something that was only accessible in AUR but maybe that’s just me ¯\_(ツ)_/¯
Been using the PoC extension for a few days now and I’m absolutely in love with it <3
Honestly just switch to a manufacturer that provides security updates for longer periods of time. My iPhone 5S, released nearly 10 years ago and is still getting them. Fairphone is another great example.
Yup, 40% of that AMD share is the Steam Deck.
This article is kinda misleading. Nearly 40% of Linux devices is the Steam Deck which is AMD only. Subtracting the Steam Deck AMD usage on Linux more or less matches that on Windows.
See the Steam hardware survey for the numbers that this blog spam article is reporting on: https://store.steampowered.com/hwsurvey/?platform=linux
While Vaultwarden is great I would not suggest selfhosting your password manager unless you do regular backups. Losing all your password cause your server went down is a great way to ruin your day.
As someone who owns a PinePhone I can tell you that a lot more work needs to be done first. postmarketOS is ok but being Alpine based means you have to forever deal with all the issues that come with it including its primitive package manager. And mobian also kept breaking ever other half a year or so requiring manual config changes etc.
What we need IMO, is a more reliable spin like Fedora, maybe even something immutable like Silverblue to ensure the stability required for a daily driver device while also being quick to deploy the latest versions of releases.
There’s also the whole app ecosystem aspect but between advances in Waydroid and convergent GTK apps, I’m more concerned about the underlying base OS than the app ecosystem ^^