Have you ever been disappointed with Linux?


Personally I haven't. While Linux is imperfect, choosing the right distro makes the rest of the experience straightforward. And with it's whole complexity, I find Linux more user friendly than Windows. Even driver issues, broken shadow file ownership and KDE specifics only made me more confident about my choice to use Linux after I solved everything.


OQB @pixeldaemon@sh.itjust.works

in reply to cm0002
Most of my disappointments with Linux come from the proprietary bits to be honest. Both the hardware drivers, and the games and other apps. And even the few times I'm let down by open-source apps, it's because of abilities from their proprietary counterpart that they are yet to implement.

Linux reshared this.

in reply to cm0002

Power management on a laptop.

Use a 10 year old Logitech mouse out of the box.

Mint's stupid annoying print monitor.

Dealing with cached samba creds though the box to save creds wasn't checked.

The lack of real competitors to office. And no, Open Office doesn't come close to replacing MS office.

There's lots that's annoying.

But Linux is excellent as my servers, as my VM host, as my dedicated systems. Still has it's issues, but works great for always-on systems with very specific tasks.

Esta entrada fue editada (miércoles, 8 de julio de 2026, 17:30)
in reply to Onomatopoeia

What do you mean with regards to the Logitech mouse? I've been using M185's for two decades now without issue.
The only issue I have is with the newer version of them which doesn't drop an easily readable battery state in /sys/class/power_supply/hidpp_battery_{0..9}/capacity_level .

Also; Libre Office exists.

Esta entrada fue editada (miércoles, 8 de julio de 2026, 18:12)
in reply to Maki

Try using one on Mint. A mouse that's been around longer than Mint has been an idea doesn't work at all until you search and discover a third party app to enable it.

ANY Logitech mouse works with generic windows drivers since 2000. Under Mint they don't work at all without the third party app.

Esta entrada fue editada (jueves, 9 de julio de 2026, 22:21)
in reply to cm0002
I’ve had some sound issues here and there, but those are largely resolved. My only issue at the moment (which I suspect is mostly a skill issue) is figuring out an easy way to install games to the drive I want. With Epic for example on Windows it was easy to pick which drive I wanted to install the game on, but since Epic runs in WINE on Linux I haven’t figured out an easy way to do that. It works fine on Steam since the Steam client is Linux native.
in reply to cm0002

It doesn't run on old 2010 year Intel/AMD laptop, while FreeBSD does.

Maybe because of the philosophy of destroying the old to build something completely new (pipewire, ip, firewalls etc.). Maybe I should spend more time finding working distro. Still I really like Linux.

UPD: It's sad to realize that politics has actually always been a part of FOSS (post), that's sad.

Esta entrada fue editada (miércoles, 8 de julio de 2026, 18:43)
in reply to cm0002

Inconsistent behavior with the Elan touchpad on the ThinkPad E16 Gen 1 (AMD). Works in a live image but not when I install. Adding kernel parameters and loading specific modules gets it working, but it stops again after a few minutes. Sometimes unloading/reloading the module gets it working again, sometimes it doesn’t. 4 different distros, 4 different kernel versions, still have to use Trackpoint.

Other than that, I daily-drive Debian on my home and office workstations. Those ones just work.

in reply to methodicalaspect
I had a an issue with Elan touchpad were one connects the laptop to the power and the touchpad input starts lagging. This happens in all distros too. It is not too terrible since most of my workflow is on the keyboard.
in reply to cm0002

my disappointment in Linux has lessened over the last few years as issues are being resolved.

Currently my only real disappointment is driver support, but that's less of a flaw on anything linux, and more of a flaw on the providers.

That being said, I also am disappointed with sound management. Trying to do anything in that hellscape on most distros leaves you with a pounding headache. It's a monkey-patch of multiple handlers that gets confusing really fast.

Esta entrada fue editada (miércoles, 8 de julio de 2026, 18:49)
in reply to cm0002
in reply to insomniac_lemon
Give NixOS another look. It's no problem to run a declarative system as a base, and plain old dotfiles on top if you want, especially for user stuff. Not sure what you mean by "non-packaged executables" exactly, but I don't see how NixOS would give you a disadvantage here. Heoric works fine as a Steam alterntative.
in reply to a14o
and plain old dotfiles on top if you want


