• 0 Posts
  • 95 Comments
Joined 2 years ago
cake
Cake day: October 23rd, 2024

help-circle

  • The problem is that NixOS achieves all of this by breaking assumptions that almost all Linux software relies on. Most Linux binaries assume the Filesystem Hierarchy Standard exists, and they expect interpreters and libraries at fixed global paths.

    This is a problem of those applications, we began to make appimages that do not make those assumptions and work in NixOS directly. (And this also means it works in places like alpine where a lot of those binaries wont either).

    People like to throw the FHS around but the reality is that not a single distro follows it fully, I wouldn’t rely on it to be the same in the near future at all.





  • So don’t use Sway, plenty of DEs are more polished.

    If you are an i3 user the only solution is sway.

    which is relatively new, has unresolved bugs that i3, which is older, does not have.

    sway is 10 years old and they haven’t gotten backwards compat with i3 right, let alone other wayland specific issues like not having fifo v1.


  • Samueru_samatoLinuxSeveral New X.Org Libraries See 2026 Releases
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    3 months ago

    and one bug that was quickly caught and fixed

    The performance regression? It hasn’t been fixed.

    Maybe don’t use a distro that is specifically known for shipping new software very quickly.

    You will run into old wayland bugs lol, like GTK4 apps being totally broken on intel.

    https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38373

    and often structurally much better

    On wayland even getting apps to draw their own icons is a total disaster, and doesn’t help the constant sabotage from gnome of refusing to fix those issues, and don’t get me started on the csd mess which is another source of nightmares.

    Wayland suffers a lot of internal fragmentation, we didn’t see these kind of issues in the move from pulseaudio to pipewire because there is really only one implemenation of pipewire, guess what would have happened a bunch of DEs decided to make their own implementations of pipewire instead?











  • I don’t know where this myth about Flatpaks always being gigabytes in size originates from or why it’s so persistent, but it’s wrong.

    Alright, here is ~25 GUI apps flatpak vs appimage:

    • 6 GiB flatpak.
    • 2.7 GIB appimage.

    This is if you have a filesystem with transparent compression, If you do not have such filesystem (ext4), then it is more like 15 GIB vs 2.9 GiB lol.

    This comparison is missing the flatpak equivalents of kdeconnect, deadbeef and a few CLI tools that I have on right btw, flatpak-dedup-checker for some reason doesn’t check the /var/lib/flatpak/repo directory which is usually another +1GiB in best case scenario.