Linux has been the most prolific OS on devices for 25 years, friend.
Linux has been the most prolific OS on devices for 25 years, friend.


My Packard Bell will be so sad
Not important enough for people to not spend $500-600 on a MacBook instead of sticking with an antique PC they wish to keep running. That’s my point.
Costs less than a phone from the same company.
I feel like I’m insane for having to constantly reassure people on this fact, but…
LINUX IS THE MOST DEPLOYED OS ON THIS PLANET
Desktops are just software on top of Linux. The OS itself is superfluous. It’s in your TV, router, car, toothbrush…etc.
Who uses what for desktop matters very little except to the people making the desktop experience. The only thing on the horizon that is going to make a huge dent in the numbers you see reported on Steam, are Valve’s new hardware.
Meanwhile, many EU government operations are switching to Linux as fast as they can move their little fingers, but you won’t see that reflected on the stats you’re paying attention to.


Go back 20 years. See how many times this prediction has been made 🤣🤣
The only shift now is Microsoft shitting the bed so hard that people don’t want to deal with them. The difference this time is the MacBook Neo.
People would gladly pay Apple $600 for a working machine WITH support and stores everywhere to get help if they have hardware issues. It’s the new iPhone business model. They’ll be taking more desktop market share than people even imagine on the price point alone.


I don’t really get the point of the blog, honestly, because in the first part they are railing against one angle, then reverse and argue FOR it in a sense by saying Flatpak just works. Of course it does. That’s it’s job.
AppImage also just works, but there is a fundamental difference in the delta of what you get as a payload. AppImage has EVERYTHING the image needs to run. Flatpaks only contain the running code and custom dependencies, then it’s manager solves for shared libraries and generics from commonly available layers to download and run to solve for those deps.
Both make sense depending on how you feel you need to tackle the problem.
Where the author kid of goes off the rails is complaining that somehow either camp is somehow responsible for their product being popular enough to survive and be taken up by Valve. In this specific case, Valve is intending to include simple packaging for games and libraries they intend to ship to millions of cross platform devices. Flatpak makes sense from a bandwidth and storage standpoint for end-users.
AppImage does not. No idea why this person is taking issue with that.


Flatpak makes more sense for how Valve will be using it for all their new devices. Simple as that.
They “shit” money into ALL kinds of development that pushed lots of projects forward a decade in maybe a years time, and are doing it again with FEX. Are you taking issue with allmof that, or just this because they have a business use-case?


If you’re getting file verification errors, it probably means there are issues with files on one end of the other.
So a few things:


Versions should be fine. Your options matter though, so send the full command you’re using.
Also try this:


Kind of sounds like you have a rogue process engage the Wayland API to take exclusive control over something. Maybe you’re running multiple video apps that take input from your camera or streaming device at the same time, like Discord, Zoom, and OBS all running at the same time. One has exclusive access while you stream, but then another engages the same device and takes control for a split second, killing the other apps access.


If you have an Nvidia GPU, run nvidia-smi in your terminal and it will show with prices are engaging the GPU.
For AMD any process monitor should show GPU usage for procs, or there is radeontop for more detailed info.


Have to see it live to be sure, but it sounds like potentially you’re getting an update while the machine is running, and you haven’t rebooted to load the new GPU module.


Jaguar with 4GB of RAM. It’ll do all the normal desktop stuff and games up through maybe PS2 no problem.
Make sure you add at least 4GB of swap though.


deleted by creator
It won’t work.
Like every these, repetition is key, and also stepping through each idea to get to an outcome.
Good luck to you though.


It’s not about “Linux Users”, it’s the fact that the issues described are MIS-identified because the operator who claims to be proficient in technology has zero idea what in the hell they are talking about.
Knowing how to navigate the Windows OS is like 2% of what a “technology guru” (this guy said it) needs to be fluent in. Windows in 2026 is more irrelevant than it ever has been since 3.1, and this guy is acting like becau6his fluency is in Windows he’s has some knowledge about computers in general.
He then goes to explain IN DEPTH AND DETAIL how he does not.
Rag on me all you want, but this is not a Linux person being a gatekeeper or withholding. This is a person with little technical knowledge missing the point and misrepresenting themselves.
Fuck this guy.


Hoping this is scripted and a joke.
Dude has zero idea how computers work, and is presenting as a “tech person”?
Use whatever you want, but don’t be an ignorant asshole and put shit like this out of you have no concept of the topic aslt hand.
What a dumbass.


Systemd is fine. Stop getting trolled by antiquated neckbeards.
Unless you find a specific problem with something, don’t go looking for reasons to fix that which is not broken.


In this case you’re just seeing the App image container and it’s subprocess as two different processes. If you kill the AppImage process, it SHOULD kill the subprocess unless there is something whacky going on with how they spawn it.
It may also be different if for some reason sudo is being being used in the mix here.
This has been known for awhile, and this was already accepted to be an issue with PH memory handling. Not weird, rare or otherwise, it will get fixed.