My intention linking this is not to provoke someone or hurt feelings, moreover to show what we as community or maintainer need to fix.

Regardless how you see it, there is some truth in it, even if I personally disagree with most mentioned points ignoring that Android already runs on 1 Billion devices which is basically Linux…

  • ChinaNumberOne@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    5 years ago

    Ideology over functionality

    imagine actually thinking this is a bad thing, i’d take ideology over functionality anytime possible

  • smileyhead@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 years ago

    Android already runs on 1 Billion devices which is basically Linux…

    At which point? It takes only the Linux kernel. But kernel is the least important part from practical usage perspective. Everything else is different, the bootloader (no GRUB or systemd-boot), screen compositor, sound system (not a Pipewire or PulseAudio), package format, init process, shell, even the standard C library (Bionic instead of glibc).

    There are projects to run Linux on phones (see: https://wiki.postmarketos.org/wiki/Devices), but it takes huge about of reverse engineering and work.

  • uthredii@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    5 years ago
    1. Hardware problems/poor drivers: Linux runs well on some devices and not so well.on others. It is largely up to the manufacturer to make drivers so this will improve if manufacturers want to support Linux.

    2. Software availability: Projects like nix, app image and flathub try to fix this by providing a way developers can package their app so that it can be used on all distros. As far as I can tell:

      • Snap is centralised around canonical.
      • flathub doesn’t seem to have a huge amount of apps packaged yet (at least compared to nix or the aur).
      • App image doesn’t really have an easy way to manage all your different packages/update apps. It is useful though because it lets you install an app by simply downloading a file.

    As far as I can tell nix is the best option long term but it doesn’t have a simple gui yet/at the moment. Although there is one being worked on.