What are the main criticisms of Linux in desktop platforms?
“It’s different! It is not what I learned to use!”
Bluetooth sucks on my fedora desktop
Also audio is weird
The transition from ALSA to Pulse never really fully happened and a lot of backend stuff is still dependent on ALSA. If you ever find that you have an audio channel that is just not working for no apparent reason (like audio input), run
alsamixerand check if the channel is muted there.I’ve found this multiple times on new Ubuntu-derivative installs, and the channel muting in ALSA is not reflected anywhere in the desktop GUI audio settings and can’t be adjusted through them, but nothing is technically broken - you just have to raise the volume on that channel via alsamixer. It’s a very annoying gotcha.
God, the ALSA-PulseAudio Wars never fucking ended, and we’ve been stranded ever since. It’s the Wayland/X11 windowing struggle all over again!
“This package uses a legacy windowing system, and is insecure.” You know who else is insecure? The devs!
What we need is a new system
To be fair, Bluetooth sucks on Windows desktops as well. The hardware is just garbage a lot of the time
weird it’s so good on my iphone
Your iPhone was designed for Bluetooth, on laptops and desktops its an after thought.
Bluetooth has been pretty useful for me; the only problem I run into is device detection, sometimes, but once the two devices pair, rarely are there further problems in the file transfer process.
I’ll blame the drivers (and some of that blame lands on MS).
Some of the cheap USB hardware are unofficial clones, which get disabled by the official drivers. The clones sometimes work in Linux, but not reliably. It can be really hit and miss.
For me, it was the lack of support for certain Wi-Fi cards. I had to pull an older Wi-Fi card out of an old Chromebook, because no flavor of Linux supported the card that came with the (Windows 11) laptop. And guess who has two thumbs and no Ethernet port…
Finally got it working, but at one point i was almost willing to have a USB tether to my phone, just so i wouldn’t have to fight with windows anymore.
Edit: Just realized it said desktop, but my desktop also has Wi-Fi, i just haven’t had the courage to switch fully from my Spectre Win 10 install…
@ryujin470@fedia.io here’s a brief list, in no particular order and based pretty much entirely on my own opinions and experience.
-
you have to learn a little bit about what happens behind the scenes sometimes. for example, if you don’t know what distro packages are or what flatpak is (or the reasons behind each of them, honestly) then installing apps kinda sucks at first.
-
you can end up installing a package thinking it is the official one, when in fact it is some variety of third-party. generally this doesn’t really hurt anything but it can (look up fedora flatpak).
-
sometimes cool features get stuck in limbo because none of the people who want them know how to code
-
sometimes cool features get stuck in limbo because of politics (in-project politics, not what you probably thought at first)
-
it can be hard to figure out if something is good or if the people reccomending it are just trying to help a new user find something easy and, since they don’t actually use it and haven’t for a while, don’t know that it kind of sucks now (I’m thinking of ubuntu here but it happens with a lot of stuff, distro or otherwise)
-
all the damn tribalism
-
drivers are hell on most distros
-
app availabilty on non-.deb systems
-
some apps refuse to look native (gtk apps on kde, qt apps on gnome, anything made by a mac user for some reason, every browser fighting tooth and nail to default to windows titlebar icons)
-
all the damn tribalism
- Is a duplicate of 6.
Your comment is to be
closeddeleted in 3…2…1…yeah but 10 is so obviously better than 6
no idea what you’re talking about
OP’s riffing a joke off Stack Overflow’s tendency to kill duplicate posts.
@shalafi@lemmy.world I was joking too
-
Software compatibility for things such as Adobe products and other things that are built specifically for windows.
And a lot of hardware
I’m using Linux Mint for my daily driver for about 5 years. It works great with no ads!! I’m not a gamer and Libre Office works well for me so no significant problems with software. I also do some basic python programming on it. The more complex command line stuff takes a while to figure out but Mint has been great!
I’ve never seen an ad on Windows. Not sure what people do to get ads.
Open the Start menu, usually
- Wifi
- Adobe suite
- Drivers
It always feels like it’s someone’s hobby and not a mature product.
Fixing nearly anything is digging through a text file that might follow a standard but never the same standard as the last text file.
I can give you my experience so far, seeing as the common criticisms of Linux usually boil down to unwillingness to try it as well as kernel level anticheat and Adobe products, and I…honestly don’t miss either of them, but I’m mostly a dev and a single player games enjoyer, so not much to miss, really.
The speakers on my Razer blade laptop (running EndeavourOS, btw) stopped working randomly, but I’m not convinced it wasn’t my fault since I did have to work on the laptop internals for unrelated reasons and might have screwed something up.
My webcam on my desktop, a Logitech Brio, has been acting up as of a couple of weeks on Bazzite, where the microphone keeps kinda dying and I have to unplug/re-plug the webcam to have a working mic. Also the audio quality on my Sony XM5s keeps changing to shitty quality, mostly when I do the re-plugging of the webcam, but it’s happened at random times before. Gotta go change the codec on the audio settings every now and then due to it.
Monitor brightness can sometimes behave weirdly, not going back to a brighter setting after auto-dimming.
Games with kernel anticheat don’t let me play online.
This has mostly been it, to be honest. There’s a microscopic learning curve for Bazzite since it’s immutable, so I have flatpaks for most stuff, and “figure it out” for anything else, but other than that, it’s just better than Windows ever was. If you run into an issue, you’re most likely going to be able to solve it with a quick online search or by consulting the eldritch hallucinations of OpenAI or of your choosing.
Forced to use the command line like you’re programming for ZX Spectrum in 1982
Linux seems catered for the most basic users (grandma) and extremely advanced users (Linux enthusiasts, programmers). I’m in the middle where I’m pretty good on a computer but not that into the tweaking and tuning. I don’t think my demographic is catered to very well.
There’s a LOT of super cool stuff on Linux but a lot of it is buried on GitHub and needs configuration to work right. 1, I don’t have time to find that stuff and 2, I don’t care enough usually to make it work even though I typically could with sufficient effort.
-
Just installed Debian, no wifi
-
Lots more stuff just like #1, such as my 10 year old and 3 month old Logitech wireless mice weren’t detected, and support for them is (fortunately) only available from a third party, which I found by searching the web for an answer.
I could give you pages of why Linux doesn’t compare to Windows for the desktop, which I’d follow with where it really shines - as a server for all kinds of things. It’s so good for specific tasks that even VMware replaced their own Workstation virtualization with Linux KVM.
-
One thing that happened recently that really showcases the difference between Linux and Windows is the glibc update that broke several popular video games. These games were specifically built to run on Linux. Ironically, games built to run only on Windows could still be ran on Linux just fine. That’s because those games are run through a compatibility layer that translates the Windows instructions into their corresponding Linux instructions. The games built for Linux use Linux instructions directly, so they don’t need a compatibility layer.
The update to glibc changed how some Linux instructions worked and so any program using the old instructions needed to update to the new ones. Lots of Linux programs are actively maintained or at least open source, so making the change isn’t a big deal. Video games tend not to be open source or actively maintained after they’re released, so some of these broken games will be broken forever. When that was reported to the maintainers of glibc, they responded that they don’t care if they break unmaintained, closed source software. It is the user’s fault for choosing to use such software.
To me, that is the biggest difference between Windows and Linux. If someone creates a program for Windows, that program will likely still work 10 years from now. If someone creates a program for Linux, it could break next week, and the people who broke it won’t care. It’s a bit embarrassing that programs created for Windows work on Linux more reliably than programs created specifically for Linux.
It someone creates a program for Windows, that program will likely still work 10 years from now
I was with you all the way until here. This statement is absolutely laughable to anyone who has messed around with older videogames. Sometimes, if you’re lucky, running it in compatibility mode with the version of Windows the game was made for will work, but oftentimes you’re reliant on fan patches or long installation guides showing you the exact configuration of settings necessary to stop the game from constantly crashing. At that point, getting the older game to run on Windows is just as tedious as getting it to run on Linux, potentially less.
You still are getting more of a guarantee from Microsoft, because Windows versions have typically had long lifecycles and were pretty averse to risky-changes within an OS release, but even that doesn’t seem to be the case anymore with Windows 11.
The glibc incident though was self inflicted. The Devs relied on undocumented behaviour in the ABI (application binary interface) which then got fixed/changed after more than a decade by the Devs of said Library.
It was akin to relying on a videogame glitch to do something that shouldn’t have been possible and then be offended that it got patched.
If you’re considering how good software is, how it was made is irrelevant, the only thing to measure is how well it works. A criticism of Linux from a user perspective is still valid regardless of who is or isn’t to blame.
I simply wanted to add context…
Yeah, sorry, my tone was too harsh there, it’s definitely relevant context
Hey thanks for the apology. I appreciate it.
It was akin to relying on a videogame glitch to do something that shouldn’t have been possible and then be offended that it got patched.
Let me introduce you to any% speedrunners
“Put it back! I liked it better when it was broken!”
Jokes aside though, have you SEEN GamesDoneQuick’s Triforce% TAS? Jesus Turing Christ, that was amazing. It felt like the gaming equivalent of watching the Lunar Landing.
If someone creates a program for Windows, that program will likely still work 10 years from now.
TBF, that’s not even always true, especially with a loss of 32 bit support. For example, BioShock Infinite no longer runs on newer versions of OsX
For Gnome there isn’t an easy way to add programs to the application menu. And yes I know tools exist to do this but it should be easier. Other then that I’m pretty good with Linux.
For me if an application isn’t on the pop-shop then its very hard to install, I’ve had people tell me to just not download things from the internet, but when the application I need isn’t on the pop-shop or the repos its a non-starter.
Downloading the .deb from the website is very hard? Not being sarcastic, hoping to understand
If its a flarpack it just works, but most other formats I’ve had enough trouble with to not bother with them anymore. Incl .debs.
Debs should work just fine on a Debian based os like pop.
Pop-os is Ubuntu based as far as I’m aware
Ubuntu is based on Debian, so Pop_OS! still uses .deb
deleted by creator