I'm not the type to put my dotfiles in git, though. A lot of things I just plan on starting fresh and configuring in-session.

Not sure what you mean by “non-packaged executables”


Pre-compiled, non-system binaries.Typically, stuff downloaded from GoG and itch without a client (also the odd thing like BrogueCE). I don't know if this is always an issue, but it is for anything that uses dynamic linking (checking with ldd is a thing, though can be misleading with runner scripts).

Heroic works fine


I've never been interested in the Epic store even for free games. I'm sure there are 10 ways to "solve" this each with their own benefits/drawbacks, but I feel like this is a philosophy issue that creates more problems than it solves for me. And this is without the ability to create static binaries (out of the box) like I'd get with void-linux musl.

That, and seeing talk about how great Nix is but also people having trouble later on too (major updates? bleeding edge woes?).

in reply to insomniac_lemon
I’m not the type to put my dotfiles in git, though.


That's what I'm saying, you don't have to! Just install the package (like neovim or whatever) through NixOS and it will use your ad-hoc dotfiles like it would on any other distro. For a lot of stuff you can make use of declarative NixOS options (programs.neovim = { ... };), but you don't have to, except for really basic system stuff like networking I guess.

Pre-compiled, non-system binaries.


Gotcha. There's several ways do do this on NixOS (steam-run works like a charm!), but I'll concede that there's an extra step involved here that you don't have to do on other distros.

That, and seeing talk about how great Nix is but also people having trouble later on too (major updates? bleeding edge woes?).


