• QuazarOmega@lemy.lol
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    9 months ago

    This article is a bit strange

    Even though you can install Linux desktop applications for that container, you can’t use it to modify the Linux code (huh?) that runs ChromeOS

    Unless he’s on Gentoo (he’s not, he is on PopOS) to modify and recompile his kernel every time, I don’t see what he’s trying to say here.

    The title feels accurate, but misleading, like yeah it is Linux, with another desktop environment, but when they say this

    While most Linux distributions come with a default desktop environment, users can install and choose from many others. You can’t do that on ChromeOS, which is why I say ChromeOS uses Google’s desktop environment. Choice would be nice here but I really do like the new Material You interface.

    I’m like, no shit ChromeOS uses Google’s desktop environment? And what changed from the past versions that it is so “now more than ever”? On the contrary, from what I’m reading, there was even an effort in the Chromium OS development to decouple the browser from the window manager to make them standalone components (it seems to have succeeded in fact: mus+ash), now I’m not sure if it’s actually possible to Frankenstein a “real” desktop environment to replace or exist alongside Aura shell, but the point still doesn’t make much sense.

    When I use ChromeOS, I am limited. By Google

    Meh, you’re limited by the product’s features, if GNOME allowed as little customization (wink wink) you’d say the same, now that’s not to say that Google doesn’t force its vision on the user and that Chromium isn’t an open source project that is more or less closed in on itself, but it could always adopt some features inspired from other projects, some will never be there of course, namely extensions or “applets”.

    • Baron Von J@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      9 months ago

      The bit about modifying the Linux code is to say you can’t run a a built-from-source version of the kernel or DE, like you could do with Fedora or Ubuntu or Arch or distro.

      The bit about “now more than ever” is because by separating the browser and OS (Lacros) it’s no longer the browser-based OS we’ve always known it to be. Now it’s Google Linux with Chrome browser (Linux And Chrome OS).

      • QuazarOmega@lemy.lol
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        you can’t run a a built-from-source version of the kernel or DE

        That’s sad, do you know why that is? Is it that you can’t use a generic Linux kernel as a drop-in replacement or that you couldn’t even modify the source of the kernel used by ChromiumOS?

        And with “Google Linux”, do you mean its architecture is fundamentally different from the average distribution to be compatible with software that would otherwise run on it?

        • Baron Von J@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          9 months ago

          Well, you can build and run from source using Chromium. But that doesn’t have all the features of ChromeOS, just like AOSP vs what you get on a Pixel phone.

          I can’t imagine that Google have changed the kernel architecture. I just meant to differentiate that it’s their own distribution rather than another Debian derivative or something.

          • QuazarOmega@lemy.lol
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            9 months ago

            Ah, you’re right, the fact that Chrome has stuff not on Chromium is a pretty big deal, a few years ago I tried to use a project that attempted to somehow bridge the gap, I think it was Brunch and it was a pain to get working.

            it’s their own distribution rather than another Debian derivative or something.

            I understand

        • NaN@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          9 months ago

          Not easily, the accessible linux environment is a container that doesn’t give you lower level access. You can do more in developer mode I think.

          Traditionally it has been an extremely minimal Linux distro with pretty much everything running in the Chrome process, if you ever looked at the processes that was nearly the only one other than system things. They are trying to separate the base “Linux distro” and the browser more to make it easier to maintain, so the browser will be a normal application.