I’m one of the converts. Didn’t like Windows 11 at all, decided to try Ubuntu/Zorin before going back to 10 and ended up staying. I’ve tried various distros many times over the past ~15 years but it never felt “ready” to me until now.
The last few years have had great improvements. For any average user (like a kid or adult that just browses web, streams video, zoom calls, etc) there is no reason a Linux desktop can’t be their main system.
On my laptop, I’ve switched to Linux since, despite being built in 2017, doesn’t meet Win 11’s min requirements. This is horseshit, I don’t care how MS explains it or justifies it, there’s nothing wrong with it. I’m sure during development, they realized a 20 year old computer could run Win 11 and decided to make up requirements to force people into buying new PCs.
Anyway, I’m using KDE Neon and I’m loving its ease of use and simplicity. I have barely needed to dive into the terminal to fix anything and KDE Plasma feels very polished and user friendly. To me, it feels like the new “normie-friendly” Linux. And without the horseshit telemetry and Microsoft spying, it’s like a brand new PC.
I’m a sysadmin and we are in the very early stages of rolling out windows 11 to our users. Windows is windows, but I just can’t help but have observations that windows 11 looks like KDE did maybe 10 years ago? It’s like a badly themed linux distro from 2015…
It is arbitrary: my HP Zbook initially offered W11 upgrade, but we use corporate stuff and our software wasn’t certified on W11 yet so I held off. Months later we get a notice that the Zbook no longer meets requirements for W11 LOL
I just installed Linux on a six-year-old budget laptop this morning. My first time using Linux. What was a uselessly slow machine is now just humming along.
Nice. That is what started me into Linux. Wife’s 2011 laptop became useless with W10 upgrade, now it runs linux and she has fast browsing, zoom calls etc, and it is peppy like a new computer.
I know it’s a joke, but if linux keeps growing steadly, without saturating, it can reach a point in which it breaks the “I don’t use it because no one else does/ I don’t use it because my software isn’t supported” barrier and start to grow exponentially.
I am not saying “This is the Year of the Linux Desktop”. That said, things languished below 2% for decades and now it has doubled in just over a year. With the state of Linux Gaming, I could see that happening again.
Also, if ChromeOS continues to converge, you could consider it a Linux distro at some point and it also has about 4% share.
Linux could exceed 10% share this year and be a clear second after Windows.
That leaves me wondering, what percentage do we have to hit before it really is “The Year of the Linux Desktop”. I have never had to wonder that before ( I mean, it obviously was not 3% ). Having to ask is a milestone in itself.
I’ve never been a Linux guy but recently I’ve switched to Pop!OS on my laptop and bought a Steam Deck. Other than a few teething issues with the laptop I’ve had a great experience and I wouldn’t consider myself ridiculously tech savvy. I’d absolutely consider switching my gaming PC over but my worry is loss of performance and being unable to use my game pass games. I’d be super happy if I could switch my PC over in the next couple of years.
Game pass is the one problem with no great solution in sight… But not great doesn’t mean none. If you have an Xbox you can play them on the pc streamed over your Lan, and you can also stream games directly from the web as well.
Again, not great solutions, but it is unlikely we will see Xbox game pass running on Linux. I think MS will do anything and everything to prevent that.
Then there’s the not-solution of running a windows vm. You aren’t ditching windows with that entirely and, at least from what I understand, you’ll need a second graphics card to dedicate to the vm to get “bare metal” performance.
year of the linux desktop is based on how many third party apps are there, not how many people use it imo. they correlate and impact one another but arent the same
Adobe looks at Linux market share and thinks, “Hmm, we could make some money from this,” and ports Photoshop, After Effects, and inDesign to Linux
Or:
Adobe looks at ChromeOS and thinks, “Hmm, we could make some money from this,” and ports all their programs to the web except After Effects because that involves massively extending web protocols again to support all the codecs and improving performance.
ChromeOS can run native Linux apps, so realistically if Adobe wanted to support ChromeOS they’d probably go for a Linux port anyway. A lot less work than trying to reimplement every single UI from the ground up as a web interface.
I wouldn’t say ChromeOS can be clarified as Linux for the sake of this number. While it of course is bases on the kernel, it still is in the hands of one company and definitely not free software. While we may talk about ChromiumOS, I would differentiate here for the sake of control over your OS.
ChromeOS is as much Linux as anything else is. It’s controlled by a greedy megacorp, but so is Red Hat (IBM) or, idk, Oracle Linux. Yes it’s based on an unusual immutable design, but immutable distros are now cropping up out of lots of projects (Fedora, SUSE, Ubuntu, amongst many others, not to mention the Steam Deck). It avoids using the GNU tool chain, but the alternatives that it uses are already used by other Linux distros (like Alpine). It now uses the standard Wayland graphics stack, and is in the process of moving from upstart (a previously widely used Linux init system) to systemd.
It’s hard to come up with a definition of “Linux distro” that excludes ChromeOS without excluding a bunch of unambiguously Linux distros too.
I think you raise an interesting point. I haven’t considered Red Hat Linux, but according to my definition this shouldn’t be Linux then… I still don’t think I feel fully comfortable calling it Linux, because a lot of stuff is watered down. Years ago I used Cloudready, and even though it was based on ChromeOS it used Flathub. I think for me that made a huge difference, because then I could install Steam, LibreOffice, Zoom and Firefox on my ChromiumOS laptop, without having to go through a Linux emulator. I still want to knoe why Google didn’t use this functionality in mainstream ChromeOS.
In the current version of ChromeOS, as far as I know, either you sideload Linux or Google completely controls all app stores. For me that is a fundamental conflict with the promise of freedom and user control that Linux gives - with a simple sudo you can be lord of the world. I think your comment made me realize that that ChromeOS cannot be called not Linux, because it clearly has similarities. But Red Hat doesn’t control your way of getting new apps. For me that is a major difference. Ultimately one could raise a point that MacOS is also Linux, because it uses Darwin - and so I think we need to use different definitions than just a pure “we share same technical basis”.
Ultimately one could raise a point that MacOS is also Linux, because it uses Darwin
There’s no basis for calling MacOS Linux. There’s a legitimate basis for calling it BSD, as Darwin was forked from FreeBSD, but BSD and Linux aren’t directly related. Also, Darwin has diverged considerably from FreeBSD, and only a small amount of the stack outside of the kernel shares any code, so it’s not necessarily meaningful to think of it as a “FreeBSD distro” in the same sense as you would ChromeOS a Linux distro (which uses, as I mentioned in my previous comment, a more-or-less standard Linux technology stack).
In the current version of ChromeOS, as far as I know, either you sideload Linux or Google completely controls all app stores
ChromeOS lets you install Linux native applications out of the box, although it does so in containers (Crostini, which I believe is based on LXD, another standard Linux technology stack). Once you enable Linux apps, it automatically hooks you up to the Debian repositories, and you can install using apt like you would on any other Debian install.
Whether you consider Crostini to be “sideloading Linux” is a matter of semantics, but fundamentally it’s no different from installing containerised LXD/LXC apps on Ubuntu or whatever, which is a common use case for developers and production servers.
For me that is a fundamental conflict with the promise of freedom and user control that Linux gives - with a simple sudo you can be lord of the world.
I think you’re making an argument for why it’s a bad Linux distro (from a certain perfectly valid point of view), but not that it’s not a Linux distro.
There are few if any other distros which are as locked down ChromeOS out of the box, but all Linux distros can be locked down, and if you’ve ever used a corporate provisioned machine in a workplace or education setting then odds are you won’t have any admin freedoms regardless of the distro chosen. Sudoer privileges is something you might have on your own home machine, but not something that you can expect on every Linux machine. Even on devices you own, there are devices that you might buy (such as wifi routers, DVD players, smart TVs) which run standard Linux but which are as locked down (and more) than a Chromebook; it’s just that most people don’t expect to have unrestricted sudo privileges on their router in the same way as they do a laptop.
For the record, I am not a Chromebook fan. I owned one once for a few years, and thought it was a disappointing, artificially limited experience, and I don’t intend to have one again. ChromeOS is not my idea of a good Linux distro. But I’ll still argue firmly that it is a Linux distro in all ways that matter.
I think you have raised an excellent point, which also led me to reconsider my thoughts. Truly, when you argue with my definition, a Fedora workstation in an enterprise where an end user cannot install apps shouldn’t be considered Linux, because the end user isn’t able to install apps on it. A few of the points you raised (e.g. LXD) I haven’t even known existed. But I e.g. use Fedora Silverblue, and with Toolbox you can emulate a Ubuntu distro. Should then Silverblue be not considered a Linux distro because it doesn’t offer installing native packages by itself? That would be a risky argument to make. So in the end, I thank you for the points you raised. You have led me to reconsider the topic. I especially didn’t knew that Crostini was based on a Linux stack, I always thought that it was a side-loaded emulator which “replaced” ChromeOS - which even isn’t logical, as I now see. So thank you, I learned something new from today and will pay more attention to see ChromeOS not as something distinct from Linux, but just as a distro with a “Google-y touch” on it. Especially now with ChromeFlex, where you can install it on every PC with a processor => toaster, it has truly become a Linux distro.
Yes, it does use a Linux kernel but no one would consider it open unless you limit yourself to AOSP. Google branded Android is closed and is regulated and restricted.
indias growth is so important, it’s such a dense country so growth will be rapidly exponential unlike 95℅ of other countries. it’s the perfect mixing pot of technologically literate, dense, money conscious, and distrustful of western influence for linux to thrive in. once india is dominated by linux, it will expand outwards so fast.
Seriously, I’m impressed on just how much influence Linux has in India, not only as an OS, but as a community. I’m in charge of some of the Fedora social media accounts and it really impressed me at first how India is consistently one the top 3 countries our followers are from in all of them.
“Use your Deck as a PC, because it is one.” So Valve did market it as a PC and it’s one of the reasons I bought one more than a year ago. And it’s really my desktop (that I bring with me to places occasionally)c
When you are using the steamdeck in handheld mode there is no web browser unless configured from desktop mode. The desktop on the steamdeck is no different to my computer therefore I don’t think it’s fair to wave it off as a console. It’s far closer to a pc than a console.
Ehhh, you have to spend money on a decent dock to be able to use it with any consistency as a desktop. Sure, software-wise, it’s not a console, it plays PC games.
However, it’s physical form factor is a console. It looks and functions out of the box far more like a Nintendo Switch than a IBM ThinkPad.
It’s literally a gamepad with a screen and no keyboard or mouse. So despite being a PC platform, I would still consider this a “console,” based on outward-facing form factor alone, personally.
That’s a fair point. Since we are talking about linux os share, the software that’s running on the device is more important to me than the form factor. What’s running on my steamdeck is so close to what’s running on my desktop pc that when I’m browsing the web on my steamdeck I’d consider myself browsing on linux rather than browsing on specifcally steam os.
I wonder if that dip in Windows in April, going down to like 62%, and the correlated boost for “Uknown” operating systems to 13% might somehow simply be Windows not being recognized properly and categorized as unknown?
It seems a bit far-fetched to me that a bunch of Windows users would for 1 month suddenly all decide to use ReactOS, FreeDOS, BSD, Solaris, Illumos, Haiku, Redox, and Plan 9.
When I was part of the KDE marketing working group, we always talked about 5% being the magic number. If we hit that, then the avalanche of ported and supported third party software starts. It’s a weird chicken and egg thing. Looks like we’re close!
Add comment