There's a learning curve for sure, but I haven't looked back or experienced any major issues (where I hadn't shot myself in the foot) since 22.11.

in reply to a14o
you don’t have to! Just install the package
and it will use your ad-hoc dotfiles like it would on any other distro


And changes will last on reboot, y'know with the whole immutable thing?

EDIT: I couldn't find straightforward (to me) info on this even searching for stuff like 'NixOS mutable home', but after the reply to this I tried different terms and found the wiki page on impermanence. Specifically, the persisting+home managing sections:

Some files and folders should be persisted between reboots though (such as /etc/nixos/).
This can be accomplished through bind mounts or by using the NixOS Impermanence module, which will set up bind mounts and links as needed.


and

You can just make a home partition on a drive and mount it as normal, so everything in /home or /home/username will be persisted

However, then files are stored read-only in the Nix store. In order to persist files while still being writable, you can use the Home Manager Impermanence module

Esta entrada fue editada (viernes, 10 de julio de 2026, 5:09)
in reply to sedot
It's annoying (compared to anything similar on Arch) and will reinstall things you've removed. There is conflicting information on the best way to deal with this, either way more complicated than 'off'. It's a problem that shouldn't be a problem, and it seems to be a common issue people have.
in reply to insomniac_lemon

What are your thoughts on Debian Stable?

It's not a rolling release, and you'll need to use Flatpak if you want newer versions of certain apps; unless you're willing to deal with the Backports repos and their limited level of support, but I think it might be a good fit for your use case.

in reply to mrbigmouth502

I'm not sure about about using an older kernel.

I've already mentioned having issues with Flatpak's redundancy*, but I also imagine sandboxing could potentially have other issues too. Specifically I use Godot 4.6+ with bindings for a compiled language. (I haven't used it thus far, but Godot can potentially have a pipeline from Blender)

So, maybe something like that might be viable with a different package distribution system. I haven't looked into it though.

* and this could be another nVidia thing with the size of the driver?

in reply to insomniac_lemon
Esta entrada fue editada (martes, 14 de julio de 2026, 4:47)
in reply to mrbigmouth502
I honestly wouldn’t be too concerned about the space used by Flatpak dependencies


Space is a concern but not the concern, it's about download time. It's a considerable price of admission (worse with updates, though maybe not so anymore with legacy). I actually tried Flatpak at one point for Krita, and that is part of why I switched back to native.

You won’t get the most bleeding-edge performance features
EndeavourOS has been noticeably snappier


Yeah, I'm more worried about backtracking from my current setup (a bit more than half-a-year out-of-date but still newer kernel than Debian stable EDIT: correction). Particularly snappiness, I expect optimizations are a big part of that (CPU is Ryzen 2700, might be more important for that).

Esta entrada fue editada (martes, 14 de julio de 2026, 5:58)
in reply to insomniac_lemon

I should've been more specific. My HP has a Core i5 4300U, while my Thinkpad has an i5 3320m. Both are ancient mobile CPUs, and both would likely be slaughtered by your Ryzen.

Heck, I have Debian 13 on a desktop i5 4570 box, and that's beefy enough to negate the performance issues, though the NVMe SSD I use as a boot drive probably helps too.

I wasn't sure if you had a low-end machine or not.

EDIT: extra detail

Esta entrada fue editada (martes, 14 de julio de 2026, 18:40)
in reply to cm0002

Having to actually manually mount network shares to my filesystem in KDE in order to do simple stuff like drag-and-drop files from them to a browser window, which just works in ol' Windows.

But really, I'm generally very happy with my experience with Linux in 2026. Most problematic things are because of the behavior of shitty OEMs or publishers, not Linux developers. Things have improved in leaps and bounds over the past few years.

in reply to cm0002

Every time I have tried to mainline Linux for my gaming rig. Although I haven't tried anything recently, IE since the Steam Deck has made large improvements. I am now waiting for SteamOS to be available for non-AMD GPUs and can be dual-booted so I can try it without also getting rid of Windows right away if it still gives me headaches. I know there are other options I could try now, but I'm fine waiting.

I have not been disappointed in Linux when used for servers, tho. Far, far more reliable than Windows when you want stability and long up times.

Esta entrada fue editada (miércoles, 8 de julio de 2026, 20:11)
in reply to 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮
Most games are solid now on Linux thanks to Proton. Most of the time if it's Steam and it's not competitive it works out of the box. Sometimes you need some post install configuration to make it run better (more common with old games), you can usually find what you need to do in the protondb website.
in reply to 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮

I suspect you'll be disappointed or frustrated by SteamOS, since Valve isn't really all-in on maintaining a universal distro like other projects (and that's okay); more likely, it will always be Valve-hardware-first that just happens to work on some other hardware configurations.

IMO, you're better off jumping into whatever distro interests you rather than expecting SteamOS to fit your use case. My personal choice was CachyOS for daily use and gaming, and it's been great, but PikaOS would be one I'd consider for another build. I also run Bazzite on an older laptop for some light gaming and HTPC stuff, and that's been rock solid.

in reply to LwL

Sure, but "works with nVidia" isn't the same as "works with everything," since there's a lot of other hardware to consider, though I'd imagine the latter case would be mostly easy for an end user to work around.

That's all I'm really pointing out with that part, and if I'm wrong, then it's only good news for the rest of us.

But the benefit of SteamOS is going to be marginal at best since lots of distros are already highly capable for gaming. Waiting isn't going to bring with it some magical improvements that makes it the default choice over CachyOS, Bazzite, PikaOS, etc.

in reply to 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮
I went full Linux almost 3 years ago. Games worked very well when I first switched but it's improved significantly in performance and QoL since then. If your interested in gaming on Linux, I wouldn't wait for desktop steamOS, just get a distro and try it. I like Arch, but it's definitely not for everyone, especially if you're not into tinkering although even archinstall makes getting setup significantly easier now.
in reply to magikmw

Yep, people involved are the biggest problem sometimes.

I've had to figure how to fix many issues myself, because quite often upon finding a thread where someone already had an issue that I had, folks were tryna gaslight the OP why it's not actually an issue, eventually turning the thread into shit flinging contest. Or the good old "don't do that, you'll break something".

Not to mention how FOSS developers have to deal with entitled assholes every now and then.

in reply to cm0002

A little I guess. When I had finally convinced my dad to try out a dual boot, and was trying to install it for him on his new Threadripper system, it failed. The platform support Threadripper wasn't ready even though it had been out for at least a little while.

But I don't remember the details it has been around 8 years. Nowadays I know to confirm these things first, so in a sense it was my own mistaken assumption. But still it fits the question because at the time I was disappointed.

Esta entrada fue editada (miércoles, 8 de julio de 2026, 20:47)
in reply to cm0002

I’m disappointed by Linux on almost a daily basis. And MacOS. And iOS. And Android.

(I haven’t used Windows in a long time, so I guess it’s the only major OS I’m not routinely disappointed by? Whoa, that’s a realization…)

But this is just what happens when you’re constantly messing with stuff.

in reply to cm0002

I mean i'm currently in a learning process with Linux, i would like to be a power user like in windows, but i'm just not yet. I don't know if i would say disappointed, but i tried to use KDE first and would say my experience was rather bad, it was a bit buggy here and there and i didn't found out how to fix my problems. I'm surprised by it because i though i would like KDE for sure more, but i'm happy i switched to Gnome. So as the op said, part of the experience is choosing the right distro or in my case desktop enviroment is part of the experience.

Sure had few driver issues, or installing japanese was a bit of a struggle, but i have fun solving problems.

in reply to cm0002

Since “do one thing principle” is pretty abstract, I’ll give you one example of a downstream consequence.

I wanted to set up a NixOS microVM using docker sbx. Turns out, it was basically impossible (nothing is actually impossible, it just depends how much you want to modify/rebuild things).

Much of NixOS depends on systemd to manage lifecycles of this or that, but systemd only works properly if it’s the first PID, and when it runs in that mode it also wants to initialize hardware.

But the hardware is all managed by the microVM, so systemd blows up. All it needs to do is nothing, but that turns out to be very difficult to achieve.

If these were like 3 or 4 distinct utilities, there would be obvious seams where I could separate them and only activate the stuff that’s relevant to my use case. But it’s all one big ball of mud.

Esta entrada fue editada (miércoles, 8 de julio de 2026, 22:15)
in reply to cm0002
  • It violates the whole does one thing principle. this is of course much more than a beauty-related offense. Modular design is central to good software engineering.
  • Log files are no longer simple text files you can watch, grep, or work with -- again violating a major Unix principle and making a zillion other things that would "just work", have to be done with special systemd hooks/options/yadda
  • The problems it solves could have been solved with a reasonably well contained change to SysV init, and probably made optional. Single-user setups don't need server-farm complexity.
in reply to nymnympseudonym
Single-user setups don't need server-farm complexity.


True, but Linux devs only have a limited amount of time. It's far easier to take a system that can handle server-farm complexity and apply it to a single user use case, than it is to take a system meant for single users and try to scale it up to a server farm, or to maintain two separate systems.

in reply to cm0002
My printer has a regular paper tray and a photo paper tray. I find it very difficult to print things properly to the photo tray. And I had to get drivers for one of my PC's Wi-Fi adapter off github. Other than that, I have been quite happy over the last few years of daily-ing Linux
in reply to cm0002

i would like to see more cutting edge attempts. this is more of a linux ecosystem thing but try new things even if they dont work out. until very recently, parental controls have been non existing or barely functioning.

for the linux ecosystem to be mainstream it needs to cover more people.

in reply to cm0002
Esta entrada fue editada (jueves, 9 de julio de 2026, 1:58)
in reply to spartanatreyu
in reply to cm0002
in reply to cm0002

I love Linux but for ease and convenience a iOS / Mac based home has been a lot easier to coordinate and orchestrate and tie together.

There is no equivalent tv box to the Apple TV on the Linux ecosystem without tinkering which makes it tough now that tinkering isn’t as fun cuz my time is so restricted.

Without a Linux phone and Integrated set top box I can’t mainline it, but it still is my go to for running all my services (saving for the odd bsd here and there)

in reply to cm0002

While I can point out a lot of times I was dissapointed in IOS, Mac and windows, only time I ever got dissapointed was in the beginning where I was aggressively distrohopping because my first distro (POPOS) was extremely slow and buggy. Gentoo felt too sluggish for daily use and other nuances that weren't exactly Linux's fault but I didn't know any better.

I use void btw

in reply to cm0002

Yeah, it's usually quality of life misses. An example: if I mount a network drive (mine auto-mounts upon login) and then that NAS goes down for whatever reason, if I open Dolphin it'll hang trying to connect to the offline network drive and never timeout. I can restart my NAS and then as soon as it's online again, my file manager will open 😅.

I'd have to manually unmount in terminal if that NAS became non-functional. Windows just times out and marks it as offline so File Explorer still works.

in reply to cm0002
My disappointments are few, and are outweighed by the fact that if I update the computer doesn't suddenly grow new advertisements or try to force new subscriptions onto me, or even break that many things? The skill floor is slightly higher sure, but the skill ceiling is so much higher, it doesn't feel like a thinly veiled Eldritch monster.
in reply to apftwb
I've had that Laptop and ran Arch (and other distros) on it with those working no issue.
I've since passed it to a friend who also uses it with Debian and hasn't complained about issues.
Are you certain this is a Software issue? Are the TrackPoint and buttons actually plugged in? Do they show up?
in reply to somenonewho

I haven't ruled out a physical hardware issue. The OS was detecting it. Its not a USB device, its a PS/2 device which isn't something I usually deal with often. This was a few months ago so don't recall much of what I was tried.

I've had both Endevor then Mint on that device over a few years. I consider myself competent with Linux.

One of these days I'll make a post and ask for help when I have more time. Making a Lemmy post that Linux isn't working with a old Thinkpad hardware is like dumping chum in shark infested waters.

Esta entrada fue editada (jueves, 9 de julio de 2026, 9:48)
in reply to Auth
Is it your display driver that's freezing? I've never had issues with one thing freezing the PC. The only time I've had it seem like that was the case was when it was the nVidia drivers that were having issues. But, that situation is much better than on Windows because I was able to SSH into the machine and everything seemed normal over an SSH connection. It meant I could shut things down gracefully and then eventually do a clean reboot. Meanwhile, the screen still looked as if the computer was locked up.
in reply to Auth
Hmm, yeah, if it is the desktop environment that's having issues, that could be hard to recover from. I've never had that happen, or even heard of it happening. Maybe try out Gnome? Or try reinstalling? it doesn't sound like a normal problem, and if it's not a driver issue it could be just reinstalling will be enough to get things working.
in reply to cm0002

With Linux itself or with the broader realm of 'Linux software'?

By itself, Linux is a fantastic family of operating systems. Has never failed me and probably never will. At least not until I care enough about differences in userland handling in Linux vs FreeBSD, for instance. And even then, I might just switch out of preference, and not because one or the other disappointed me.

As for broader Linux software, or GNU software, or just FOSS in general - by far the biggest potential issue is probably systemd, and it's still meaningless for the vast majority of users. Other than that, my personal biggest issue was Hyprland breaking completely after updating. But it's not a super major issue, because I can just use Plasma instead.

Linux reshared this.

in reply to dafta
Libinput allows you to activate omnidirectional scrolling by holding the middle mouse down, which is not the same behaviour as windows / (mac?) . It's confusing since both features have the same name.
Esta entrada fue editada (jueves, 9 de julio de 2026, 12:10)
in reply to AwesomeLowlander

It's because X-Window, the original Unix (and thus Linux) desktop system, supported 3 button mice WAY before Windoze did. It used it for the clipboard paste operation; you highlight some text in one window, and it's immediately put on the clipboard; then when you middle-click, it's pasted into whichever window is under the mouse pointer. Most old hand Linux and Unix users like this behaviour.

It's been optional, and configurable for a long time. It's mainly controlled by the receiving window's configuration, but you can set it globally to do just about anything supported by your version of X-Window, including to scrolling. It's been like this since about the late 1990's, but it's just not the default behaviour, probably because for much of that time, most Linux users preferred the X-Window behaviour.

in reply to cybervegan

'Kernel' is probably the wrong term to use. 'Not easily user accessible setting' might be more accurate.

but you can set it globally to do just about anything supported by your version of X-Window, including to scrolling


I'm not aware of any way to get Windows-style autoscroll on any distro without a lot of hacking. That was my takeaway from when I spent several hours researching this a year ago.

in reply to cm0002

Yes. Bluetooth has never worked correctly for me, NEVER.

Across multiple distros and multiple adapters, I've gotten various problems. Right now on NixOS, reconnecting a peripheral never works, I get an error that br-create-socket failed, and the only solutions are to restart the computer or forget and re-pair the device. I've gotten this error on two completely different Bluetooth adapters.

My Bluetooth works perfectly on Windows. I don't know why Linux is so finnicky about it.

in reply to irelephant [he/him]

Available only on select Pixel phones, and the virtualization API that makes it possible is available only to preinstalled system apps.

So no, you cannot install Ubuntu image onto your Samsung phone, you specifically need to buy the newest Pixel.

in reply to pelya

I'm running Android 17 on my Pixel 8, and Termux runs just fine; apt packages included.

Aside from having to go through the Advanced Flow to run unverified APKs, I'll honestly be surprised if this changes when the app verification restrictions roll out, since going through the Advanced Flow gives you the option of installing unverified APKs indefinitely.

Now, if Google raises the minimum SDK version apps can use so that Termux can't run, that will be an issue...

Esta entrada fue editada (domingo, 12 de julio de 2026, 22:25)
in reply to irelephant [he/him]

This was posted to the Android Developers Blog back in March. It sounds like the Advanced Flow still exists. android-developers.googleblog.com/2026/03/android-developer-verification.html

Once you go through all the steps, including a 24 hour wait, it says you'll have the option to install unverified APKs indefinitely. It's a bit of a process, but it honestly doesn't sound too bad.

in reply to cm0002

Specifically with the Cinnamon Panel (taskbar) on Linux Mint during fullscreen gaming. I like to tab out during long matchmaking and under Windows the taskbar would be visible and usable when another window gets focused over the fullscreen game. With Cinnamon, the space for the panel is there, but not the panel itself. When you press Super, the menu pops up and shows the panel with it, but the panel isn't usable...

There is an active issue on the cinnamon github from 2012. No one even knows if this should be a bug or a feature request, so it's just all undefined behavior right now.

Edit: it's even worse, a newer issue was closed last year after a discussion that can only be described as very linux.

Esta entrada fue editada (jueves, 9 de julio de 2026, 6:58)
in reply to cm0002
Is it perfect? No. It does have bugs and issues which can be hard to track down.
But it is free, respects my privacy, respects my choices, doesn't use dark patterns, doesn't contain ads, has lots of options to configure it, it's super fast.. so I love it.
in reply to cm0002
Yeah. Ive managed to make it work now, but when I was starting off with installing Linux, my audio was broken and all sorts of other basic functions were broken. Headphones would work but laptop speakers wouldn't. I had to restart all over several times after already installing everything I needed, just because some stupid niche (but important) thing was broken. Never had these issues when doing fresh installs of windows. I'm still very much on the "team" of Linux though, I just hope that it becomes a large enough part of the market that drivers for hardware are faster to come out.
in reply to cm0002
All the time. I run both windows and linux desktops side by side windows is leaps and bounds better as a desktop idk what people are talking about they must only browse the web if they think this shit competes with windows at all. Im disappointed in windows too but it's not the same there isn't people claiming it is the best thing ever so there is not as high expectations. And just to clarify I have been using linux since I was little it isn't some foreign thing to me. Look at all these comments "great BUT" yea the buts are why it isn't great.
in reply to cm0002

Been using linux for more than 10 years as a less technical user, and yeah pretty regularly.

Its still my OS of choice, but theres a fair bit of jank around the corners you interact with less and places where the GUI methods for things just kinda fall short.

But I like having an OS that shows me tech treating me with dignity and respect is possible. So many problems in this world are hard to know how we might solve, but technology that treats me justly is a thing I can have today, and given its actually able to meet my needs, thats pretty cool ☺️❤️

in reply to Cris_Citrus (he/him <3)

There's an insane amount of bank people are just used to with windows. I notice it more and more at work. Simple things like quality of life features just don't exist in windows, and the usual reasons are:

A) backwards compatibility jank

B) we're a monopoly, get fucked

C) fuck you! that's why.

