Am I on Slashdot in 2004?
No shade. I respect my Linux brethren. I’m on MacOS, but CLI junkies should unite and drink beers. Or smoke trees. Or whatever. The point is that I love you all. But no Windows peeps.
I never liked the CLI, which is probably why I couldn’t switch to MacOS after using Linux. My god is MacOS UI “weak” on customization for power users
There’s never been a bad year for the Linux desktop. The share size doesn’t matter. So, yes, it is the year of the Linux desktop in my book and it has been that way for decades.
Market share will matter just for more support from manufacturers, software, and devices
Agreed. It’s just the joke, as always.
The share size doesn’t matter.
Gotta disagree with you there. Market adoption should be a primary concern of those who care about the Linux ecosystem.
The more it’s adopted the more it will turn into windows.
This is exactly the “popular => bad” mentality that needs to die. Good products are good—and perhaps more importantly, bad products are bad—irrespective of their popularity. Linux is a masterpiece as a result of millions of hours of thoughtful and rigorous engineering, not the absence of its wide adoption on desktop. Windows is a dumpster fire as a result of millions of hours of reckless code vomit, not its ubiquity on desktop. See also: the Android operating system you know and (if I had to guess) love.
I use windows and it runs prefectly fine for me so I never said it would get bad… just become more like windows.
deleted by creator
It already is. It’s becoming increasingly GUI-centric and technologies like Flatpak are blurring the differences between distros. (FWIW I think this is a good thing)
Windows used to be alright/tolerable like 3 operating systems ago, each new version takes features away and brings new bugs that are more and more annoying in their attempt to get a slice of Apple’s closed garden pie. Their auto sign in feature has caused me SO MANY headaches when trying to sign in with a different user
Like Windows, how? An operating system has dozens of properties that could be “like Windows”, please specify.
No it won’t. The beauty of Linux is that it can transform completely to fit your needs.
Making Linux more noob friendly isn’t going to take away my custom terminal-centric tiling wm arch install.
More users = more developers = more options. Linux is already awesome, but growing will only bring more good.
Growing will also bring an increased attack surface and justification for writing malware for Linux due to market adoption.
It’s not all good, there is going to be an increased security vulnerability along with it.
And so will there be more people to look into and fix the vulnerabilities, specially if we can foster a bigger community of open source developers by being a healthier community overall.
Steam deck BAYBEE. None of the other pocket computers have my attention now if they arent built for Valves version of Linux
Nah, an OS is only useful if its commonly used. Linux has never been useful for this reason.
I’ve been tinkering with it since the late 90s and running it as my daily driver both at home and at work for nearly 20 years now. It’s extremely useful.
It is only rivaled in its uselessness by templeOS. The only useful distro is tails which is good for drugs.
Your knowledge is as unique as it is correct.
Stupid take.
Linux has some of the best device compatability because it’s baked into the kernel. Don’t need to download a driver in most cases, just update the kernel.
Plus it’s known to be a great os for a developer. Also the apt repositories or other repos make installing an app on windows store look like a toddlers first steps in comparison.
Oh and if you use an android phone then you’re using a Linux kernel.
The foundation of the Android platform is the Linux kernel. For example, the Android Runtime (ART) relies on the Linux kernel for underlying functionalities such as threading and low-level memory management. 4 May 2023 Platform architecture - Android Developers
Linux runs people’s cars, phones, routers, sometimes even fridges. And don’t even get me started on servers. Linux is the most useful OS on the planet. The desktop is just another thing for it to conquer.
You’re wrong though. Linux kernel might be running on all of these things, but Linux desktop OSes do not because they’re shit.
Imagine being this passionate about being wrong.
Yeah, tell us more about it.
And why are they so shit in your opinion?
Lack of standards, compatibility and totalitarian control of a single person. Pretty much everything that’s important for a Linux kernel is lacking in userland.
Who is this single person controlling all the desktop environments and window managers? Oo
We have standards like pipewire, xdg portals and wayland in active development that try to cover anything a desktop OS might need. Lately there has been a huge push towards them, as the standards they replaced weren’t future proof at all.
But I take it that you are more concerned about fragmentation of these standards. I can almost guarantee that a lot if it will just whither away with time. Noone wants to maintain ancient protocols like X11 anymore. We might have another turbulent few years in this transition, but the end result will be worth it.
And I don’t get what you mean with compatibility exactly. There are lots of ways to define that, and the Linux desktop is excellent in many of them. We have xwayland for legacy applications, loads of translation layers to bring together older graphics APIs under the main vulkan drivers, WINE to run windows software, etc. You’re gonna have to be more specific there.
Yeah, some things are getting standardized, that’s great. But many are not even on a roadmap. People still argue which init system is the best, lol. And don’t get me started on package managers…
As for compatibility, even if we forget about the apps, let’s just focus on some modern features. Multi monitor DPI settings work in some distros, but don’t work in others. HDR works in some, but not the others. DRM, proprietary tech, etc. Why the fuck things just don’t work everywhere?
2023 was the year of the Linux desktop.
- Got Discord and Zoom off the store
- Zoom screen and webcam sharing just worked
- Was able to even switch Bluetooth profile through GUI
- Essentially any game that didn’t use a kernel level spyware works
- Chromebook hardware in the $500 range is pretty good
- Must software is web based.
I recommend OpenSuse Tumbleweed. Install once, update weekly or biweekly. (It’s a rolling release, so it doesn’t have major upgrades like Windows 10 to 11 does.) About a month ago I did an upgrade on my old laptop. Handled 2 years of updates flawlessly.
I left tumbleweed for alpine and artix because even if you always use
--no-recommends
for package installation it seems to ship just too much bloat and I left it after it shipped some broken software I didn’t need anyway but must’ve affected system stability too severely, iSCSI iircartix
Wow, are you able to use the new s6 supervisor or service manager yet, or is it too early yet? I saw an initial post once but didn’t follow it’s development.
Sorry you had problems with Tumbleweed. The forums and subreddit are very supportive, no matter how you installed the distro. It’s actually why I moved to Tumbleweed from Arch.
tbh I simply haven’t tried it yet. OpenRC works really well for me though I haven’t looked into why I would switch to s6 either.
As much as I hate to say it, I wonder how much of these are Chromebooks
Growth is being driven a lot by the Steam Deck.
I have a deck, a few old laptops that have all gone Linux now, and a windows desktop for gaming. The deck being so good, and Windows 11 being so bad, has nearly convinced me to try Linux on the actual desktop.
I think there are still a few games and applications (I’m primarily a C# dev for work) that I “need” Windows for but the case for dropping as much MS from my life as possible has never been stronger.
I do C# dev for work also but use Linux. You’ll have to use Rider for Visual Studio and Datagrip for Sql Server Management Studio. Only drawback I have is that Edit and Continue only works on dotnet > 8.0.
You might need to do a tiny bit of extra support for the launchsettings.json since you’ll need to launch with kestrel server instead of IIS Express.
Legacy dotnet will need an old Ubuntu/Whatever so some docker knowledge may be required since MS didn’t release a snap/flatpak of dotnet yet. 🖕
I use Linux for gaming and dev with a highly customized KDE+bash setup and I love it. :)
I can’t speak for everyone but I used to say “I can’t drop windows because I need XYZ programs all the time”.
Well turns out I don’t, and turns out it’s surprisingly easy to tell my employer (well my professor really, I am a PhD student) “Sorry I can’t run that program, I don’t have windows”. If they don’t accept it, they can supply me with a windows PC.
Time to Sort the Steam Deck out like ChromeOS, then the Linux market goes back to 2%?
Right? RIGHT?
School districts buy Chromebooks by the thousands. Steam Deck is definitely paving the way in terms of demonstrating a consumer use case for Linux, but I would be shocked if there are even 1/100th the number of them in the wild as there are Chromebooks.
ChromeOS is listed in a separate category.
This is mostly from browser stats though.
Sure, you can browse on it, but I wouldn’t have thought it enough to skew the numbers in any meaningful way.
It looks like ChromeOS is reported separately in those stats
Schools LOVE chromebooks
Some of it’s India.
It looks like Linux will be mainstream in India in the next decade. I’m excited since a small fraction of the incredible amount of users will become distro developers.
I switched to Ubuntu 22.04 on 2023-12-31. I had used a bunch of other distros back in 2008-2012, then got tired of manually tweaking things constantly. Things have come a long way and there are way more options to make things work. I don’t have to spend hours on the CLI or reboot frequently.
So yeah, I’m going to stick with Ubuntu for a bit, then switch to something else.
These days, you probably won’t need all that tweaking.
I’d recommend Linux Mint.
Fedora with Cinnamon desktop has been gooood to me. Admittedly it’s on a Thinkpad
Honestly Debian would be a better choice if you want a rock solid stable experience.
True that. However, Linux Mint may have a better out-of-box experience.
Note: Debian is my favorite distro.
Linux Mint Debian Edition looks like a common ground for you two ;)
Unless you’re using nvidia :')
Isn’t Linux Mint just green Ubuntu?
Man I still suck at NixOS and it has it’s kinks/learning curve, but if you’re tired of tweaking things constantly the nice thing about NixOS is all your little tweaks get recorded into a single file which builds your base OS into your particular configuration. So after you tweak it and get it right, you’ll never have to tweak it again even if you change computers
That doesn’t sound too different from the regular Unix paradigm where all your config is stored in your home directory. I’ve wiped my root partition many times over the last decade but usually everything in my desktop environment is just the same as it was. Aside from migration of dotfiles into .config which was honestly overdue.
Unless NixOS is kind of like Ansible and is a build script for the whole system, package management and all? Haven’t tried it myself.
My concern would be slow buildup of unused packages if that’s the case. It’s nice to wipe out that junk on an upgrade.
I haven’t used Ansible but it sounds pretty much like that, basically you write out all the packages you want in a config and it builds the system from that. Very nice in terms of stability and maintainability. I’m very much an amateur so I can’t say for sure but I think the unused package issue would still exist on nix.
Exactly, like ansible.
Unused packages aren’t typically a problem unless you imperatively change your systems state. Otherwise, If you remove it from your configuration.nix, it’s removed when you switch to your next build. Previous builds/generations keep those versions of those packages, which wastes space, but you can specify garbage collection to remove generations older than a month
My only complaint so far is the best way to properly make a development shell for a python project is either with a still somewhat experimental feature called flakes, or a 3rd party solution poetry2nix. Im probably going to switch to using docker/podman for python projects.
On the other hand, pip is the worst package manager, so being incentivized away from it is kind of a plus
Wow damn 4% holy shit.
My reaction too. This is fantastic!
Until you realise it is mostly steam deck and indian govt office pc running linux.
That’s honestly quite a lot, nice
The repo at the link doesn’t really explain where the data is from, does anyone know?
The URL saves ‘statcounterdata’ so maybe from https://gs.statcounter.com?
Which has Linux at just under 4% for Jan 2024, and if you include Chrome OS then it’s over 5%. link
Statcounter provides free analytics by embedding their code in your site. And their stats come from aggregating all the data from all the sites that use their analytics.
Wonder if Linux users block Statcounter at a higher rate than other OS users.
I’d assume uBlock Origin blocks it by default?
I’d think there’s a pretty high chance!
But also I wonder if Linux users are more likely to stray off Instagram and TikTok onto smaller sites that might use Statcounter?
Great point! :)
Really curious about all those “unknown”. Solid piece out of everybody.
I would bet it’s a mix of win/Linux with people don’t spoofing their system. Mac users don’t hide using a Mac, well, they are doing more like the opposite.
Year of the TempleOS Desktop
I moved to Linuxast year, but from a Mac so not sure how much I’m moving needles.
Not much especially if you set up the desktop environment to mimic Mac os. Unless you do pc gaming, then depending on your hardware you get a big boost in available titles.
I use both and have my desktop setup to look like my work Mac. It’s about the same TBH. Gaming is much better on Linux tho. But more biz apps ‘just work’ on OSX.
Wow, I was just going to ask if it was 2% a couple years ago, then check the link. That is a really fast increase.
“Unknown” goes from 3 to 6% in the same time period, so I think technically it’s the year of the Unknown desktop. Sounds catchier, if you ask me.
That’s true, mystery is exciting!
Go India! duck yeah! Woohoo \o/
Let’s go India
And here in Sweden were I it’s just 1.41% :(
People are tarded here, they buy apple.
"Hey look at my new iPhone that costs 20000 sek and can’t do anything important better than the last five previous iPhones "
But it’s really fast at idling in people’s pockets.
Better than using windows ¯\_(ツ)_/¯
And now imagine here in the US where every single person has an iPhone and everything Apple. They are completely brainwashed.
Critical thinking seems to be a thing of the past… Maybe it’s because they feel like we are on the end stretch of society anyway, may as well enjoy the days left.
Your Fedora must be huge!
It’s amazing to me in 2024 we still have fanboys saying this shit ad nauseum since 1995.
Linux is a shitty desktop environment unless you like to tinker. Apple and Windows provide a far better experience to those who want shit to just work and be compatible.
Install Linux Mint with the GUI installer a la windows, done.
You are factually wrong unless you specify a distro. But even arch has arch install now.
Does the audio work? Including the microphone?
What about the Nvidia drivers? Wifi drivers? Printer drivers?
Maybe it works when you don’t do anything with your computer, but most people aren’t like that. Linux just really requires you to tinker more than other OSes. Sometimes that is a good thing, but never for a non-techy.
You will just have to come to terms with that.
I have an arch laptop for work. Out of the box, wifi worked because I needed it for the installation. I never print, strongSwan worked as easy as on windows. Arch minimal does require you to tinker for it to look nice. You are right about that. But honestly theres a package for everything and pacman is easy to use. The biggest issue I had was getting geek fonts or whatever to display in my polybar. Audio worked out of the box.
Edit: and I guess I am being a little untruthful. The regular arch install is easier than windows. I chose minimal because in my opinion vanilla kde is an eyesore and I wanted i3 as a window manager and no desktop at all. But it took me 20 minutes maybe to look up some packages to start with, type them in the given line and I was off. I was ricing for a whole week after. But it was entirely functional without looking pretty.
Everything you listed would be solved if Linux was as mainstream as Windows.
For me, I don’t use Nvidia, WiFi works, old HP printer works, just need to install a package, a 1-year old Canon printer works out of the box on Ubuntu, but I need to extract the stuff from the driver .deb and place into the it into the right directories. Audio and microphone works flawlessly. This is the case on ASUS ZenBook, an underpowered ASUS Vivobook or something and a 2012 iMac, though on that one I need a modification to
/etc/default/grub
to be able to control the brightness.
Nothing just works.
I run Linux, not because I think it’s great, but because Windows is awful, and keeps getting worse. Furthermore it keeps abusing its majority market share to get away with increasingly scummy behaviour.
My Linux experience has been a lot more tinker free than Windows. There’s a ton of distros to choose from for the uninvested, my 60 year old mum runs Linux at this point and the only difference is she stopped calling all the time for tech support.
Odd. What distros have you had such poor experiences with? What sort of things do you use Linux for?
Mint has been tinker-free for me for years as my main desktop. I have had Mac and Windows laptops during that time, as well. But I rarely use them for any of my hobbies.
I use it to actually do stuff so the last thing I want is tinkering getting in the way of that. And it hasn’t for years.
Now, to be fair, gaming is another story since not everything works easily.
Anyway, I doubt Mint is the only distro that doesn’t require much fiddling with.
Things have come a long, long way since the 90s (I was using Mandrake at that time).
For example, the install process for Fedora and Mint are slicker than for Windows if you ask me.
I mean, my kid has been using Linux as her desktop since she was like 10 and she doesn’t seem to have any problems (except ok sure, stupid Nvidia …we went AMD with her new system). Granted she mostly just surfs and plays Minecraft.
I wouldn’t hesitate to set up a non-techie with one of the mainstream, stable distros depending on what they want to use.
I don’t think it is the year of the Linux desktop by any stretch but I do think the numbers will trend slightly up over the next five years as steamdeck-alikes get more popular and more progress is made on compatibility and natively written games, and as Windows enshittification continues.
I’ve personally had poor experiences with Mint, Fedora, Ubuntu, Manjaro and one or two others I’ve tried. Every single one required a few hours of tweaking in the terminal to get it even close to being functional, and I constantly found new things it wouldn’t work with (hardware, software, games, etc)
After about a week of being unable to use my computer as I’d like to (online gaming and photo editing) I went back to Windows.
1.19% in Switzerland, so we’re even worse
What???
It looks a fish giving bass to mouth. See there’s the first fish on the left sucking the other one off on the right
U sicko
Given the size of Estonia, I’ll assume that was the work of one single Linux supersoldier who spent the whole month entering homes at night and installing Linux on whatever computer they could find.
I switched to Linux last year so I’m doing my part
Same, hearing about all the changes that Microsoft tried to push into Win11 was what convinced me that I needed to switch.
After Windows 11 came out, I said HELL NO! The whole UI and look of everything is just so awful. I feel bad for my fellow lads who are stuck on Windows still. The only people I get annoyed with are the ones who glorify Windows. Look I’m not forcing people to switch their OS, but god please don’t glorify Windows spying features and say ‘I don’t have anything to hide’. Just say fuck it and make the switch, take back control of your life! RISE THE FUCK UP!
‘Other’ rising by 0.01%
I wonder what portion of that is steam decks.
Me too. As one data point, I don’t use mine to access the web. However, it did get me confident with Linux as a viable choice for my desktop today. I went on to install it dual boot on my main and rarely if ever open Windows. It’s probably a couple months behind in updates.
In the end I just uninstalled windows because every time I opened it, it tried installing all updates and I had to wait 20-30 mins to get to the desktop
And don’t forget the ten different single app updaters because there’s no centralized update system. There’s just so much stuff running all the time.
Hey so I know you deleted the Edge shortcut from your desktop the last three times, but this time I think you’ll really like it, so I added it back!
Yeah, I just ended up fully disabling windows updates. Still do most stuff on Linux but only boot windows for some specific games
Ahhh that’s kind of like how it started for me. Now the things I can do on Linux far outstrip the things I can’t, if I switched back to Windows.
Have you messed around with different desktop environments (DEs) yet? That’s my favourite part of Linux. I can’t imagine using a laptop without tiling window manager
To be honest, DEs are one of the biggest things I dislike about trying to use Linux. Nothing works with each other, solutions for one don’t work for another and unless you spend weeks configuring them they all look and function the same.
Windows and Mac are simple. There’s one option, it works well and doesn’t need a bunch of tweaking to make it tolerable (at least to me)
I’m back to Windows unfortunately.
I miss gnome with a passion. I loved the win key overview, it was great for dragging windows across monitors.
Haha no worries, you are not your OS XD
I do hope you give it another shot sometime. I think I dual booted for a couple years before switching over completely, anyway.