Games on Linux are great now this is why I fully moved to Linux. Is the the work place Pc’s market improving.
I’m reminded of a video I saw of a woman talking about her dating prospects using M&Ms. She poured a bunch on the table as a metaphor for her dating pool, and slid away M&Ms as she ruled the people they represent out. “8 million people in the city. But half are women slides half of the M&Ms away of the remaining 4 million men, 20% are under 25, slides more M&Ms away” until she got to a point where she had one candy left, and then she shattered it with a meat tenderizer and continued sliding pieces of it away.
You can do that for potential adoptees of Linux, because there are a bunch of filters in series you have to pass through before successfully adopting Linux.
8 billion people on the planet.
Subtract the Sentinelese and Amish and North Koreans and everyone else who just outright doesn’t have access to computers. Nothing we can really do about them and in some cases it would be unethical to try.
Now subtract out the people who only use a mobile device like a cell phone or tablet, which are locked to their OSes. Android or iOS is as much a part of the hardware as a microwave oven’s firmware is to them. Linux on mobile devices (excluding Android) is in a severely rough state, there’s basically no hardware and software combo that is ready for daily driving.
Now subtract out the people who do use a PC or other device, that won’t ever install an operating system on a computer themselves. You’ll get some of these folks by selling computers with Linux installed in stores and such, though I think you’ll have to address a few other points later. I think SteamOS is demonstrating this.
Now subtract the people who might install Linux themselves, say PC builders who would have to install an OS anyway, but bounce off the process of choosing a distro and then installing. The big distributors like Canonical and Fedora tend toward marketing wankshit instead of human language. You can’t tell their goddamn websites “I just want the normal end-user desktop version with KDE please.” Does “Core” mean our main, central product, or the IoT embedded system version? You kind of have to know Fedora calls their Gnome edition “Workstation” and if you want “normal Fedora but with KDE” that’s a “Spin.” Then you get the Trendy Fork Of The Month, things like Bazzite and Nobara that pretty much are Fedora or Ubuntu with a theme applied, maybe some actual features in the OS, but often just a redone onboarding process, like I think it’s Bazzite that offers a configurator on their website that lets you pick your desktop and such. Defuckulating the onboarding process of major distros might allow us to do away with the Trendy Fork Of The Month.
Now subtract the folks who get a Linux machine up and running and then bounce off of the unfamiliar UI. I’m pretty sure this is Gnome’s fault more often than not, Gnome is deliberately hostile to both distro maintainers and end users to the point there are now four DEs that are “We can’t do this anymore” forks of Gnome: MATE, Cinnamon, Unity and Cosmic. You’d probably see more people stick with Linux if it was less easy to stumble dick first into Gnome.
Now subtract the people who got this far and then said “My CAD/art/music/office/finance/whatever software doesn’t run on this.” and had to switch back. In a lot of cases, software like that exists in the FOSS ecosystem but it’s significantly inferior, like FreeCAD or GIMP. These are often kept in a deliberately shitty state because some opinionated programmer likes how the code they wrote in 2004 looks in their IDE, so open software continues to be unadoptable and people continue to pay subscriptions to the Captain Planet villains in charge of Microsoft, Apple, Google and Adobe.
Do the same thing for CAD software engineers that was done for gamers and gaming. Quality CAD software would move companies to make the switch. Once people use it at work and school, they’ll use it at home. I’m hoping the Chinese government’s move to Linux will lead to their investing in FreeCAD.
Default install from box store systems
Linux has only become much more user friendly in about the past 5 years. Installing Linux Mint in my experience was actually easier than Windows. It comes down to education and the misconception that using Linux is somehow more difficult than Windows or iOS. The hard truth is if someone is using Windows or iOS they are probably just too lazy to switch as long as it does what they need they don’t care if they’re being burdened with bloatware or spied on.
People can’t be bothered to run better messaging apps. Expecting them to change OS is crazy
Adding my voice to the hardware compatibility issue. While most hardware just works, Linux usually lacks the ability to configure the device. Audio interfaces are a good example of this. They work but you can’t set the sample rate or enable any custom features on ANY of them.
I believe government regulators should step in and require hardware manufacturers to provide Linux support equal to Windows or Mac. This could be relaxed for low volume or highly specialised devices, but mainstream consumer stuff should be more universal.
It CAN be configured, but you have to go hunting for the tools to do so.
I’ve got an old 5.1 surround sound speaker setup attached to my main rig, and in both Cinnamon and KDE (the only two I’ve tried), you can’t use the normal DE’s audio control panel to put the thing in 5.1 mode without first installing an old, probably unmaintained tool called ALSAJackRetask. Once you’ve retasked the jacks, several options for surround appear in the DE’s audio control panel. It knows but it can’t do.
They work but you can’t set the sample rate or enable any custom features on ANY of them.
Not in my experience. I have a RME card that can be configured via alsamixer (which should work for most cards) and a Focusrite Saphire USB interface that someone wrote a little UI for in which you can even freely route audio to/from different channels and mix busses.
Are either of those accessible from the GUI in a fresh default install? I know exactly where in Windows to find that control panel (granted they make it more convoluted to get to in every successive version), but I don’t know how I would do it with just what the OS provides in either Mint or Kubuntu (the two distros I have the most familiarity with).
I have only been rocking Linux as a daily driver for a year or two now though, so it could just be a gap in my knowledge.
No but now we get closer to the real problem. Meaning there is an accessibility problem, which is different than the (in my opinion wrong) statement that I wanted to correct.
Ah, fair enough.
Are you able to enable the Air function or doing any routing on your focusrite? I’ve found a way to handle sample rates on Topping Pro 2x2, and on my old focusrite 2i2. But input delays through the audio layers in linux are slower than windows and mac.
I should clarify my original comment. I’m looking for full feature parity out of the box and not having to devise some sort of work around or relay on a 3rd party and hope they don’t stop maintaining it.
It is a real frustration, I use my linux install as must as I can but somethings are limited by the lack of 1st party support.
The problem with audio interfaces is that they function very different internally and have different kind of settings. Alsamixer does usually a decent job of listing all parameters but it is an old TUI tool and not nicely embedded into the desktop so I guess people just don’t find it. Stuff like latencies just have to do with buffer sizes that are configured in your machines audio system, usually pipewire, pulseaudio or jack, which all work on top of alsa (which is where the drivers run). You can reduce the buffers there (in config files) to get lower latencies. This however means that your system needs to have a very tight scheduling for your audio processes, because if it fails to fill the buffer in time there will be glitches. Professional low latency audio does definetly not work out of the box on linux. It got a little better with pipewire, but I don’t think it works well without a little bit of tinkering. If you decide to tinker I recommend you read this: https://wiki.archlinux.org/title/Professional_audio
I don’t remember which tool I use for my Scarlett (I’m travelling). But I googled a bit and this looks good:
https://blog.rtrace.io/posts/fedora-support-focusrite-scarlett/
This all would be better if manufacturers would provide Linux config tools like they do on windows or at least information of their protocols. Until they do we have to be greatful for people reverse engineering that stuff (e.g. by analysing USB traffic on windows) and then writing uis for it. Edit: this site seems to make more sense as the arch wiki page (it is linked there):
Native Adobe apps ports :(
I think with any alternative to big tech the problem is most people are really unwilling to change their habits and make short term compromises. A lot of people know on a surface level that big tech is stealing their data etc. But actually changing their habits goes to far.
Another issue is that its more or less a systemic issue.
To many people aren’t even awear of what FOSS even is. The state of Foss and is a bit complicated where you do have organizations and activists advocating for it but also gigantic corporations that use Foss technology and exploit the free labor that goes into it.
There definitely needs to be more activism for FOSS technology and alternatives to big tech. And those alternatives should be open to everyone like Linux is. Of course there are always multiple reasons why something isn’t used but I do think it is important to look at a bigger perspective than individual consumer/ in this case users
As my employer has turned to almost exclusive webcrap over software - I see no hurdles really. Webapps run shitty either way. Fucking Salesforce and Opus bullshit… refresh… refresh…
Personally for me its compatibility and support. Too many of programs and hardware I use daily aren’t compatible or even have a Linux version or have little to no support officially or not.
For an example I tried to use Mint on my main rig but i was having trouble with my two monitor. I wanted my right monitor to be the main display but i kept wanting to use the left one, issue with how i wanted them to be arranged virtually and a ghost third monitor showing up and it all reverting settings or just breaking when a program open in full screen
OR when i messed with how drop down menus in settings and though steam was busted or something cuz i couldn’t right click on my games in my library
Be preinstalled on laptops/desktops.
everything else is ready unless you use niche software. Most people just use a browser and word or a pdf editor.
note the distro MUST be an immutable up to date kde flatpak using one for normal people, however
Yeah a lot of people will complain about their OS but never try installing another one.
ChromeOS is best example. It doesn’t have half the functionality linux or windows has but nobody is installing another OS on their chromebook.
Well, it may be actually due to the fact that schools often lock down the Chromebooks so you simply cannot install another operating system on them, and if you do manage to it will be quite a headache and may even include fines (at least for my former high school). I couldn’t even install real apps on my Chromebook (all I had was webapps and extensions), even though the feature was already technically out there (it was just locked down my school).
Also yes, as a Linux user, I really hated my Chromebook.
I disagree on one thing. I think gnome is actually better for laptops and kde is better for desktops. A laptops with gnomes gesture navigation is just so much nicer to use with a trackpad. And with people already being used to phones i think gestures will come naturally to them.
For beginners KDE is much more familiar, and is generally the better pick regardless. I’m not saying this is the best choice for everyone, but it’s the best choice when you don’t know anything.
Once again im gonna have to disagree. You are right only if someone is used to windows. But many people ONLY use a phone or tablet these days. Gnome is much more familiar when coming from Android or iOS on a mobile platform. Since its more gesture based just like those are.
Especially among younger people i think the main OS will not be windows but Android. Just look at how Samsung is testing out Samsung Dex on their devices and how Chrome OS is moving to android. Windows is more of the productivity, and desktop OS now imo. For daily use like web browsing, media consumption, etc, Android will be more and more common.
If trends continue as they are i expect Linux to be dominant in the server space still, and to gain ground in the gaming space. Mainly as Valve comes out with more plug and play Linux based consoles, and other companies copy them.
Windows will likely remain dominant in the professional and productivity space. Since they cater to companies and allow lots of remote control options, and the ability to monitor employees.
Android will probably be dominant in the casual media consumption, and web browsing space.
Apple kind of does their own thing and so i dont consider them for this. They are in a bit of everything, but mainly focused in the US specifically. Other regions have a lot more Android presence. But just assume Apple has a piece of each pie too.
Personally i do not think Linux can or should compete with Windows in the corporate space. What companies want is control. That control comes at the cost of features, privacy, and autonomy for users. Microsoft is happy to give those up to make more money. The Linux community isnt, and thats a good thing.
So the areas we can probably peel away some market share are in KDE powered gaming desktops, gaming consoles on something like Steam OS or Bazzite, and in touch friendly portable media machines. 2-in-1 Gnome powered laptops. Thats the way i see it anyway.
I was in agreement until you talk about flatpak…
Flatpak is infinitely easier for people who don’t know what they’re doing, because it’s sandboxed and separate from the native system. If you know what you’re doing it’s different though, I don’t use them personally.
Flatpak is great for two groups of users: the ones who only use default settings in standalone apps and the privacy-oriented experts who know how to tweak things to their liking. In the middle is a large group of users who don’t know or care how things work, but they want that one feature an app is supposed to do but mysteriously doesn’t work with flatpak.
This password manager is supposed to work with my browser but it says it’s not running.
App X says it needs app Y for feature Z, but I see both app icons installed on my desktop.
I found a guide online to enable feature D, but when I paste these arcane commands into the text box thingy, it just says “.config/AppQ no such file”
Even one of these occurrences is enough to make most users give up on that app or the OS entirely. I like the idea of sandboxing apps, and I use flatpak daily, but we have to acknowledge and hopefully improve some of its limitations or many users (yourself included, it seems) will consider it unusable.
actually, MUST NOT. The moment I see “this is immutable, all things are flatpack/snap/etc.”, I am out, and not because of being a dev myself
Flatpak is infinitely easier for people who don’t know what they’re doing, because it’s sandboxed and separate from the native system. If you know what you’re doing it’s different though, I don’t use them personally.
So we can agree that something targeted at “general user” should play nice with it, but making it a hrd requirement is too much for me
In Enterprise: manageability. It’s hard to overstate how powerful Windows Group Policy is. Being able to configure every single aspect of the OS and virtually all major applications, Microsoft or otherwise, using a single application that can apply rules dynamically based on user, device, user or device groups, time of day, location, battery level, form factor, etc, etc. Nothing on Linux comes close, especially when simplicity is a factor, and until it does most large organisations won’t touch it with a barge pole.
Came here to say this. My workplace used to offer a Linux workstation option (which I opted in for 9 years), but they had to remove that option to fulfill new security and management, compliance standards. They need to be able to manage exactly which applications are installed on a system, which binaries are allowed to run and when, the exact settings for every application, the exact version of the OS and the specific updates, and precisely when updates are installed. All of this needs to be applied based on the user, their organisational division, their security groups, clearance level, specific model of device, etc.
I know that using a combination of Selinux, Kerberos, and something like Puppet can get you close in the Linux world, but Microsoft group policy has been around for 30 years and is well understood and just works.
GLIBC
if you know you know
A multi-billion dollars marketing budget, anti-competitive practices and confidential agreements, blacklisting hardware vendors if they dare proposing an alternative, and of course a legal department the size of a small city to sue all competition out of existence.
Oh wait that’s Microsoft/Google/Apple/Meta/Amazon.
This most difficult one is probably the fact that 99% of people do not install their operating system.
The device they purchase needs to have a clean and elegant out of box experience like the Mac. Regular folk who are willing to stray from windows don’t consider any computer that doesn’t come off the shelf with sane defaults. Everything else is arcane to them.
We are not those people. I have to remind myself that not everyone likes to build their own systems.
I do have a friend who wants to buy a framework laptop with Fedora on it because that’s what they use in the Laboratory he works in but he doesn’t want to assemble it himself he just wants it to come like that.
I think we’re getting there finally.