And there's simply no way to circumvent it. At least on Linux I have multiple solutions typically since I am person # 9431007 to have this exact problem, and someone deeper into the autism spectrum than me made a FOSS solution to it.

in reply to cm0002

I'm disappointed by the number of packages that aren't signed by developers.

Or that go with less secure package managers like flatpak instead of just working with Debian devs to add it to the official repos, because apt is actually secure.

Overall Linux has shifted over the past 10 years to be more of a dangerous place to download software. So more like Windows and Apple.

in reply to Firnin

Depends on the update. If you add new lib depends, they'll ask for the licensing of them (and if you include a closed source blob they might kick you out).

But most of the time you just do your own Dev and they'll update without needing to communicate to them.

in reply to irelephant [he/him]

Oh god this one, I never understood why mounting drives in Linux needs to be so convoluted. It's the whole reason my NAS is running on LTSC. Adding drives to my NAS under windows is literally plug and play where as with linux theres always some bullshit.

I have neither the time nor the inclination these days to troubleshoot that bullshit.

Esta entrada fue editada (jueves, 9 de julio de 2026, 11:17)
in reply to adam_y

People who make suggestions like this are missing the point.

Most people want their device and the programs on it to just work.

Not everyone needs to or wants to code every time they're faced with a minor inconvenience.

