Slashdot Mirror


"What is Linux Missing?"

three55ml writes "This is an editorial I wrote noting a few points about what Linux has to do before it moves totally mainstream. It talks about both the small and the large issues currently slowing the widespread use of Linux."

20 of 720 comments (clear)

  1. Support problems by Anonymous Coward · · Score: 3
    While I agree that there are problems with commercial application support and hardware support for Linux, I have to question the value of writing about it.

    We, as a community, have no control over hardware producers willingness to support the OS with either commercial drivers, or open specs to driver developers within the community, other than as customers. The only way that we will arrive at a situation of having Linux supported is by asking, every time we go into a computer store, "Does this work with Linux? Is this app available on Linux? Can you order me this game for Linux?" Once we get the stores to recognise a demand, then we may get proper support and recognition.

    A problem I see with the community is our willingness, all too often, to accept that things are the way they are. We do our research before buying hardware, so that we know beforehand if support exists. If we buy a piece of kit that doesn't work, we reprimand ourselves, not the producer. We don't make a fuss.

    If you ask me, the way into the mainstream (and it's by no means a given that that's where we want to go) is through financiers pockets, combined with millions of requests to helplines, e-mails to support@supplier.com and bemused queries as to why our local tech store isn't stocking Linux commercial software, or why hardware in the store doesn't have a little tux sticker on the box.

    For too long we have suffered in silence. Now it is time to ask for help.

  2. One thing missing: Games games games games games by Masem · · Score: 3
    Besides the lack of app software, there is a significant lack of game software. Sure, we've got Q3A and UT, Civ and a handful of others, but the number of game titles for the PC is hundreds of times larger for Windows than Linux. In addition, the people that tend to develop Linux tend to favor the FPS type games, and which suggests that other types would not do as well; consider the surprise hit of Roller Coaster Tycoon, or what everyone is expecting to be the big selling next year, The Sims. For some reason, the attitute of Linux users and these games don't mesh well, and thus, there won't appear to be a big push for them. But these ARE the types of games that mainstream users like, and if they aren't available for Linux, there's no reason to go that way.

    Most everything else is important, but game software needs to be taken serious to get Linux onto the average Joe desktops.

    --
    "Pinky, you've left the lens cap of your mind on again." - P&TB
    "I can see my house from here!" - ST:
  3. Who Cares About the Average User? by grahamkg · · Score: 3

    I couldn't care less about the average user. I care about using my computer.

    Word processing. If I want to perform word processing, guess what. There's vi and emacs. They process words just fine. I don't give a damn about some fancy piece of bloatware like Microsoft Word that turns my plain text words into some binary gludge that will be unreadable two releases from now. Ugh.

    Spreadsheets. Ah, the joys of awk. In much less time than it takes to import a plain text file into Microsoft Excel, assuming the 65,536 line limit isn't blown and Windows hasn't crashed, I can have a long column of numbers summed. Pick a column, any column. I pick it with awk, and pipe it into an awk program that totals a set of inputs. Voila, my answer appears.

    Desktop friendly. Geez, I'm a mathematician, and I get paid to analyze megabytes of data. GNU/Linux is my desktop os of choice. What can't I do with all of the GNU tools available to me? If the basic tools won't do everything, there's awk. And if that's not enough, there's always C. I still have so much to learn.

    I started using GNU/Linux two and a half years ago in response to the unreliability and instability of Windows 95. Now I understand the extreme limitations of the Windows platform, and the superior capabilities of the Unix world.

    GNU/Linux is a tribute to the best and brightest in the world from the best and brightest in the world. If the average user wants GNU/Linux, fine. Let him learn how to use his computer.

    Graham

    --
    Graham
    Linux - Fast Pane Relief
  4. Applications and drivers. by Rob+Kaper · · Score: 3
    Applications and drivers is really all we need, IMHO.

    While KDE and Gnome and the likes are not perfect, they definitely give the mainstream user a comfortable, usable GUI.

    Installation procedures have been improving a lot too, just look at Caldera or Corel. Besides, there are tons of books such as Easy Linux that start with explaining drag-and-drop, so even the new computer users can probably learn Linux without a lot of obstacles.

    What Linux continues to need though, is all the latest applications and drivers. The diversity of reasons not to use Linux I hear has shrinked to "I cannot run FavProg97" or "my DVD/webcam/whatever isn't supported".

    There are many viable alternatives and workarounds for this problem, but to go mainstream Linux should no longer require workarounds. Native support, mainstream.

    My mother thinks the computer at work is running WordPerfect. Since the has no interest in the OS and mostly types papers and letters on the computer, she cares about WordPerfect. I set up a Linux machine at home with KDE and WordPerfect and she continued exclaiming: "yes I run this at work too!", even when I showed some screensavers.

    Linux was ready for my mother because it supported our hardware and ran the programs she wants to use in a solid, clean interface (KDE). Linux will be ready for mainstream use as soon as it supports most or all hardware and programs.

  5. Font rendering? How about font management! by hatless · · Score: 5

    The lad hasn't said anything new, but it's stuff that needs to be said again and agin until we get it right.

    I'd like to take the complaint over font handling a step further. I agree that TrueType support should be part of the standard fontserver. Mandrake already does this, replacing xfs with xfstt, and unless there are license conflicts, other distros should follow suit.

    But further hobbling things is the horror of installing and managing fonts under Linux, and under Unix in general.

    More fonts, Postscript and TrueType alike, with their accompanying config file additions, should be packaged as relocatable noarch RPMs.

    There should also be simple command-line tools and GNOME and KDE frontends for installing and inspecting not just these font RPMs, but also for one-step, jargonless, click-and-drool installation of arbitray Windows and (binhexed) Macintosh fonts and font bundles. Such tools should transparently perform all of the steps necessary to install such fonts under *nix, perhaps even creating the aforementioned font RPMs as an interim stage. Added bonus points if the same fonts were automatically made available to TeX, not because I think TeX is going to supplant word processors, but because it should be pushed hard as a Free Software answer to the Crystal Reports layout engine.

  6. Linux needs standard API's by RayChuang · · Score: 3

    What Linux really needs right now is a standard Application Programming Interface (API) for EVERYTHING.

    Imagining everyone agreeing to a single standard for both text mode and graphical interface mode. That way, we can optimize the operating system for MUCH improved ease of installation and use, not to mention better hardware support and much improved printing capabilities.

    Because Microsoft uses the WIN32 API (which has been improved a lot of the years), it can do a very good job of optimizing the operating system to support system hardware, and MS was able to develop a very good printing system (which works with just about every printer out there). I mean, look at the output from the 1000 dpi-plus color inkjet printers--most of the output is generated by Windows-based computers, unless it's one of the newer models with USB connections, then you can use a newer-generation Macintosh to generate the stunning output. Sadly, that type of output is quite yet available to Linux users.

    --
    Raymond in Mountain View, CA
  7. Pretty close to the point. by Lumpy · · Score: 4

    The article is pretty close to the point on many facets. I agree that Linux software needs to be "mainstreamed" I saw a copy of corel wordperfect 8 for linux at my local Best Buy (I bought it too even though I have the free version). but the biggest thing is not just software...

    Hardware... almost everything on the shelves is Linux compatable except for the cheap junk.(Win products) but is there a linux sticker anywhere? no way! We hear of these companies saying they support linux, but they refuse to put a works with linux sticker on the box (Creative Labs... get that sticker on every box you dummies!)

    But then linux isn't made for the general computer user. windows9x is great for the clueless... it's great for the un-knowing... it's geared for the person that has very little in their heads or very little desire/time to do more than push a button. Linux didnt become popular because it was effortless, it became popular with us because it is hard. ls -al is dang difficult to the windows user. they cannot understand keyboard commands (before you win-lovers start flaming... I support windows95/NT for 120 users at my office... they cannot understand anything that is more difficult than a doorknob. yes there are a few that have a clue but it is very few) Unix has been around for eon's longer than wondows/dos even was a fleeting idea. Unix was "shunned" for being complex. Dos came around... it too was "shunned" for being complex! Only the geeks had 8088 or a 80286 (-rich geeks) computer at home, and everyone else said "oh god no! no pc for me! I cant even set my new-fangled clock on the VCR!"

    well now it's 1999... and these same sheep cant set their VCR clock, but they think they need a computer!

    I dont want them using linux. Actually, the best thing for linux is to stay "fringe" or in the "power user" domain.. it will become de-facto in business (It's replaced most of my servers) because it can be made to easily run what the sales dept., accounting, etc... needs and will keep the "I know something about computers" people from screwing it up! A linux box properly configured for business is 100% bullitproof, idiot proof, and makes an admin's job almost trivial.

    So please linux, dont go mainstream... stay in the realm of power hobbiests, and business users.

    Leave the fodder of the "home user" to Microsoft.

    --
    Do not look at laser with remaining good eye.
  8. Too many apps! by Stiletto · · Score: 5

    I don't understand all these arguments for more applications. If anything, Linux has too many applications! For example:

    Doing a search for a Linux ICQ client on Freshmeat produces (get ready) 30 matches! That's right, there are 30 seperate ICQ clients for Linux. They are all open-source, and many have all the usefull features, but people, DO WE REALLY NEED 30 OF THEM?

    The linux kernel programming community is a pretty loosely knit bazaar--a lot of programmers, but at least they have a single focus. There aren't 30 versions of the kernel!

    Although the application programming community also has alot of programmers, they are all duplicating each other's work!

    We don't need more applications... We need better applications. Instead of saying, "I want to write my own web browser," why not contribute to Mozilla instead? Instead of writing "Yet Another MP3 Player," contribute code to one of the more established ones.

    ________________________________

  9. Certifications for gov use by color+of+static · · Score: 3

    While most of you may not think highly of the US government, they are one of the biggest customers or IT, and a huge director of where things go. An example is how much they can cram a bad standard before they reconsider it (GOSSIP anyone?).
    I've gotten Linux into a lot of government shops and applications, but its always an uphill battle because it isn't C2, or FIPs, or POSIX (early on for that one). Now with NT being C2 and FIPs (I don't remember the actual FIPS, maybe 140 or 180) certified this arguement has only gotten stronger. Put on top os this of not supporting ATM (yes I know it sucks for LAN apps, but tell the government that) in most distributions and pre built hardware and a large hurdle exists to get into the government and their contractors shops.
    Maybe RedHat or VA should use some of their newfound richs towards certification. C2 would be a good start and clear most of the problems.

  10. Re:A Standard UI by delld · · Score: 3

    I agree fully. It is like that internet thing - if every site only had a standard interface, it would just take off. But right now each and every one has a different look and feel -nobody can use it. The net is even worse than programs written for X, at least in X one has ten or so different ui's all very similar, none to hard to figure out. But the net? Every site is different - you can not tell most links from images or underlined words. If _they_ would just fix it, it would be the next big thing.

  11. Re:Windows does NOT have "good printing technology by spectecjr · · Score: 3

    The idea that the Windows printing model is a "good one" is simply preposterous, because a significant aspect of it is the fact that these printers are not printers at all. They're winprinters. This is not a printer, any more than a "winmodem" is a modem. It's not. A winmodem is a glorified phone jack that connects to the OS.

    Bzzzt! Sorry - thanks for playing.

    Who mentioned WinPrinters? You did. I didn't.

    I'm talking about the mechanism which means that to print, you can re-use your graphics code. You don't have to touch Postscript - your printer driver sits one level *up* from that under Windows.

    It goes something like this:

    Create Device Context (Printer in this case)
    Draw to Printer Device Context
    Finish.

    That's it - no "how do I write something which generates the correct postscript to do X, Y and Z?" - the GDI subsystem and the printer drivers handle all of the nasty stuff so that the printer gets the data in a format which it can understand.

    Winprinters... well, I wouldn't buy one, that's for sure. But given that some of them a while back cost $50, and were being bundled with NEC machines, I can't really knock them - if it were a choice of winprinter or no printer at all (and the printer was effectively "free" in this bundle), I'd take the winprinter. And I did do so.

    However, if I'm in the market for buying a printer, I'd buy one that could be used on any machine, just for future-proofing. (Same reason I only buy external modems if I can help it - although that criterion is going now that ADSL is picking up).

    Anyway, to sum up - don't go off half-cocked shouting and screaming about something when in fact you're not talking about the same thing at all. It makes you look stupid.

    Not only that, but I noticed that for all your flame, you didn't have the guts to stand behind a real alias - you posted as an anonymous coward. Tsk tsk. Try getting the cahones to stand behind your beliefs - or don't post them.

    Simon

    --
    Coming soon - pyrogyra
  12. My $0.02 by Yebyen · · Score: 3

    If Open Source applications such as AbiWord were packaged and sold on the shelves at cost of distribution, people would realize that software for Linux is available and of high-quality.

    I don't think so... The main attraction of Linux is that you can get anything for free. What needs to be developed is an easier way of getting these things, something like an online store without money... now I have no problem with the current system, "Search Engines" (hehe), but the average person would like a place he can go online to just browse what's available and say "Ooh that looks nice, I think I'll get that..." rather than knowing beforehand what he needs.

    Even though there are numerous applications for Linux available, there really aren't that many of comparable quality and usability to their Windows counterparts in areas which the average user needs. For example, there is nothing for Linux that is comparable to something like Quicken for Windows, a popular financial application. While there are small applications being developed, there aren't any commercial applications developed that serve that purpose. Some Linux users seem to fear the commercialization of software, but in a sense, it is required for the further advancement and acceptance of Linux.

    Picky picky picky... Yes financial software is one area where linux is deficient, the other (more prominent) area being web browsers. We've just about solved the web browser problem, with Opera and Konquerer on the way, and especially Mozilla. M12 looks great, and it seems to be almost as powerful as netscape 4.7 (and it IS more stable :-). I've noticed that I can now successfully login to slashdot with it and the only thing I can't seem to do is moderating. I think with M13 or M14 (assuming they exist... i mean they might reach the 1.0 stage before then :-) I'll be switching over.

    For the most part, I agree with everything else in the article... I've felt the wrath of printer support, especially with the HP 722c's. Back in RH6.0 I was able to get mine working... slightly... After that, I haven't been able to. I'm now on Slackware 7 and I still can't. (The driver is available, at PPA for the masses.) BUT... I am extremely impressed in the amount of drivers available for linux, in the most recent kernel there is a working driver for the SB1000 Cable Modem, a Hybrid Cable Modem card used in some areas (like mine) where fiber optic cable is not yet available. This is such an obscure device I didn't think there would be a driver, but lo and behold there was a driver and a HOWTO!!! You don't need to go looking for drivers in linux, almost everything is included with the kernel. Recompiling a kernel is not hard, either. Try it some time!

    yebyen@adelphia.net

    --
    Restating the obvious since nineteen aught five.
  13. A trick from the musicians' book by Master+of+Kode+Fu · · Score: 3
    Consider the piano and its dirt-simple interface: keys to the right of the keyboard play higher notes, keys to the left play lower ones.The volume with which a note is played depends on the force with which you strike it. If you play a note while stepping on the sustain pedal, the notes take longer to decay to silence. If simplicity of interface meant simplicity of output, it would mean that no music of any significance could be written on the piano.

    Obviously, this is not the case: the piano is a very popular compositional tool, even amongst people for whom it is not their primary instrument. Simplicity of music doesn't even exclude it from greatness (although "great music" is a subjective thing): I personally like using Louie, Louie as a proof for the existence of God :)

    There are some people who have a piano in their living room simply for family sing-alongs. They'll never play a tune more complex than Louie, Louie, Blue Moon or Chopsticks and will probably never compose their own music. Others with pianos will produce hundreds of original compositions. Both groups, if we ignore the type and quality of the piano, use essentially the same instrument.

    You never hear of a great piano maestro looking down his or her nose at "newbie" piano players (the same applies to any musician, regardless of instrument). A maestro would never say "We don't want your kind playing this instrument. Perhaps you should play something more suited to your abilities...like the radio. Hur hur hur." It's not part of their nature to scoff at someone because they only play other people's music and never write their own compositions, or that they never playing anything more complex than a three-chord pop tune. You never hear anyone jump on someone's case because they don't know that the frequency of middle "A" is 440Hz or becuase they can't tell their canons from their fugues. Musicians understand that not everyone is going to be hardcore, but that many people amongs the non-hardcore still want (and deserve) the joy that comes from playing music. Many musicians encourage people to take up an instrument -- one argument they use is that these people should break away from music provided to them by corporate radio and TV.

    Unfortunately, we don't always have this attitude in the Linux community. Can't write your own program, or even put together a simple Perl/Python script or C program? Stay away. You're not really interested in doing more than writing an essay, playing games or surfing the web? Go away. You're an artist who wants to use the computer to create art but can't be bothered to RTFM so you know what "ps auxww | grep -vv root" means? Fuck right off.

    What we have here is a clique that's no better than the clique of popular kids at school, who are "better" only by some arbitrary measure. Ours is the only industry where this kind of arrogance is tolerated by the market, and that tolerance won't last forever. We'll probably never have a Columbine-esque incident (forgive the Katzism), but the desertion of the non-hardcore for other OSs will be just as devastating, and we will have earned it. What Linux needs more than anything is not hardware nor software; there's always a ready solution or workaround for tech problems. The hard thing will be a solution for its human element. As long as members of the high priesthood continue to act as they do, Linux will be relegated to a niche. We should borrow a trick or two from the musicians' book.

  14. Re:A Standard UI by Zigg · · Score: 3

    I don't think there needs to be a standard user interface per se, but there is a need for standards on user interface behavior.

    Common functions of all user interfaces (for example, generating program launch icons or registering file types with a file manager) could be abstracted to an API, or better yet a program that could be called, so that software vendors could release a program with an installer that would work cross-UI and cross-platform, registering itself with package managers and adding itself to launch menus along the way.

    Just remember -- you don't need an rpm package to register your package with the rpm system. The FreeBSD ports system handles this rather well, registering programs with the package system as it goes yet never actually creating a package per se. (Note: I'm not claiming FreeBSD is the solution to this problem) :-)

  15. Open source is exposing the interfaces by dsplat · · Score: 4

    The real difference between the Windows wrap-the-user-in-a-warm-fuzzy-GUI paradigm and the Linux I-can-do-it-myself-thank-you paradigm is quite simple when you examine it. It is the tension between two different sets of design criteria. On the one hand, Windows is designed to be appealing to new and occasional users. It is the even-grandma-can-use-it principle. It is not a bad idea.

    On the other hand, Linux and open source in general is designed to be an environment that empowers programmers. We are the ultimate power users. We want control of everything we can see. And we have the training and skills to see a lot and know what we could do with it. Open source exposes the interfaces to any programmer or user who wants to see them. Communication protocols and file formats are documented and often come from standards. Those standards and documentation are usually available for free. That is how open source attracts programmer/users who may be potential contributers. It is not something we can abandon, or want to.

    As an example, there is nothing that frustrates me more when using a piece of software than when a common task requires a a lengthy sequence of mouse clicks, and there is nothing I can do to put it on the keyboard or shorten it. I don't care how obvious the icons and menu items are when I have to click six times to accomplish something that I do a hundred time a day.

    The reason for this difference in preferences and usage styles is a difference in usage patterns. Programmers tend to be deep users of a few tools. We know their features completely. And we want to tailor them to our exact needs. What could be better than open source for that. It is a paradigm that can let us find even a couple dozen people scattered around the globe who want some very low demand feature. And it allows us to collaborate to build it.

    Does my mother want to be able to optimize her usage this way? No. She wants to finish placing an order at an e-commerce web site so that she can go play golf. She doesn't use any given piece of software often enough to make a long learning curve worthwhile to her.

    Most of the Windows vs. Linux flaming over the years has boiled down to "Your interface sucks and if you try to make me switch you're an idiot." It leaves out the most important phrase: "for my usage pattern". The real fight should be to reach a point where those of use whose productivity profits from using Linux can use it, at home, at work, with any server on the net we want to reach, period. Windows and the software under it doesn't give me what I need to make my computing experience pleasant and productive because it limits the control I can exercise with the considerable knowledge I bring to it. On the other hand, Linux is limiting to people who don't have the knowledge to leverage and never want to spend the time to acquire it.

    Can one environment satisfy both camps? Can you simultaneously expose interfaces to ann potential developers and programmer/power users while hiding those interfaces from Grandma? I think it can be done, but only if the importance of both user communities is balanced. If we ever bury the interfaces so deep that new geeks can never get to them, we will lose the open source collaboration and the software will stagnate. If we don't make it possible to use the system without seeing them, we are limited in the potential audience. We can do both, but it must be intensional, or at least one of the two goals will fail.

    --
    The net will not be what we demand, but what we make it. Build it well.
  16. Linux needs newbie stuff by G27+Radio · · Score: 5

    I definitely agree with the author about what a hassle configuring Xwindows can be. I know RedHat 6.1 has made some improvements to their X configurator, but still with most systems I've installed it on I ended up having to do it manually anyway.

    OK, disk partitioning is sort of a problem. I really don't like disk druid. It picks the name and order of partitions for me which would be nice for a new user, but it's not cool when they force it on you. Fortunately for me fdisk suits my needs just fine for partitioning--however disk druid would probably be the way to go for a new user. It's good that RedHat provides both. However, disk druid needs some work.

    I recently installed Debian 2.1r4--liked that a lot despite some wierd problems, but it would still be a little much to ask a newbie. I don't think newbies are Debian's target audience anyway.

    There are little nits here and there with Gnome and Enlightenment, but nothing that won't be fixed soon I'm sure.

    Newbie documentation. Linux distributions include tons of in depth documentation about the operating system and all things related. If you bought Windows, you'd have to spend $50-$100 on books after buying the operating system and you'd still have nowhere near as much depth of technical information. The X/Gnome/E help systems available for apps look great also--however a lot of the apps don't use them. There is a good reason for this. So much of this software is still being developed and improved--documenting works in progress for newbies would take away from the time that could be put into the apps themselves.

    I'm pretty sure these things are being worked on as we complain :) For me Linux already works great...I'd just like to see it be more available to my friends that don't have as much experience. Of course, a well-configured (and PRE-CONFIGURED) Linux system would be great for a newbie.

    ObWinDis: Installing any Windows operating system on a machine that didn't come with it is no joy either. In comparison to installing Linux, it's a long convoluted process that takes several reboots. In fact, installing RedHat 6.1 on a system that does not already have Windows on it, and has fully supported hardware, would probably be easier for a newbie than installing Windows. It would certainly take less time.

    numb

  17. Why I use Windows, and not Linux by onosendai · · Score: 5

    First things first, I'm a frustrated wannabe-Linux user still using Windows98 yet probably for the reasons that could easily answer this question.

    I use Windows 98, even though i know its got dismal hardware efficiency, in that the equivalent machine on a RedHat installation could work alot better than on Windows. I use Windows knowing full well (and being disgusted with) the marketing practices of Microsoft. I use Windows knowing that my love of tweaking how my machine looks, works and runs could be fulfilled much easier on a linux box. I use Windows knowing that my data is about as secure on a WinBox than my personal possesions if I were to have the lock on my backdoor installed by a thief.

    The single reason I personally use Windows and don't use my set of four RedHat v6 disks sitting right here is becuase one thing, Gloss.

    It's shallow i know, but im an average user, im a student, i don't study IT, im more interested in the social context of the internet, it's effects upon communication psychology, but im the user that Linux needs to convert to have any hope of ever fighting back against the "Windows on every desk" mantra.

    I use Windows becuase it's easy to install a program, becuase it's easy to see what im doing, where im going and how to get there. I use it because when i want an mp3 dbasing util, i can download a single package, and install it with a mouse click. I don't need to hunt for an obscure library file, i don't need to make sure that it will run with the Window Manager i want to use, i don't need to decode version numbers of updates to work out what i need and don't need. This may sound lazy, but i don't have the time to do this, i don't have the energy to do this, i don't have the knowledge to do this. Most of the market that Linux needs to reach out and grab is like me, the computer techs are sold, the geeks and nerds are sold, the average user ? not yet, they will, but not yet.

    Please don't get me wrong, i love the concept of linux, open-sourced, free, community built and driven, and i would switch back in minutes given the chance, but linux really needs that single element that MS still has, Gloss and simplicity.

    --
    <? include ('signature.inc'); ?>
    1. Re:Why I use Windows, and not Linux by seaportcasino · · Score: 3

      Please don't get me wrong, i love the concept of linux, open-sourced, free, community built and driven, and i would switch back in minutes given the chance, but linux really needs that single element that MS still has, Gloss and simplicity.

      The linux community really should take this comment to heart, or at least this one word: gloss. Gloss is the one thing that always seems to be missing from open-source apps. The functionality is usually much greater in open-source apps than $$$ apps, but the gloss is almost always missing. Techies don't notice because mostly all they care about is functionality, but we really need to start noticing these things and start adding the gloss to win over Mr. Consumer.

  18. my 10 cents worth by wanderingwalrus · · Score: 3

    i think before linux can really make it big it pretty much needs to become slightly more idiot-proof. Something along the lines of, you whack a CD in your drive, click on some icon to install and voila there it is... but then again that's prolly not linux is really all about...

    think the fact that it's predominatlyly an OS for people who knows what they're doing and/or people who are interested in computers enough to learn something about it... the moajority of computer users are still people who turns on their new user-friendly iMac to just look at stuff round the web and type up the occasional word doco here and there.. they don't give a toss really about what goes on, and i doubt they could be really bothered to just to learn about linux

  19. Re:A Standard UI by Gurlia · · Score: 4

    I think this is a "yes, and no" answer. OT1H new users would *rather* have to learn *one* UI once and for all. OTOH, experienced users do NOT want to be stuck with a "standard UI" that they cannot configure.

    I think we need something of a compromise. Perhaps have a standard default UI that is uniform across all distros or something, but leave it configurable. The newbie who just bought his Linux pre-installed PC will get the "standard default" UI which is the same as the one every other newbie on his block has. The advanced user, or just the picky user, can always change the default during/after installation. There is no reason/need for imposing a "standard" that everybody has to stick to, because... there is no such thing as a one-size-fits-all. There is only such a thing as one-size-fits-few.

    Remember, one of the best things about Linux is configurability, and I would add IMHO, the lack of presumptiousness. One of my favorite peeves with MS crapware is that they are extremely presumptious. Ever tried MS Word and have it completely screw up a paragraph that begins with a number? Apparently some people actually like that. Well, the whole idea behind Linux is that you should be able to opt for things like this if you wanted, but it certainly should not be forced down your throat. And if it comes as a default, it must certainly be easy to change (not buried somewhere deep in some esoteric menu or worse, unknown config file).

    So, in short, we need a default UI that the majority of users can grok, but all the other options must not be eliminated. Users must be given the full power to choose. If some people wants to be spoon-fed, fine, they can choose it that way. But don't assume that there aren't people who don't want to be spoonfed. We do not need Linux apps that won't work unless you have a particular flavor of UI active.

    --
    mikre he sophia he tou Mikrosophou.