this post was submitted on 01 Oct 2023
357 points (92.2% liked)

Linux

45574 readers
1811 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] QuazarOmega@lemy.lol 8 points 9 months ago* (last edited 9 months ago) (1 children)

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".

[–] baronvonj@lemmy.world 7 points 9 months ago* (last edited 9 months ago) (1 children)

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 1 points 9 months ago (2 children)

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?

[–] baronvonj@lemmy.world 3 points 9 months ago (1 children)

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 2 points 9 months ago* (last edited 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

[–] Bitrot@lemmy.sdf.org 2 points 9 months ago* (last edited 9 months ago) (1 children)

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.

[–] QuazarOmega@lemy.lol 1 points 9 months ago

Interesting, didn't know about the container thing!