• 1 Post
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle







  • Crunkle_Foreskin@kbin.socialtoLinux@lemmy.mlVoid Linux
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    1 year ago

    I used it for a year a year or so ago and changed for some reason. Recently did a fresh install and I am seriously unable to think why I left it.

    It’s insanely fast, performant, resource-friendly and much more community driven than other distros with the void-packages repository on GitHub. Oh, and it doesn’t have systemd so my install boots in 3 seconds flat, compared to the 22 seconds for Fedora 38.



  • Fedora 30 - 36 were phenomenal releases and I mostly used them, recommended them elsewhere.

    I had to start using the Spins because the default GNOME desktop is just becoming unusable. Stripping functionality to make it prettier, not fixing longstanding issues.

    Then Fedora had that kerfuffle with the licensing issues with codecs, and I couldn’t play a certain type of HEVC video that the vast majority of my video library is encoded in.

    Then, more recently, I had issues with Python in their repos. That was the last straw. I’ll definitely check it out again in a few years to see if they’ve fixed a lot of these problems, but I wouldn’t recommend the distro in its current state.






  • AppImage is a lot better than Flatpak because it isn’t a walking security nightmare (http://flatkill.org).

    But yeah, I got a build working with the PR. I’m not on my computer right now, but it’s a pinned PR in the GitHub issues for the WebCord project. You go to the fork with the branch, you run a couple of quick npm commands and then you can do a build.

    I did have to remove a few of the package makers because they’d set it up to do a .deb build, and I haven’t used apt in years. I vaguely think they had a Flatpak or a Snapcraft package maker in there too, but I don’t use those.

    You run the make and package commands which you can find in the package.json file, then it outputs a built application for you.