I say this as someone who likes to tinker and code.

in reply to adam_y

Time investment is a barrier to entry.

I say this as somebody who has already made the time investment required to learn how to program, and as somebody who keeps investing time to maintain and to improve their skills in that area. Expecting the average Linux user to do the same is ridiculous.

Have you made that investment?

Esta entrada fue editada (sábado, 11 de julio de 2026, 21:34)
in reply to fruitcantfly

No. It isn't.

Pay for commercial software if you want to complain, or fix it yourself.

I'm not expecting every Linux user to learn how to code, far from it, but I do expect them not to whine about minor annoyances like they deserve to be served by people working for free.

That's just wild expectations.

And yeah, I have made that investment.

in reply to fruitcantfly

Also, investing in open source projects, as you know, doesn't just have to be about coding.

It can be in documentation, testing, visual elements, community support, website maintenance, marketing and Comms, management...

Esta entrada fue editada (sábado, 11 de julio de 2026, 22:02)

Linux reshared this.

in reply to adam_y

Let me remind you that you wrote that,

People complain at something not working are missing the point.

It’s open source. You spot something you don’t like, change it.

Learn to code, contribute, fix things.

There is very little stopping you.


Do you think that you can fix something not working by writing documentation? Or do you think that you can fix something not working by testing? Or do you think that you can fix something not working by investing in visual elements? And so on and so forth.

