• 0 Posts
  • 344 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • erwan@lemmy.mltoLinux@lemmy.mlGoldilocks distro?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    6 days ago

    There are a few improvements in Aurora over Silverblue that you might like.

    It ships with homebrew which is perfect for CLI tools.

    It ships with distrobox instead of toolbx which is much better. You can install any distro while toolbx is just a Fedora. For example I’m using Arch in toolbox because of the number of packages and the fact that they’re usually up to date (no need to wait for a major release).

    So far I never had to use rpm-ostree, and for VSCode I use distrobox precisely because of the permissions.


  • erwan@lemmy.mltoLinux@lemmy.mlGoldilocks distro?
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    6 days ago

    For me atomic distributions are the way to go.

    You get a rock solid base system that get updated automatically, and every single user has the same image so you can’t get into a bug that’s only reproduced on your system because of your combination of system packages. If for any reason you have a problem with an image update, you can always boot on the previous image from grub.

    Then user apps come on top of that, and can’t break the base system.

    I know you tried Kinoite and got stuck, but there is always a way to unblock yourself and install what you want. If it’s not in flatpak there is homebrew (for CLI), and if it’s in neither there is distrobox. You can also do a rpm-ostree for native packages if all the others fail.

    You can also check universal blue, Aurora in particular if you want KDE. It’s based on Fedora Silverblue but with an improved out-of-the-box experience.

    https://universal-blue.org/















  • erwan@lemmy.mltoTechnology@lemmy.worldHas the AOSP project failed consumers?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    When AOSP was first released, it included all necessary app. Now many of them have been replaced by Google’s proprietary app.

    There is also the Play Services, necessary for many third party apps. I know an open source compatible lib exists, but it’s not the same as not needing it at all.

    Yes you can use a fully Open Source Android system, but it’s getting farer and farer from a “standard” Android install with all the Google proprietary stuff.