Why Linux Is Not Yet Ready For the Desktop
An anonymous reader writes "Every now and then a new- or old-media journalist tries to explain to everyone why Linux is not yet ready for the desktop. However all those men who graduated from their engineering universities years ago have only superficial knowledge about operating systems and their inner works. An unknown author from Russia has decided to draw up a list of technical reasons and limitations hampering Linux domination on the desktop." Some of the gripes listed here really resonate with me, having just moved to an early version of Ubuntu 9.10 on my main testing-stuff laptop; it's frustrating especially that while many seemingly more esoteric things work perfectly, sound now works only in part, and even that partial success took some fiddling.
Without the big labels like Valve developing their titles on Linux, you aren't going to see Linux widely used in desktop soon.
New Economic Perspectives
I always enjoy these /. stories about Linux acceptance. We are guarenteed a full vetting of why this article is wrong by the Linux-heads and why it is so right by the M$-heads.
It's even numbered for easy reference to the sprcific points
The future is web based. Endless bloat, inefficient javascript and the latency of accessing remote systems. Why will people accept such a system? because a lot of people never learned to use a desktop, they learned how to use a web browser. Anything outside the web browser looks complicated to them.
There is also the fact that web-based is the new way of making money from software. No piracy since its mostly server-side, lace it with ads and nobody complains about adware. Give it a few years and ads will no longer be served up by dedicated domains you can easily block.
If client side desktop computing is to survive the interface has to become more iPhony. Ordinary folk love the touchy feeley colourful, childish looking animated interface of the iPhone so the future is in projects like Hildon. I personally hate the iPhone's interface but thats alright, if its Linux or BSD I'll just install a minimalist window manager which there should always be plenty of.
The first alpha of 9.10 was released a couple days ago with new kernel, new gcc, lots of new libraries... you should not be surprised things don't work well yet. Jaunty seems pretty stable to me. Minor issues with my intel video card, but works fine for all my daily work.
It took almost 3 months to get the sound working on Ubuntu (TOS-link). Even to this day I'm scared that if I lose the system I'll lose the configuration- it required editing different accounts, adding new packages, modifying them in a non-standard fashion, adding options that weren't documented...
Windows XP? Put it in and the sound comes out.
I'll say the same thing about hard drives too- while the support is built in I still had to do some 20 commands to add, mount, locate, format, automount, edit the UUID manualy, fdisk....
Nothing better to kill 2 hours of your precious life.
If you're not using it now, you probably never will. As a long time (and current) Linux user, I have come across all these issues first-hand, as has every other Linux user, developer and advocate out there. That they are still problems even though they've been known for years - sometimes decades shows that they will never be addressed, or fixed.
Linux is a hobby systyem. The code is donated mostly by amateurs (or people working for rewards other than money - for example the recognition of their peers) and is therefore not within the normal disciplines of IT developemt. If you tell a Linux developer their code is crap - or the application they have written is junk, they'll just walk. As they will if you ask them to do things they don't want to: such as write a manual, fix bugs, add (or remove) features.
Basically guys, this is as good as it gets. Live with it or go elsewhere.
politicians are like babies' nappies: they should both be changed regularly and for the same reasons
The TFA is a worthless troll, even more so than usual in these "Linux is not ready for the desktop" Slashdot articles.
It has the usual list of ignorant complaints (oh no, there is a choice of distributions, boo hoo! oh no, there is a choice of GUI toolkits, boo hoo!), but some points stand out in their sheer stupidity.
"Bad security model: there's zero protection against keyboard keyloggers and against running malicious software (Linux is viruses free only due to its extremely low popularity). sudo is very easy to circumvent (social engineering). sudo still requires CLI (see clause 4.)"
Really?
Who admits these articles to the front page anyway?
we discovered a new way to think.
I don't know why I bother upgrading. They say "if it ain't broke, don't fix it" and in the case of Ubuntu that has proven to be the case every single time because something always breaks upon upgrade. This most recent upgrade to Jaunty completely disabled my ability to put my laptop to sleep because the screen now goes dark and I can't see what is happening and what is stopping it from sleeping. No matter what I do I can't get the screen to come back on, so the only recovery is a forced shutdown via the power button. Now I can only shut it down and reboot it - so much for uptime statistics!
Anyway, something always breaks. This is, however, not so different than any other operating system upgrade. Unless you have well tested hardware, that is nothing too bleeding edge new and nothing too old (e.g. my IBM T-30 laptop) then it is likely you will have some problems each time you upgrade. I know I have had my share of problems when going from Win98 to XP that a few internet searches easily resolved. I guess it also helps when you don't upgrade that often - it has been years since I have touched my Windows installation and yet every 6 months I am upgrading my Linux and bitching every time when something breaks. I should just leave the freakin' thing alone!!!
This post brought to you by your friendly neighborhood MBA.
...but insists that reproduction of any kind is prohibited without permission. So I won't quote from the article. I will just refer to it.
In the last paragraph the author talks about implementations of SMB and AD (active directory?) not being available, then excludes samba. I with he would say why. Samba seems pretty good in that area.
In addition I would like to say that my wife's corolla is crap because it can't carry 1000 kilos of stuff the way my van does. Also the Boeing 747 is crap because it has a bigger radar cross section than a B2 stealth bomber.
http://michaelsmith.id.au
Lucky? I hardly think so. WoW is hardly an obscure game - it is the most popular MMORPG in the world. The idea that wine can run, out of the box, such a high profile game is perfectly incompatible with 'no games, period.'
If we can put a man on the moon, why can't we shoot people for Apollo-related non-sequiturs?
Why Linux is not (yet) Ready for the Desktop
Preface:
In this document we only discuss Linux deficiencies while everyone should keep in mind that there are areas where Linux has excelled other OSes.
A primary target of this comparison is Windows OS.
Linux major shortcomings and problems:
0. Premise: proprietary software will stay indefinitely. Full stop. You may argue eternally, but complicated software like games, 3D applications, databases, CADs(Computer-aided Design), etc. which cost millions of dollars and years of man-hours to develop will never be open sourced. Software patents are about to stay forever.
1. No reliable sound system, no reliable unified software audio mixing, many (old or/and proprietary) applications still open audio output exclusively causing major user problems and headache.
1.1 Insanely difficult to set up volume levels, audio recording ... and in some situations even audio output.
1.2 Highly confusing, not self-explanatory mixer settings.
1.3 By default many distros do not set volume levels properly (no audio output/no sound recording).
2. X system:
2.1 No good stable standardized API for developing GUI applications (like Win32 API). Both GTK and Qt are very unstable and often break backwards compatibility.
2.2 Very slow GUI (except when being run with composite window managers on top of OpenGL).
2.3 Many GUI operations are not accelerated. No analogue of GDI or GDI+. Text antialiasing and other GUI operations are software rendered by GUI libraries (GTK->Cairo/QT->Xft).
2.4 Font rendering is implemented via high level GUI libraries, thus:
2.4.1 fontconfig fonts antialiasing settings cannot be applied on-the-fly.
2.4.2 Fonts antialiasing only works for certain GUI toolkits (see 2.1).
2.4.3 Default fonts (often) look ugly.
2.4.3.1 (Being resolved) By default most distros disable advanced fonts antialiasing.
2.4.3.2 By default most distros come without good or even compatible with Windows fonts.
2.5 No double buffering.
3. Problems stemming from the vast number of Linux distributives:
3.1 No unified configuration system for computer settings, devices and system services. E.g. distro A sets up networking using these utilities, outputting certain settings residing in certain file system locations, distro B sets up everything differently. This drives most users mad.
3.2 No unified installer across all distros. Consider RPM, deb, portage, tar.gz, sources, etc. It adds a cost for software development.
3.3 Many distros' repositories do not contain all available open source software. User should never be bothered with using ./configure && make && make installer. It should be possible to install any software by downloading a package and double clicking it (yes, like in Windows, but probably prompting for user/administrator password).
3.4 Applications development is a major PITA. Different distros can use a) different libraries versions b) different compiler flags c) different compilers. This leads to a number of problems raised to the third power.
4. It should be possible to configure everything via GUI which is still not a case for too many situations and operations.
5. Problems stemming from low linux popularity and open source nature:
5.1 Few software titles, inability to run familiar Windows software. (Some applications (which don't work in Wine) have zero Linux equivalents).
5.1.1 No equivalent of some hardcore Windows software like AutoCAD/3D Studio/Adobe Premier/Corel Painter/etc. Home and work users just won't bother installing Linux until they can work for real.
5.2 No games. Full stop. Cedega and Wine offer very incomplete support.
5.3 Incomplete or unstable drivers for some hardware. Problems setting up some hardware (like sound cards or TV tuners/Web Cameras).
5.3.1 A lot of WinPrinters do n
The driver problem is a variation of the chicken and the egg.
Linux is not a large part of the desktop market thus many manufacturers do not bother writing drivers for them. As a result every time a new piece of hardware comes out someone has to have that hardware (so they care) and then cobble a driver together for it. As a result some hardware is not supported (or poorly supported). Then people say Linux isn't desktop ready because the drivers aren't up to snuff. Repeat.
I'm not saying the complaint isn't valid but sadly there is little Linux can do about it (short of creating a new project to keep up with every piece of hardware known to man). Windows on the other hand doesn't have this problem as every manufacturer on the planet makes sure to include a driver for windows. Mac escapes this problem since it's a hardware company and says we only support Mac products. It's a very unfair setup and I'm not sure if there is a way to break the cycle.
Seems like we've had this exact argument a thousand times. This list at least makes mostly good points. But it still misses the mark many times. Particularly annoying is the absolutism in so many statements, like:
This is obviously false. There are games on Linux. Many are open sourced, and some commercials games are available on Linux (e.g. World of Goo). Now I wouldn't have argued if he had said "Very few games." But instead he tried to make his point punchier by being absolute... and this weakens his whole argument by introducing lies.
And as usual the author prefaces by mentioning that this is some sort of relative comparison with Windows, yet points out problems that exist with all operating systems, like "A galore of software bugs across all applications", or "huge shutdown time" (I've timed it on dual-boot systems and for me Kubuntu was faster than Windows XP. YMMV.) and "poor documentation" (does Windows come with an awesome manual I wasn't made aware of? No. For both Win and Linux you end up searching online. Both have tons of 3rd-party documentation.)...
And then there are kind nonsensical complaints like "don't allow you to easily set up a server with e.g. such a configuration: Samba, SMTP/POP3, Apache HTTP Auth and FTP where all users are virtual" Does Windows let you do this easily? The heading said that this was an analysis of whether Linux is ready for the Desktop and instead the author injects one of his pet-peeves about configuring Linux as a server?
And then there are spurious assumptions used to justify complaints, like "Linux is viruses free only due to its extremely low popularity". We've had this argument many times... undoubtedly the low market-share of Linux helps keep viruses off the platform. But there is also plenty of evidence that it is robust security-wise (e.g. infection rates for servers). At a minimum it's not the settled question the author implies.
I could go on and on. No doubt this thread will tear-apart other statements from TFA. It's too bad, because many of the points made are very much correct, and deserve attention. But it seems that whenever someone tries to compile lists such as this, they end up not only making good points about what needs work, but throwing in their own anecdotal annoyances and personal viewpoints, which muddies the whole argument...
Notice the ".ru" at the end of the domain of the "article". Russia, eh?
I'll tell you what's going on:
The Slashdot gang, desperate for traffic and the subsequent advertising revenue from said traffic, teamed up with the Russian mafia and they're writing these Troll articles. Now, nothing increases viewership like controversy and the biggest controversy among computers nerds is Linux vs. Microsoft and how Linux isn't ready for the desktop.
There you go.
The vast majority of desktop computer users is happy with Minesweeper, Solitaire and Tetris.
The Tetris Company has never put out a product for Linux, except possibly the browser-based Tetris Friends. And it alleges that workalikes such as Lockjaw and Gnometris violate its copyright, though this US Copyright Office document makes Tetris's claims look flimsy.
The parent poster is not talking about corporate use, or geeks like us, he's talking about the folks at home. You know the other NINETY percent of the market.
Tired of all the isms, don't exploit people as an employer, or a government, mmmmK?
I did my research and found a TV tuner that would work under Linux so that I could run MythTV. How many tuner cards work with OSX? Linux is not Windows, but it doesn't mean it's not ready for the desktop.
Apple puts together hardware that works with their OS and now Dell and other OEM's are doing the same with Linux. If you want to run either Linux or OSX on older hardware you have lying around be prepared to hack (although much less with Linux). If you want to build a system from scratch, do your homework first and buy compatible parts.
I stopped reading halfway through. Its a troll. I could say Windows isn't ready for the desktop because there are no CLI utilities or scripting languages built in.
If you want to do something in batch like resize and auto-rotate a bunch of digital camera pictures you need to search for and download a program that does exactly what you want and hopefully not get a virus.
With linux, you whip up a little script that runs jhead -autorot and convert -resize.
A lot of times you need to do something specialized each time. Having a full blown GUI for each occasion doesn't make sense and neither does having something that is so extremely configurable because it would ultimately be complicated and confusing and still wouldn't handle the 5% of the corner cases.
1999 called, they want to know what percentage of desktop users are using Linux.
I think that Linux is more than ready for the desktop but as you say people don't know that it exists. Over the weekend I reformatted my semi-corporate laptop (lenovo thinkpad r61) from Vista Business to Ubuntu 9.04. And I've been totally surprised how well the whole process went. All of the hardware worked OOTB. Today I've been even more surprised when I brought the machine to work. I connected the network cable. Fired up Evolution and connected to the Exchange server. When I wanted to print something Ubuntu had found all of the available printers on the network and let me choose which one I wanted to use. Everything has been flawless the whole way. Not to mention that it's blazing fast compared to Vista. I can even run a Windows XP environment in Virutalbox without any significant slowdown (4GB RAM) so if I need to sync my iphone apps on it I can do that too. But people don't know that the possibility exists, or even if they know the headaches caused by Windows aren't big enough to warrant a change, or a couple other excuses to just stay with what they know.
xb0x
In my opinion, one of the biggest hurdles keeping Linux our of the domestic desktop market is the developers apparently can't put themselves in the shoes of the average user. In my personal experience they tend to hold the end user in contempt, but I realize that this is a fairly small sample of the community...
Like it or not, Windows and OSX have set standards for interface and functional transparency. It may not sit well with developers that they can't micromanage what the OS is doing, but the average user just doesn't give a shit and is unwilling if not incapable of tweaking the OS to accomplish otherwise simple tasks.
It needs to "just work." If you need to use the command line, it's broken for desktop use. If you need to manually edit a file, it's broken for desktop use. If an essential component for some software is not included and must be installed and configured separately, it's broken for desktop use. (That last one is a big, big problem for Linux!)
For all the faults Microsoft has with their software, at least they did the research and learned how Joe Shmoe uses a computer and designed to the lowest common denominator. That's how they ended up on top.
=Smidge=
Very little. Not just because TINC, but because those who wold speak up for Linux know better than to equate Linux with Ubuntu.
Then with what distribution of Linux-for-the-desktop should the promoters of Linux-for-the-desktop equate Linux-for-the-desktop? If not Ubuntu, then what?
Is that why Linux Desktop is such a blazing success right now ?
Linux is a hobby system
So wait, what does this mean, exactly? It's a hobby system that's cute to fiddle with then turn it off when I want to do "real" work? Like working with a database system that holds hundreds of millions of rows, used every day? That's in an Oracle database, running on a Linux machine.
Is my Tivo a "hobby" system? Does TomTom only make "hobby" devices ("you didn't get where you're going? Oh well, you know it's just a hobby system, right?"). I guess I shouldn't expect much from the routers, phones, and other devices that have put Linux at the core of their stack. I mean, it's just a hobby, right?
So what is a "professional" system to you? Windows? Sure, it's used a lot of professional capacities, sure there's a lot of software available for it, but are you saying it's somehow more "professional" than Linux? Why is that? Because it's written by Microsoft? Is Microsoft somehow more professional than Oracle or IBM?
Your post is breathtaking in its ignorance, and I know I'm doing myself no favors by feeding the trolls, but *come* *on*...at least a descent job of flame baiting would latch on to some obvious, specific weakness and exploit it, rightly or wrongly. This is post is just raving.
While I also play WoW under Wine and agree it works reasonably well, I have to ask a simple question.
One reason WoW works reasonably under Wine is that it will use OpenGL and is not tied to DirectX. Many of the WoW developers are actually using Macs so the application could not be dependent on DirectX. And yet, there is no native Linux client produced for it, only native for Mac OS X and Windows.
As popular as the game is, and knowing it can run on a *nix variant, Blizzard still won't produce a native Linux client. So why do you suppose that is?
Mind you, I've used linux here and there since the 1.3 kernel (slackware then), and I've tried out just about every version of Ubuntu. This is the first time it stays in use.
Some things in TFA make me wonder though, like "Enterprise: no standard way of software distribution". How hard is it to set up a local repository(-ies), from where workstations get updates?
Finally, the next time someone posts and article about Linux and the desktop, please be clear which desktop we're talking about. This article seems to talk about all of them at once.
True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
But why are Linux enthusiasts hoping for a future of Linux on the Desktop (TM)?
I mean, I am the one of the mystic, claimed-by-some-to-be-nonexistent "Linux-exclusive" users you've heard of, and I like it with a passion. However I don't understand why people like me are busy trying to push Linux to the Joe Q. Users. Is it because that a Linux future must be better than something else? But how do we know for sure? Even if we were, then why should we be pushing it for some global acceptance?
And yes, I know the technical advantages of Linux that could be beneficial to average users. I know the ideals for which Linux claims to stand and I think they are fine, but on the other hand something being fine doesn't necessarily imply that we should be pushing it everywhere. You may want to share your joyful experience with your new shiny $DISTRO desktop but everyone has his/her own definition of joyfulness.
In other words, I value a future of Everyone Happy with His/Her Own Fucking Favorate Operating System far greater than one of "Linux on the Desktop". It's all about choice, huh? We are supposed to be the more technical-savvy group so we should have understood our own needs (which means I need what I need but I don't necessarily need what $BIG_GREED_CORPORATION tells me to need), AND that ours are not necessarily shared by others, right?
Thanks for listening to my rant. I apology for the time I made you wasted in reading this post.
Colorless green Cthulhu waits dreaming furiously.
On the desktop,in the last couple of years especially, Ubuntu has driven it a long way forwards, and I enjoy trying each new release. But several fundamental things still don't work well enough and the help when things go wrong is still fairly awful.
Printing - still too hard to get up and running.
Wifi connectivity - my laptop 'just works' for any required length of time with a solid Wifi connection in Windows at home, but in several distros of Linux it has to re-establish a connection every couple of minutes.
Battery life on laptops still sucks relative to both XP and Windows 7.
Suspend/resume, and Hibernation/resume. In Windows I just fold the laptop and *know* it will close down cleanly, and come back when I open it. USB, sound, video - all will still be working when it comes back. Not so in Linux.
Yes, I as a computer user and engineer of over 20 years experience can get Ubuntu to work for me. But it's just too hard to be worthwhile. And it's a shame, but I certainly can't recommend the technophobe people I support (family, friends) switch to Linux as things are.
Gee Whiz! I didn't realize my desktop isn't working. Month after month and year after year it felt like it worked just fine.
Here in Europe, we have these technologies called 'GPRS' and '3G' which mean you're network connected over 95% of the land area.
We have that in the United States, but in this recession, not everybody who owns a laptop has 720 USD per year to blow on a 3G plan in addition to what they're paying for Internet access at home.
I strongly recommend you try Wine Doors if you haven't already.
It's probably not included in the default installation because I think you have to have a Windows license to install some of the DLLs and such (then again, who doesn't have a couple of those sitting around?)
OK, so let's deconstruct this point by point. I've left one or two points out where I have no specific comments.
0. Premise: proprietary software will stay indefinitely. Full stop. You may argue eternally,
but complicated software like games, 3D applications, databases, CADs(Computer-aided Design),
etc. which cost millions of dollars and years of man-hours to develop will never be open sourced.
Software patents are about to stay forever.
Bold predictions indeed. True, I think proprietary software will remain, particularly in the vertical market; however a certain segment of software will become commoditised (arguably some of it already has been) and therefore users will expect it to be free or priced lower than cost.
1. No reliable sound system, no reliable unified software audio mixing, many (old or/and proprietary) applications still open audio output exclusively causing major user problems and headache.
1.1 Insanely difficult to set up volume levels, audio recording ... and in some situations even audio output.
1.2 Highly confusing, not self-explanatory mixer settings.
1.3 By default many distros do not set volume levels properly (no audio output/no sound recording).
Couldn't agree more here. ALSA has improved audio in a few areas but in all other aspects, from a user perspective it has only made things more difficult. Someone else commented recently on Slashdot regarding the BSD approach to this problem, it sounds like they have done a lot better by staying with/improving OSS. I really wish someone would stand up and take charge of improving Linux's core audio infrastructure instead of putting band-aids like PulseAudio on top.
2.1 No good stable standardized API for developing GUI applications (like Win32 API). Both GTK and Qt are very unstable and often break backwards compatibility.
I'm not sure this is really as bad as is made out. In between major releases, Qt and Gtk both take backwards compatibility very seriously. Qt at least is a commercial product, they have a commitment to maintain compatibility.
2.2 Very slow GUI (except when being run with composite window managers on top of OpenGL).
Too general to respond to - can hardly be true for all machines.
2.3 Many GUI operations are not accelerated. No analogue of GDI or GDI+. Text antialiasing and other GUI operations are software rendered by GUI libraries (GTK->Cairo/QT->Xft).
I thought that was the point of Cairo... ? Not my area of expertise though.
2.5 No double buffering.
No explanation of how this is relevant to an end user.
3.1 No unified configuration system for computer settings, devices and system services. E.g. distro A sets up networking using these utilities, outputting certain settings residing in certain file system locations, distro B sets up everything differently. This drives most users mad.
Honestly I don't think the average user is really going to care where a configuration tool stores its settings as long as it works; only a power user or developer would. Of course it would be nice if people would use the same tools. However, although it's taken quite some time to work in all situations, NetworkManager has vastly improved network configuration ease of use and has been adopted by many distributions.
3.2 No unified installer across all distros. Consider RPM, deb, portage, tar.gz, sources, etc. It adds a cost for software development.
True, but arguably as far as the packaging alone is concerned, if you target RPM and deb you're going to cover most of the distributions that actually matter to end users.
3.3 Many distros' repositories do not contain all available open source software. User should never be bothered with using ./config
Viruses don't matter anymore. It's all about trojans now. A stupid person using Ubuntu is just as easy to infect with a trojan as a stupid person using Windows is.
As popular as the game is, and knowing it can run on a *nix variant, Blizzard still won't produce a native Linux client. So why do you suppose that is?
They're a company, so the answer is simple: it's not worth the cost. Linux's install base among desktop users is less than 10% of what OS X has, and they've stated in the past that the only reasons they develop OS X versions of their games are because some of their developers prefer OS X and because maintaining multi-platform compatibility helps them find bugs that they wouldn't find otherwise. The OS X version makes them a small amount of money, but its primary usefulness is as quality control.
(by the way, OS X is not a *nix variant, it is a full-fledged UNIX)
Karma: Terrifying (mostly affected by atrocities you've committed)
In Stockholm I pay $3-$9 per month for 3G, even with max data usage you wouldn't pay more than $360/year. Are you sure you're not using prices from 99?
I think it would have been funnier (the article) had it just said "Linux sux" and been done with it. It would have been shorter, amounted to the same gibberish from the same author, and would have saved us all a lot of time and we could have spent more time sitting here debating the merits of various operating systems.
"So long and thanks for all the fish."
"Drop to the terminal", you've already lost most users.
I appreciate the power of the terminal, and many of the folks on this site also do, but users simply don't care about the "power" of it, they care about simplicity, straightforwardness, and software.
Linux isn't yet simple, especially when people are used to doing things in Windows or even Mac (a bit), those two platforms work surprisingly alike for installing software (double click!), for finding software (go to some website, download it), etc. When a user is used to going to Mozilla.org and downloading the latest Firefox, and then tries doing that in Linux only to find that they have to drop to the terminal and do a install, they already are ready to wipe and format and put Windows back on so they can play their games and surf the web.
Windows has taken years to get a cohesive (and still not quite there yet) and unified GUI. Mac took a long time too, and it's pretty darned good. Linux is a compilation of GUI, and while it's pretty good LOOKING, it's not unified across every window, every application, etc. Plus, breaking the habit of people downloading apps from the web and going to repositories is counter intuitive for a lot of people.
If you want to make a dent where Windows is king, you have to adopt some of the peculiarities of the OS in order to adopt. You give them training wheels and the rest they learn on their own. If you fail to provide that, then they just give up and say it sucks -- like the returns OEMs show from getting *nix laptops. Even with distros that work out of the box from OEMs, people are returning them. Sure the distro can be done better, but the odds of that happening are slim, so my thought is that Linux itself needs to change at its core to help the users bridge the gap.
But I've been hearing "Linux on the desktop" for so many years now I just laugh about it now. Given the treatment of non-Linux users by Linux users (berating, combative, defensive, angry, etc), there's good reason why it never catches on, and it's because the userbase for Linux are a bunch of assholes.
The price is always right if someone else is paying.
... was the point of the article going over your head. The key phrase (from your own post) "hobbyist operating system". The point of TFA was that Linux isn't ready for the masses, not that it isn't ready for geeks. Sure, it "flies in the hands of a master". The point is that very few people are masters, and very few have the time or inclination to become masters.
Right. Which is why it's not ready for the desktop (at least for ordinary mortals).
At the time, I estimated that we were around the 50% mark toward that goal (lots of missing device drivers, buggy OpenOffice, no high-quality equivalent tools for photo editing, page layout, video editing, and much more). In short, anyone using a Linux desktop would need to have another machine to accomplish these other tasks.
In recent weeks, I have installed SLED 11, openSuse 11.1, Fedora 10, and Ubuntu 9.04 on several netbooks, notebooks, and boxes. My goal (once again) was to make one of these systems my everyday workhorse machine, one that I could recommend to friends and family for all of their computing tasks. While the situation is much improved from three years ago, we are still quite a way from reaching that elusive 100% goal. For myself and my family, I would guess that we are in the 80's, but gamers would give a much lower score.
Installation and setup is vastly improved. The desktop layouts, particularly GNOME, are reasonably familiar to users of other platforms. Individual applications, notably OpenOffice and Firefox, have come a long way. The usability of system update mechanisms ranges from the smooth (Ubuntu) to the challenging (SuSE). (Development tools are outstanding, but that isn't the issue here.)
However, I had to install restricted drivers to make wireless work, had to install commercially licensed Flash to be able to view many websites, and still found myself without programs for video editing, page layout, and photo editing that compared well with their commercial counterparts (e.g., Scribus vs. MS Publisher or Pages). Watching commercial DVDs occasionally required the use of terminal commands to download and install software, not to mention the associated legal issues. Webcams and microphones were unreliable at best, making it impossible to do video chat or broadcasting (e.g. uStream) with web-based applications.
So I renew the challenge to make it possible for average computer users to do 100% of their work using open source software. That means moving development efforts up from the operating system and infrastructure level to concentrate on creating high quality, easily used applications. That also rules out using WINE or VirtualBox to run proprietary apps.
Let's create personas and scenarios for different types of users, identify their needs, and build the needed applications and drivers. Let's also continue to push device makers to supply Linux drivers. Let's find a workable solution for Flash and SWF-based web content. (Gnash isn't quite there.) In that way, we can make some progress toward that magic 100% number that would allow people to do all of their computing on a Linux desktop.
My experience on this laptop (a Toshiba Equium M70-272):
;)
WinXP SP2 vs Ubuntu 7.04
Screen: default driver @ 800x600x16 vs default driver @ native resolution
Keyboard: default driver vs general driver
Sound: not recognised vs general driver
Wifi: not recognised vs Intel general driver
Printer: not recognised vs printer-specific CUPS support
Winmodem: not recognised vs default (non working) winmodem restricted driver
So... what is your point again?
For some reason, driver hunting for Windows is acceptable, but don't dare tell the guy trying Linux that Ubuntu might not pick up the play button on the side of the keyboard automagically!
When ideas fail, words become very handy.