No. Obviously not. If you want to fix something not working, then you have to get your hands dirty with the source code

Esta entrada fue editada (sábado, 11 de julio de 2026, 22:36)
in reply to cm0002

Just a little bit with the direction of GTK and Gnome. Yes, I'm still salty about that. I miss GTK2 and Gnome 2 where everything could be customized and there were thousands of different themes. Of course, I switched to MATE and I'm still using it, but all my favourite GTK2 themes eventually stopped working and now my desktop looks very generic, like all the others.

Again, I know I'm free to be nostalgic as I want and install any project that wants to try to revive or keep GTK2 alive. There's apparently a few. But I'm just a bit disappointed that it went this way. I switched to Linux more than 25 years ago because I could customize it to look like I wanted, and the more time passes, the more those features are getting hidden or removed and now everything looks the same.

in reply to cm0002
Been in a bunch of situations where the best available software is 0.x and hella buggy. (Which I discovered after building the software and its dozen dependencies from source because of course no one had packaged it.) But I'm not mad, I'm just "oh well, the situation will improve in the future, I hope".
in reply to cm0002

Yes, in 1995, I was very disappointed that red hat 2.0 made me compile my own goddamn disk images before I had to write them to floppy. Which took several days on my 486SX 25 MHz processor, and that’s after almost a week I spent downloading all of the damn source code on a 28.8 baud modem. 7 disks, 13 if you wanted printer drivers. At least it had a somewhat helpful installer, not that it was capable of helping with much.

It wasn’t until red hat 2.5 that they started distributing pre-compiled disk images

Edit: tbf, nobody else did at the time, and at least red hat was one of the first start distributing it software in packages (rpm) like debian (deb), although both soon began offering software pre-compiled as they noticed people other than software developers were beginning to use Linux, and there was legitimate demand to put in the effort. By late 1995 in early 1996, pre-compiled install disks were available for both red hat, Debian, and SuSE for x86, RISC, and DEC/ALPHA, IIRC. It took a while for Slackware to come around.

Esta entrada fue editada (domingo, 12 de julio de 2026, 2:42)
in reply to cm0002

To this day, I still grumble about the lack of universal middle-click autoscroll support in applications that aren't browsers or Electron/Chromium-based.

"But middle-click pasting is better!"


Well I'm not a fan of it, and I'd like to be able to use my middle mouse button to autoscroll everywhere instead. After all, isn't customization one of the main reasons to use Linux in the first place?