Slashdot Mirror


Shuttleworth Suggests 1-Way Valve For User Experience Testing

darthcamaro writes "No surprise but Ubuntu's Mark Shuttleworth has come out swinging in favor of the Linux desktop. Speaking at Linuxcon yesterday he detailed the things that he thinks Linux requires in order to win the desktop wars. Those include: co-ordinated software releases, better quality and design, some user experience testing and oh yeah, a dose of 'shut the f*** up' too. During his keynote, he extended an invitation to any open source application to submit their software for testing by user-experience experts. The sessions would be recorded for posterity, and the developer would not be able to interact with the user. "'If the developer is in the room, they have to say nothing. It's the shut the f*** up protocol,' Shuttleworth said. 'You sit and watch someone struggle with the software that you've so lovingly produced.'"

757 comments

  1. We are our own problem. by Anonymous Coward · · Score: 5, Insightful

    Users always ruin the best software.

    1. Re:We are our own problem. by Romancer · · Score: 4, Funny

      What did he just tell you? STFU!

      --


      ) Human Kind Vs Human Creation
      ) It'd be interesting to see how many humans would survive to serve us.
    2. Re:We are our own problem. by ibsteve2u · · Score: 1

      User satisfaction with software is inversely proportional to how much work they must do - how many separate actions they must take - to accomplish something. I.e., competently designed software obsoletes the user, making user acceptance testing extraneous.

      --
      Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
    3. Re:We are our own problem. by siloko · · Score: 5, Funny

      I always employ the 'Shut the fuck up' protocol. Unfortunately for my testing team it is usually me who is shouting it . . .

    4. Re:We are our own problem. by siloko · · Score: 1

      competently designed software obsoletes the user

      Sorry? I'd like to see my competently designed word processing package write my dissertation for me . . .

    5. Re:We are our own problem. by ibsteve2u · · Score: 1

      Think that process hasn't begun? See http://www.idearover.com/, for one.

      --
      Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
    6. Re:We are our own problem. by Romancer · · Score: 5, Insightful

      User satisfaction with software is inversely proportional to how much work they must do - how many separate actions they must take - to accomplish something.

      Yes.

      I.e., competently designed software obsoletes the user, making user acceptance testing extraneous.

      No.

      Competently designed software allows users to do the tasks they have to do without unnecessarily complicated actions and time wasting steps. That's why we don't code in MS Word and do excel spreadsheets in machine language within emacs. We could use those methods but the software has been written that allows us to do them better. The software does not do it for us and it cannot create as varied an output as is capable from humans yet. So the software should not get in the way of the user and should help perform tasks. The STFU method tells us that if a group of users strugled to find a simple or easy feature to perform a task, the software may need to be adjusted. Perhaps just the GUI color or menu label, but if the people out there cannot find something or have trouble doing a task that the software can perform if they just new how. There is a problem. More training is easy to prescribe but it can be avoided for good promotion of user experiences. How many times have people fixed a linux distro to make it easier to do a task. Cat, Grep, etc. Rather than programming in perl all the time to get basic features, these tools have been added to make it easier. Same thing in the GUI world. Make it easier and it is more useful.

      --


      ) Human Kind Vs Human Creation
      ) It'd be interesting to see how many humans would survive to serve us.
    7. Re:We are our own problem. by ibsteve2u · · Score: 1

      Note to self: Include sarcasm delimiters.

      --
      Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
    8. Re:We are our own problem. by SlashDotDotDot · · Score: 1

      There is a difference between observing users and listening to users. The way to do usability testing is to watch lots of users work with the product and pay attention to the most common problems they have, but not necessarily to listen to what they say. If they say "I don't understand feature X", then fine. If they say "You know what would make this better, you should add feature Y", then you should probably ignore them. Users know what they hate, and they sometimes know what they don't understand, but they hardly every know how to design good software.

      TFA is absolutely correct that the developer should watch and stay quiet during the process. (If you've ever been a developer in this situation, you know how incredibly painful and incredibly useful it is.) But the goal of the testing process isn't for the user to give you solutions, it is for the user to shine a spotlight on the problems. Once the problems are clearly understood, the developers (and designers) have to go back to work to figure out solutions.

      --
      /...
    9. Re:We are our own problem. by maxume · · Score: 1

      I doubt it would help much.

      --
      Nerd rage is the funniest rage.
    10. Re:We are our own problem. by starfishsystems · · Score: 1

      Agreed, except for the following passage:

      How many times have people fixed a linux distro to make it easier to do a task. Cat, Grep, etc. Rather than programming in perl all the time to get basic features, these tools have been added to make it easier.

      Um, no. Commands like cat and grep have been around since the beginning of Unix. Perl is only about 20 years old.

      --
      Parity: What to do when the weekend comes.
    11. Re:We are our own problem. by linuxpyro · · Score: 3, Interesting

      STFUnix

      --
      Saying "I'll probably get modded down for this" in a post is the best way to get it modded up.
    12. Re:We are our own problem. by mcmonkey · · Score: 3, Insightful
      The way to do usability testing is to watch lots of users work with the product and pay attention to the most common problems they have, but not necessarily to listen to what they say. If they say "I don't understand feature X", then fine. If they say "You know what would make this better, you should add feature Y", then you should probably ignore them.

      Not that you ignore those comments completely, but if you are to control the development process (your only hope of getting a final product with any sanity) you absolutely must separate requirements gathering and user/usability testing.

      So when the user says "You know what would make this better, you should add feature Y", you make a note of it and switch the focus back to the features the product does have.

      If it turns out later 4 out 5 users ask about feature Y, then maybe it goes in to the next version. But testing is not requirements gathering.

    13. Re:We are our own problem. by Romancer · · Score: 1

      I didn't know that but I don't think it changes the point of the comment.

      Those features were added to the Unix system so that people wouldn't have to write out scripts to do those features every time. So if people nowadays had to use perl to implement the functionality of the cat command it would be a bad thing.

      The usability of software for a given function can be increased until the point where features get in the way of the work.
      I think to most average users Linux crosses that line in some areas and falls short in others. So does Microsoft software but not as often on the short side. The ease of use (real world general usability) of the features for basic everyday tasks is a priority, not the highest obviously, but a higher one than with most linux distrobutions. Lately there has been some attempts at fixing this but as a whole I think they have a long way to go to be overall on the same page.

      --


      ) Human Kind Vs Human Creation
      ) It'd be interesting to see how many humans would survive to serve us.
    14. Re:We are our own problem. by MozeeToby · · Score: 2, Insightful

      User satisfaction with software is inversely proportional to how much work they must do - how many separate actions they must take - to accomplish something.

      Yes.

      I wouldn't even give him that much. There are innumerable examples of simple shortcuts that save tons of time but people don't know about them; just because they exist doesn't mean that they are helpful to the user. For example, my wife has shown her coworkers how to do a simple mail merge about 20 times, but they still do it by hand (swearing and complaining the whole time) because they just don't get it. Also, just because an option is only buried 3 layers deep in a menu (as opposed to 5 or 6 say) doesn't mean jack if the user can't find it and spends five minutes searching around for the right menu. Drop the 'must' out of what he said and it would be a lot more accurate ("...how many action they take") since that reflects the fact that user satisfaction varies by how familiar the user is with the software as well as the software itself.

    15. Re:We are our own problem. by RazzleDazzle · · Score: 1

      Sounds like he got some good advice from Dr Denis Leary. "Doctor, I dont feel so good", "Shut the fuck up! NEXT!" I think that phrase could solve a lot of problems in our world.

      --
      ZERO ZERO ONE ZERO ONE ZERO ONE ONE! Just brushing up for my next big invention: Ethernet over Voice (EoV)
    16. Re:We are our own problem. by cheftw · · Score: 2, Insightful

      If it's too easy, it's not worth doing.

      The is a reason why some good software is difficult to use, you have to learn it. You will learn it, because it's worth it.

      For an simple example see clicking vs. keyboarding; if you know your keyboard shortcuts you can do a lot of things a lot more quickly. It takes a time investment that a lot of (l)users are not willing to give, but it'll pay off soon enough.

      It's a good thing you can't just sit down and work productively with 3dsMax, or emacs, or C, if you could they wouldn't be as good as they are.

      --
      Always back up, never back down. ---- Think you're cool 'cos your uid is prime? Take mine, modulo the one digit integers
    17. Re:We are our own problem. by turbidostato · · Score: 1

      "Competently designed software allows users to do the tasks they have to do without unnecessarily complicated actions and time wasting steps."

      Hmmmmyesss. But *really* competently designed software do the tasks *on behalf* of the user, so he can go for more gratifying things. So the parent poster is right: properly designed software makes user testing moot; there's nothing to test.

    18. Re:We are our own problem. by cetialphav · · Score: 1

      Um, no. Commands like cat and grep have been around since the beginning of Unix. Perl is only about 20 years old.

      That is true, but the modern GNU versions of those commands contain a lot of options that the originals never even thought of. Why? Because people were having to hack up solutions in perl (and other languages) to get equivalent functionality. When lots of people have to come up with the same hack all the time, a general purpose solution will eventually emerge as either a new tool or an add-on to an existing tool.

    19. Re:We are our own problem. by aGuyNamedJoe · · Score: 2, Interesting

      I always employ the 'Shut the fuck up' protocol. Unfortunately for my testing team it is usually me who is shouting it . . .

      Right. I work(ed) as a software tools developer in a group of such people. Most of our users were other technical people, a high percentage with MS in CS.

      They needed to know how to use many Unix tools, plus the domain knowledge for whatever project they were working on.

      Unfortunately, each tool developer had their own idea about what was an "intuitive" user interface, thus our users needed to learn them all...

      When a "Brain dead User"(tm) tried to explain why they had difficulty using the tool for whatever their job was, they'd say something like "But then I need to do XXXX, and the tool won't do that" -- And the developer would say, "Sure it does, you just need to do YYYYY". As a BDU for some tools myself, I got really tired of that answer. Imagine a mechanical tool -- that response would be something like "Sure it can, you just need to stand on one leg and hold it behind your back with your other hand" (Geee, why didn't I think of that?).

      Eventually I realized this was another place where "The Customer is Always RIght" applies, except many of us don't understand the proper meaning of that phrase: If the customer has a problem, you have a problem to solve, even if they don't properly describe it. It may be a matter of educating the customer, but it may be better to educate yourself -- how do they think it should work?

      I don't know about where you work, but where I worked, it was hard to learn everything I needed to know about the product domain -- needing also to learn a couple of dozen idiosyncratic user interfaces was just extra work. The result was that even if I finally realized what the perfect tool was and made it, I couldn't get people who were already in overload to take the time to learn to use it. Then I started trying to understand what they wanted to do and how they wanted to do it, and then made something they didn't need to learn to use, it just worked the way they did, and did more than they expected.

      Of course the next step for the company was retirement incentives for the experienced employees with layoffs to follow.

    20. Re:We are our own problem. by siloko · · Score: 1
      of course I was joking as I'm glad has been realised! My more normal approach is that if a user can use software incorrectly then it has design flaws which are the responsibility of the development team. Of course user education plays a part but as soon as I here a fellow developer start a review meeting with

      but they weren't supposed to use it like that!

      then I know where the problem lies!

    21. Re:We are our own problem. by aGuyNamedJoe · · Score: 1

      Yes. And evil testing can be fun!

      We had a summer student who was asked to write a hex dump (actually octal dump, but those were ancient times) analyser for some data structures we used.

      When they brought it to me to test, the first thing I did was cat(1) a binary file at it... It crashed immediately, of course. You should have seen the shocked look on the student's face!

      The next time it came for testing, it was quite stable and at least said "invalid input" on such an occasion.

      joe

    22. Re:We are our own problem. by jc42 · · Score: 1

      But *really* competently designed software do the tasks *on behalf* of the user, so he can go for more gratifying things. So the parent poster is right: properly designed software makes user testing moot; there's nothing to test.

      Unfortunately, doing that well will have to wait until we have good mind-reading hardware available on all our machines. Until then, it'll be necessary for the users to tell the computer something about what is wanted. And it'll have to be in a language that the computer understands.

      Of course, when we have the mind-reading hardware (and good software libraries to translate it into something the programming languages can deal with), we'll have other problems. There have already been a few good cartoons about this subject. They usually have a user testing out the new "It knows what you're thinking" computer system, and an attractive person of the opposite sex walks by. The computer promptly does just what the user was thinking ...

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    23. Re:We are our own problem. by Sfing_ter · · Score: 1

      If you are already running the STFU protocol they have a badge at this site http://news.e-scribe.com/311 the link to the badge is here: Badge

      --
      A computer once beat me at chess, but it was no match for me at kick boxing. Emo Philips
    24. Re:We are our own problem. by Anonymous Coward · · Score: 0

      Most important with the STFU protocol is that they'll often say "You should add feature X" when you actually already have feature X.

      Make note of what there were doing and where they were doing it when they made the suggestion and you'll find where you should add help/suggestion text.

    25. Re:We are our own problem. by jonbryce · · Score: 1

      But what if the problem is that the user is using the wrong software for the task at hand?

      I've seen people who use Excel for pretty much everything, when they should be using Word, Access, an accounts package, a desktop publishing package or some other program.

    26. Re:We are our own problem. by buchner.johannes · · Score: 1

      the word is discoverability.

      --
      NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
    27. Re:We are our own problem. by Jedi+Alec · · Score: 1

      That's why we don't code in MS Word and do excel spreadsheets in machine language within emacs.

      True. Instead I get to enjoy gems like "a formula in a combined cell can't refer to a cell in another worksheet". Why the fuck not, dear microsoft? What is a combined cell except the value of the cell in the top left displayed in a slightly different way? Why? WHYYYYYYYYY?

      --

      People replying to my sig annoy me. That's why I change it all the time.
    28. Re:We are our own problem. by promythyus · · Score: 1

      But the goal of the testing process isn't for the user to give you solutions, it is for the user to shine a spotlight on the problems. Once the problems are clearly understood, the developers (and designers) have to go back to work to figure out solutions.

      Wow, if this needs to be stated, obviously alot of people on /. failed (or would have) the Australian Year 12 Information Processes & Technology course.. It's practically built around this shit!

    29. Re:We are our own problem. by kalirion · · Score: 1

      I think he meant that competently designed software would do its job without the user being involved, making user acceptance testing extraneous. So if you need a java program, the AI will get its requirements through telepathy, design and code the program, test it, and deploy it without you having to get off the couch.

    30. Re:We are our own problem. by Impy+the+Impiuos+Imp · · Score: 1

      :)

      > Shuttleworth said. 'You sit and watch someone struggle with the software that you've so lovingly produced.'"

      (In Russel from Independence Day voice) I've been sayin' that for ten damned years! And not just for Linux, for all apps and OSes.

      The Inmates Are Running The Asylum

      For behavior:

      Microwave + computer = computer
      Jet airplane + computer = computer
      X-ray machine + computer = computer

      And this was hardly my first exposure to it. I recall a "usability test" in a computer class 20+ years ago that showed people sitting with an old-school AT computer and the paper instruction to start the computer by "putting the floppy disc in the drive slot".

      They proceeded to put the disc in an open space between the two stacked floppy drives, where it fell inside the case somewhere.

      This problem goes way, way beyond Linux and the "Gramma, just do tar -xvf..." crap.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  2. Kudos to him! by jackharrer · · Score: 5, Insightful

    He knows what he's talking about. We don't need more RMS but more people like Shuttleworth. Pragmatically minded, not focused only on ideals. If somebody wants follow only ideas I suggest Green Peace or monastery.

    --

    "an experienced, industrious, ambitious, and often, quite often, picturesque liar" - Mark Twain
    1. Re:Kudos to him! by Jah-Wren+Ryel · · Score: 3, Insightful

      We don't need more RMS but more people like Shuttleworth. Pragmatically minded, not focused only on ideals.

      Right. There are definitely not enough people to go around.
      Damn those idealists, sucking up all the available people, keeping them from getting anything done.

      --
      When information is power, privacy is freedom.
    2. Re:Kudos to him! by Anonymous Coward · · Score: 5, Insightful

      Yeah! Ideals are for losers!

      FFS.

      Did it ever occur to you that without RMS there would be no Shuttleworth?

    3. Re:Kudos to him! by Darkness404 · · Score: 4, Interesting

      We -need- RMS though. Without RMS we just have a bunch of people wanting to get stuff for free. Heck, without RMS and the GPL, Linux would not exist, Linux as in the kernel itself. Chances are it would have been licensed under an obscure license and died due to a non-commercial or other clause. It was only due to the GPL that the kernel was released under a typical license.

      --
      Taxation is legalized theft, no more, no less.
    4. Re:Kudos to him! by ceoyoyo · · Score: 5, Insightful

      Yup, just like BSD. Er....

    5. Re:Kudos to him! by ceoyoyo · · Score: 0

      It all depends on how rabid the idealists are (and most of them are quite rabid) and how influential they are.

      Opposition to ATI and nVidia distributing binary drivers for Linux is just the most obvious ideological move that seriously hurt it on the desktop.

    6. Re:Kudos to him! by node+3 · · Score: 5, Insightful

      This is Linux, we can have, and need to have, both.

      There will be free Linuxes, like Debian. There will be "pragmatic" Linuxes, like Ubuntu. There will be all sorts of Linuxes in between.

      Linux requires both the RMS types and the Shuttleworth types in order to both survive (RMS) and grow out of its niche (Shuttleworth).

    7. Re:Kudos to him! by phantomfive · · Score: 5, Insightful

      People who forget the lessons of the past are bound to repeat them. RMS is right, and it is only upon the foundation that he started that Mark Shuttleworth has anything to stand.

      Not saying Mark Shuttleworth is doing a bad job, but when you start saying things like, "It's either Richard or Mark! One or the other!" you've kind of gotten off base. They both have good things to say and actually for the most part are in agreement.

      --
      Qxe4
    8. Re:Kudos to him! by siloko · · Score: 1

      I'm posting anonymously to avoid being a karma whore...

      I know this is off-topic but surely the fact that you cared enough about your karma to post anonymously by definition means you are a karma whore. Or at least a karma hoarder. See what I did there?

    9. Re:Kudos to him! by h4rr4r · · Score: 2, Insightful

      No, the state of the binary ATI driver is a far bigger problem.

      They can oppose it all they want, but last I checked both are available and the NVIDEA one actually even works.

    10. Re:Kudos to him! by Anonymous Coward · · Score: 4, Insightful

      yeah, and which one has been far more successful again? exactly. now go pretend like you didn't just overlook something that's blatantly obvious to everyone else.

    11. Re:Kudos to him! by Darkness404 · · Score: 1

      Hm, looking at http://en.wikipedia.org/wiki/Comparison_of_BSD_operating_systems I see no freely licensed BSD systems before 1993. Linux was developed in 1991... So can we really assume that BSD would be made free without the pressure from Linux and by extension RMS?

      --
      Taxation is legalized theft, no more, no less.
    12. Re:Kudos to him! by linuxrocks123 · · Score: 1

      Binary drivers are a pragmatic problem. They disrupt kernel quality control.

      ---linuxrocks123

      --
      vi ~/.emacs # I'm probably going to Hell for this.
    13. Re:Kudos to him! by node+3 · · Score: 5, Insightful

      It was opposition to binary-only drivers that kicked off the formal free software movement in the first place, and it has helped. Greatly.

      In the short-term, binary drivers are often a better choice. Some driver is better than no driver, right? But in the long run, free/open source drivers are usually better. Just look at how crashy and difficult to work with the Nvidia drivers have been. Or how severely limited the ATI drivers were.

      What's more, the fact that the binary Nvidia drivers are treated as a sort of pariah helps Linux overall in that there are probably numerous other drivers that might have been released as binary-only drivers, but for fear of being rejected by the Linux community. Nvidia can get away with it because they are so large, they can say "my way, or the high way". Up to a point. But if binary-only drivers were treated as completely legitimate, every other hardware maker would be motivated to release binary drivers instead of open source drivers.

      They may make life difficult sometimes, but you should thank those "rabid" idealists, because they also make life better for you. Without them, there wouldn't have even been a Linux in the first place.

    14. Re:Kudos to him! by Anonymous Coward · · Score: 0

      Did it ever occur to you that without RMS there would be no Shuttleworth?

      No, more like without Torvalds there would be no Shuttleworth.

      Without RMS, the Mac guy would probably have more rabid fanboys.

    15. Re:Kudos to him! by sconeu · · Score: 2, Insightful

      Uh, you do realize that you are agreeing with Shuttleworth? He wants the developers to STFU and watch how the end-users use the software, so they can see that their UI sucks.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    16. Re:Kudos to him! by Red+Flayer · · Score: 1

      I wish he would take his own advice and Shut The Fuck Up! What Linux et al decisively do not neeed is cocknobs like Shuttleworth Daniel Bernstein, and Eric Raymond telling us how users should behave. You're a developer, well bully for you. The users rule in the real world, and what the users say, goes. Got that, DJB?

      You're howling up the wrong tree.

      That's what the shut the fuck up protocol is all about. Getting developers to shut the fuck up so that they can let the users demonstrate what works and what doesn't... as experienced by the users.

      I just don't get it... you go off on a rant about getting developers to shut up so they can listen to the users... when that is EXACTLY what they are saying. It's in the fucking summary... you didn't even need to RTFA to glean this useful fact.

      You have an axe to grind, so be it. Someone pissed you off sometime, fine. But your rant is completely misplaced in this case.

      Next time try reading before writing a response, you may find people take you more seriously.

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    17. Re:Kudos to him! by ClosedSource · · Score: 3, Insightful

      "I see no freely licensed BSD systems before 1993."

      That's because of the legal issues with AT&T. Linus has been quoted as saying that if BSD UNIX had been available at the time, he probably wouldn't have written Linux.

      So one could argue that the existence of Linux owes more to AT&T than just the creation of UNIX.

    18. Re:Kudos to him! by spiffmastercow · · Score: 4, Insightful

      Define successful. From what I can tell Mac (using code "borrowed" via BSD), has a lot more desktop users than Linux. Or OpenBSD, which has far more success in developing a secure OS than Linux.

    19. Re:Kudos to him! by ClosedSource · · Score: 1

      "People who forget the lessons of the past are bound to repeat them."

      So what lesson has been forgotten here?

    20. Re:Kudos to him! by phantomfive · · Score: 2

      By Mark Shuttleworth, I would say probably none. By the GP? That ideals and freedom actually do matter.

      --
      Qxe4
    21. Re:Kudos to him! by Anonymous Coward · · Score: 0

      There is nothing wrong with ideals. If you are having trouble following them, maybe they are BAD ideals. This in no way invalidates the GOOD ideals which the rest of us are indeed following. There is no dichotomy between theory in practice. Only bad theories that do not work in practice.

    22. Re:Kudos to him! by PitaBred · · Score: 1

      And within the next 6 months to a year, the open-source ATI drivers will be quite acceptable. They're already working for the R500 and earlier (that fglrx no longer supports) in most distros.

    23. Re:Kudos to him! by Blakey+Rat · · Score: 4, Funny

      RMS?

      Basic personal hygiene, is my guess.

    24. Re:Kudos to him! by david_thornley · · Score: 3, Insightful

      Without RMS, we might not have anything like modern Linux. With due respect to Linus' ability to run a very large project, I think the GPL was vital in getting so many people working on Linux. Further, there's an awful lot of Gnu software in every Linux distro, which is due to RMS' work in creating a Free OS based on Unix.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    25. Re:Kudos to him! by ceoyoyo · · Score: 1

      Now what do you mean by available? When I install Linux and my computer boots up the first time, did the install recognize my nVidia card and decide to use the fastest, most capable available driver automatically? Or did it default to a generic driver because the other one doesn't have source code available, requiring me to a) recognize something is wrong, b) figure out what it is, c) find the correct driver and d) install it?

    26. Re:Kudos to him! by ceoyoyo · · Score: 1

      You argued that the choice of license is what kept Linux free. Or were you arguing that the very existence of the GPL inspired Linus to write Linux?

      Either way, you're really stretching your argument thin by turning around and arguing that the BSD OSes, despite using a non-GPL license, only exist because of the existence of Linux, which in turn only exists because of the existence of the GPL.

    27. Re:Kudos to him! by stimpleton · · Score: 1

      "There will be all sorts of Linuxes in between."

      Yes, agreed. And much like the public must never see the inside of a sausage factory, the public(general users) must never see the "all sorts" or that road to "linux on every desktop" gets longer.

      --

      In post Patriot Act America, the library books scan you.
    28. Re:Kudos to him! by Anonymous Coward · · Score: 2, Insightful

      BSD users really must feel inferior and threatened indeed, with this constant whining and trying to piggyback on OSX. Read this very carefully. OSX is not FreeBSD. Read again until you get it. And in fact, even the parts of OSX that are derived from FreeBSD are practically NEVER seen by the user at all. Thus, trying to argue that any large amount of people are using OSX because of it's shared heritage with FreeBSD is highly disingenuous. People use OSX because it's OSX, not because some of the userland tools they never directly use anyway once were ported from FreeBSD. Good morning.

    29. Re:Kudos to him! by h4rr4r · · Score: 1

      one of the user freindly distros, like you want will boot up and ask if it can install said drivers. Then one more reboot and you are done. This is pretty much the same story as for windows.

    30. Re:Kudos to him! by OrangeTide · · Score: 0, Offtopic

      idealists suck up all the media bandwidth with their shouting and rants.

      --
      “Common sense is not so common.” — Voltaire
    31. Re:Kudos to him! by Anonymous Coward · · Score: 0

      This is Linux, we can have, and need to have, both.

      There will be free Linuxes, like Debian. There will be "pragmatic" Linuxes, like Ubuntu. There will be all sorts of Linuxes in between.

      Linux requires both the RMS types and the Shuttleworth types in order to both survive (RMS) and grow out of its niche (Shuttleworth).

      The problem is that the "pragmatic" versions of Linux still make about as much sense to your average user as reading a novel as a HEX-DUMP of a text file instead of in English (or ASCII) characters. Sure there are plenty of geeks who could read War and Peace in HEX and maybe a couple who might get off on it, but the rest of the world is going to ignore it. The STFU idea is to find the points in OSS geekware that are "HEX-hard" to understand and make them only "ASCII-hard" -- thus transforming geekware into software usable by the masses.

    32. Re:Kudos to him! by yurtinus · · Score: 5, Insightful

      The take-away lesson from this discussion is that we need both types. Idealists like RMS push the boundaries and generally ensure we don't get stuck in any proprietary ruts. Pragmatics compromise with what is still a largely proprietary industry and try to get things to working right now. Some push and pull is healthy-- it means both types are doing their jobs. I'm big on free software, but it sure as hell means a lot to download an ISO and have it Just Work.

      The binary drivers are an excellent example as Parent noted-- the manufacturers aren't yet comfortable enough to release free and open drivers-- but at least we get something that works. If the idealists don't give up, someday we'll see a change of heart from the manufacturers.

      --
      +1 Disagree
    33. Re:Kudos to him! by ceoyoyo · · Score: 1

      And that's my point. In order to be user friendly, those distros had to compromise on the ideal.

    34. Re:Kudos to him! by Eil · · Score: 1

      Heck, without RMS and the GPL, Linux would not exist

      I hate it when people say this.

      Linus released the first version kernel long before it was associated with GNU. If RMS and GNU hadn't been around, it's likely that Linux would have depended on Minix a little while longer. Or perhaps the early developers would have cobbled together their own userland somehow. Perhaps Linus would have gotten discouraged and the open source community would end up coalescing around FreeBSD instead. There are too many geeks who believe that their entire computing experience shouldn't be dependent on proprietary vendors. A free OS was bound to come along eventually.

      Did RMS make a significant contribution to free and open source software? Undoubtedly. Would the community still exist without him? Absolutely.

    35. Re:Kudos to him! by DragonWriter · · Score: 1

      We -need- RMS though. Without RMS we just have a bunch of people wanting to get stuff for free. Heck, without RMS and the GPL, Linux would not exist, Linux as in the kernel itself.

      The ability to license it under the GPL once it was written had no bearing on Linus Torvald's ability (and, AFAICT, wasn't really relevant to his motivation) in writing the Linux kernel initially. Without the GPL available, it could have been released under another open source license or as public domain software, and as long as there was an active project to continue improving it that was releasing updates and providing value, it would have survived as a project (see the BSDs for how that works under other open source licenses without the GPL, and see SQLite for an example with public domain software.)

      Its true that its possible that if it was released under a bad license, the initial license problems of BSD Unix would have been resolved before Linux took off, and that that might have resulted in BSD the preferred open source unix implementation/clone rather than Linux taking the main role there. But that wouldn't stop Linux from existing, and probably wouldn't have prevented it from continuing as an active project.

      Its just that Ubuntu BSD would be a popular open-source OS distribution, and Netcraft would be confirming the "death" of Linux as it continued alive in its niche. Oh, and without Linux being popular and GPL-licensed and using the GPL-licensed GNU tools, GNU and the GPL would have a lot lower profile.

    36. Re:Kudos to him! by hedwards · · Score: 1

      That really depends who you are and what you're doing. For a home user, what you suggest is pretty fair, however if you're trying to run a proxy or firewall server, you might not want to be so casual about blobs.

    37. Re:Kudos to him! by turbidostato · · Score: 1

      "Opposition to ATI and nVidia distributing binary drivers for Linux is just the most obvious ideological move that seriously hurt it on the desktop."

      Or is it ATI and nVidia still going with binary-only drivers what hurts Linux' on the desktop?

    38. Re:Kudos to him! by node+3 · · Score: 1

      I don't think you understand the situation properly. The "hex-hard" distros will still exist, for those that prefer them, and the "ascii-hard" distros will be there for those that prefer them.

      By what process do you believe that the "ascii-hard" people are going to be able to stop people from making their "hex-hard" distros? This is the beauty of free software.

    39. Re:Kudos to him! by Anonymous Coward · · Score: 0

      "Heck, without RMS and the GPL, Linux would not exist

      I hate it when people say this.
      Linus released the first version kernel long before it was associated with GNU."

      Reread what you quoted, please. Already?
      OK. Where do you see "GNU" on it may I ask?
      Right: nowhere; that's what I thought.

      "If RMS and GNU hadn't been around, it's likely that Linux would have depended on Minix a little while longer."

      When did Linux depend on Minix, may I ask? The truth (the very truth from the old glory days on comp.os.minix) is that Linux got momentum because it did *not* depend on Minix but it was in fact what a lot of people depending on Minix wanted Minix to be and Tanembaum didn't want to because of his very valid reasons and because Minix distribution license Was-Not-Free.

      But such momentum wouldn't have made Linux what is today but just another obscure hobbyist system if not *because* RMS. Because RMS pushed forward the GPL to the point of it being adopted by the Linux kernel and because RMS (the oh! so idealist as to the point of being unpractical) took the practical step to use Linux for a kernel despite of it not being directly involved on the GNU project.

    40. Re:Kudos to him! by spiffmastercow · · Score: 1

      BSD users really must feel inferior and threatened indeed, with this constant whining and trying to piggyback on OSX. Read this very carefully. OSX is not FreeBSD. Read again until you get it. And in fact, even the parts of OSX that are derived from FreeBSD are practically NEVER seen by the user at all. Thus, trying to argue that any large amount of people are using OSX because of it's shared heritage with FreeBSD is highly disingenuous. People use OSX because it's OSX, not because some of the userland tools they never directly use anyway once were ported from FreeBSD. Good morning.

      So what you're saying is that the only relevant part of an operating system is its GUI? By that standard Linus didn't have anything to do with Linux.

    41. Re:Kudos to him! by ceoyoyo · · Score: 1

      Yes, let's see if we can blame it on someone else rather than try to fix it.

    42. Re:Kudos to him! by CarpetShark · · Score: 1

      There will be free Linuxes, like Debian. There will be "pragmatic" Linuxes, like Ubuntu. There will be all sorts of Linuxes in between.

      All thanks to the GPL.

    43. Re:Kudos to him! by smose · · Score: 0, Redundant
      This is Linux, we can have, and need to have, both.

      Unfortunately, this endless variety of flavors makes Linux virtually impossible to adopt in the mainstream. There's simply too many options to choose from, so the easiest thing to do is not to choose at all.

      Linux needs to collapse into a single desktop/laptop/netbook install, for which 99% of users will customize no greater than to change the wallpaper to a picture of their kids, and it's very doubtful that the various factions will ever agree to standardize on the other's products.

    44. Re:Kudos to him! by dangitman · · Score: 1

      We -need- RMS though. Without RMS we just have a bunch of people wanting to get stuff for free.

      He may have been necessay to kick-start the movement, but is he still useful in any way? What, exactly, is RMS doing today that we need him for? All he seems to do is put his foot in his mouth and generally create a bad impression.

      --
      ... and then they built the supercollider.
    45. Re:Kudos to him! by shutdown+-p+now · · Score: 1

      Did it ever occur to you that without RMS there would be no Shuttleworth?

      Why? It's not like he's got all those money he's now dumping into Ubuntu out of the goodness of his heart because of Linux. And if Linux wasn't there, well, we'd just have UbuntuBSD.

    46. Re:Kudos to him! by shutdown+-p+now · · Score: 1

      There will be free Linuxes, like Debian.

      But wait - according to RMS, Debian isn't "free enough". That would be gNewSense...

    47. Re:Kudos to him! by dangitman · · Score: 0, Flamebait

      So what you're saying is that the only relevant part of an operating system is its GUI?

      I re-read Anonymous Coward's post, and I can't for the life of me work out how you came to that interpretation.

      Are you being deliberately disingenuous and argumentative, or do you have reading comprehension problems?

      --
      ... and then they built the supercollider.
    48. Re:Kudos to him! by BikeHelmet · · Score: 1

      In the short-term, binary drivers are often a better choice. Some driver is better than no driver, right? But in the long run, free/open source drivers are usually better. Just look at how crashy and difficult to work with the Nvidia drivers have been. Or how severely limited the ATI drivers were.

      Intel and VIA/S3 are fine examples of this. I wouldn't want to use their binary drivers - the FOSS ones are so much more advanced.

      nVidia gets away with it because they do a good job - not because they're large. (although being large helps, it didn't work for Intel)

    49. Re:Kudos to him! by Anonymous Coward · · Score: 0

      OSX is built on a FreeBSD kernel. If you discount the kernel as not being part of the OS, then where does that leave Linux?

    50. Re:Kudos to him! by Anonymous Coward · · Score: 0

      > Or how severely limited the ATI drivers were.

      Quality of a driver is not in the visibility of their source but the power of the ecosystem that drives it.
      If businesses need it, then OEM's will require it and the H/W manufacturers will need to support it.

      If you read phoronix.com, you can probably see that OEM's where engaging with ATI and getting them to clean up their driver.

      In the end, it's less about Open Source and more about making Linux usable ... sorta the Shuttleworth STFU protocol.

    51. Re:Kudos to him! by Anonymous Coward · · Score: 0

      BS - the license being open was the only real requirement. RMS might have added publicity tho.
      The X server is not GPL'ed and it's in every Linux desktop distro and ships with OS X.

      If RMS and the GPL was the real instigator of Linux's popularity, we'd all be running HURD.

    52. Re:Kudos to him! by russotto · · Score: 1

      Uh, you do realize that you are agreeing with Shuttleworth? He wants the developers to STFU and watch how the end-users use the software, so they can see that their UI sucks.

      He's missing the point. Sure, some developers think their UI is great. But most of the developers making lousy UIs KNOW they suck. They just don't know how to make it not suck; they aren't UI designers. Partnering with designers tends not to work; they'll either go off on a tangent and come up with a UI which doesn't do what the product is supposed to do at all, or they'll come up with various concepts which implicitly impose impossible requirements on the underlying code. What's needed is a UI designer with his or her feet on the ground. They exist, but unfortunately I think Apple has nearly all of them.

    53. Re:Kudos to him! by Anonymous Coward · · Score: 0

      Wow. Talk about blaming the victim (companies that are trying to provide support for Linux).
      Push the ideal - forget what the user wants. Does that sound like that by the cause of the failure?

    54. Re:Kudos to him! by Anonymous Coward · · Score: 0

      1) Mac and Linux desktop usage is neck-and-neck. Shiny laptops be damned.

      2) OpenBSD vs Linux - Bullshit. All code has bugs and holes. Even code blessed by Theo. Reduce the Linux code base to the same size (and functionality) of OpenBSD and the security differences are negligible at best. (The same methodology even applies to Windows - see Server Core)

      BSD without GNU would be nearly useless. Consider the things that have come about due to RMS and his work. It is a very large contribution, comparable to Woz, Joy, Torvalds, Schneier and other leaders. Dont discount it just because he's loud and has poor hygiene.

    55. Re:Kudos to him! by FiloEleven · · Score: 1

      Pragmatism does not ignore ideals. The idealist sees the goal, but with such clarity and focus that anything short of that goal is ignored and belittled. The pragmatist sees the goal clearly as well, but is more able to recognize progress taking place to reach that goal, thus has a greater ability to take stock of the current situation and use it to approach the goal in practice.

      Which is not to say that their is no role for idealists, since I believe that there is, but that pragmatism should not be a dirty word.

    56. Re:Kudos to him! by Anonymous Coward · · Score: 0

      Do you even know how companies are using the GPL now?

      I've run into several LGPL or similar licensed toolkits that have switched to pure GPL recently. Their reasoning? They want to keep it from being used commercially.

      What better way to promote software development than to have the people who spend 8-10 hours/day every workday developing commercial software working on it?

      If you have only hobbyists and students working on it in their spare time, you'll take a lot longer to get to commercial quality. Even if you assume they are equally skilled (they aren't) someone working 40 hours a week will tend to get things done 10x faster than someone spending 4 hours a week.

      People don't want to maintain software themselves. If you release a BSD licensed library, the vast majority of bug fixes/features will be submitted back to you. That way you get to deal with merges/conflicts with new versions rather than me.

    57. Re:Kudos to him! by Anonymous Coward · · Score: 0

      "Define successful. From what I can tell Mac (using code "borrowed" via BSD), has a lot more desktop users than Linux."

      You have apparently assuming OS X loans more code from the FreeBSD than it actually does.

      Sure, it uses BSD userland tools (ls, grep, etc..) but the kernel itself is not from FreeBSD, it's from NeXTSTEP and it's pretty much different than you probably think it is. Sure, there's some BSD services ported on top of XNU for compability reasons, but it definitely is NOT a BSD kernel. Also driver api is propietary IOKit, and the windowing system... There's more stuff under GPL license in the OS X than under the BSD I would claim (yes, pulling this out of my arse..), you know, OS X ships with some small GNU projects like GCC.

      "Or OpenBSD, which has far more success in developing a secure OS than Linux."

      In the end, all UNIX-alike systems have same fundamental principles for security. OpenBSD fails for pretty much anything else than bragging so called secure default installation.

    58. Re:Kudos to him! by Nikker · · Score: 3, Interesting

      You've gotta be joking. Every windows install I've ever done comes with a generic driver and even a nifty message along the lines "Your display settings are at a lower resolution ....." it won't give you directx (sililar to compiz) and the is gives you no help installing the manufacturers web site. You still have to know the manufacter and model of the card. On the other hand Linux just give you a story about how evil the industry is and still do it all for you. So with the ever popular time = money ratio Linux has the best ROI.

      --
      A loop, by its nature, continues. If that didn't make sense, start reading this sentence again.
    59. Re:Kudos to him! by vadim_t · · Score: 3, Interesting

      For me, "successful" in regards to my own code means it has benefited me in some way, and that is:

      A. Getting paid for it
      B. Getting code contributions

      Since I see it that way, I GPL my code. I consider it successful when somebody comes to me to pay for an improvement, or when somebody takes my code and improves it (since they have to release the changes).

      Getting my code used by millions but not getting anything back is of no value to me.

    60. Re:Kudos to him! by Idiomatick · · Score: 1

      Something something, your name is the devil. Thats generally what i get from RMS anyways.

    61. Re:Kudos to him! by CarbonShell · · Score: 1

      I think this is actually like any normal product in that you have the 'developers' (RMS) and 'managers' (Shuttleworth).
      Developers want to create new and shiny stuff and are great at comming up with new ideas.
      Managers have to guide a little, they know what is required and have to make sure the product is usable.

      I think it can be a very good thing for all involved. Shuttleworth seems like a cool guy that is, at heart at least, a geek. But he *knows the market* and seems to know what is needed and how. And he is willing to help.
      I'd take Shuttleworth as a manager any day.

    62. Re:Kudos to him! by dangitman · · Score: 1

      The other AC never said the kernel wasn't a part of the OS, just that it's not the reason people use Mac OS X. A pretty reasonable statement, I would have thought.

      --
      ... and then they built the supercollider.
    63. Re:Kudos to him! by xouumalperxe · · Score: 1

      Wrong. OS X's kernel is based on Carnegie Mellon's Mach kernel, with a 4.3BSD userland, with some userland bits since ported over from FreeBSD.

    64. Re:Kudos to him! by shallot · · Score: 2, Funny

      There will be free Linuxes, like Debian. There will be "pragmatic" Linuxes, like Ubuntu. There will be all sorts of Linuxes in between.

      You do realize that the Debian and Ubuntu are siblings and that their freedom and pragmatism policies don't actually differ all that much, at least not enough for RMS to think either of them is free enough? :)

    65. Re:Kudos to him! by Anonymous Coward · · Score: 0

      +1 Holly fuck (or funny in its absense...)

    66. Re:Kudos to him! by fbjon · · Score: 1

      Where's the compromise?

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    67. Re:Kudos to him! by smoker2 · · Score: 1

      The issue as I see it is, RMS wanted people to be able to hack their own hardware. The source should be open and allow you to modify and update it as and when you required. Shuttleworth on the other hand believes that the user shouldn't have to hack anything. It should just work, "out of the box". That seems to me to be perilously close to "we have given you the best option, so like it". I would not trust Shuttleworth to defend open source indefinitely. He is going for lock down, by first removing the need to hack, then in the future by removing the ability to hack. After all, what is the point in having a supremely hackable system, if the users are never exposed or inclined to hack it. They may as well run windows. The whole point of linux as I see it, is that it is never finished. Forcing developers to watch users complain about their work is pointless. The users should be learning how to make it do what they want themselves. Otherwise they may as well run windows. How long until Shuttleworth has a restricted "app store" for Ubuntu, where they decide what gets admitted and what is allowed to run on the system. After all, it's all about user experience ...

      The FSF are in it for "free as in speech, free as in beer". Where is the developers free speech in Shuttleworths vision ? He thinks the users trump the developers, on a system specifically set up and designed to give developers freedom. He needs to encourage the users to hack more, not hide all that nasty stuff away. I had a bad feeling about Ubuntu when it was first released, and so far it has only been confirmed. It's the "look at me" distro, designed for clueless users. The whole point of linux is that you need a clue. If you haven't got one, you learn and develop one. Where is the need to learn and develop yourself in Ubuntu ? Do we want more clueless windows users, or is it ok just because the kernel is linux ? Seems a bit two-faced to me.

    68. Re:Kudos to him! by vegiVamp · · Score: 1

      Can't we breed them ?

      --
      What a depressingly stupid machine.
    69. Re:Kudos to him! by Anonymous Coward · · Score: 0

      "Did it ever occur to you that without RMS there would be no Shuttleworth?"

      RMS : No, Mark, I am your father

      Shuttleworth : Noooooooooooooooooooooooooooooooooo!!!!!!!!!

    70. Re:Kudos to him! by ceoyoyo · · Score: 1

      I guess that's why people are buying more Macs.

    71. Re:Kudos to him! by ceoyoyo · · Score: 1

      They allow you to install binary drivers. If RMS had his way there would be no such thing as drivers with no source. If some of the more ideological kernel and distro maintainers had their way, using such drivers would be either impossible or much more difficult.

    72. Re:Kudos to him! by fbjon · · Score: 1

      You mean they would actively make it difficult for people to do whatever they want in their systems? Hardly a likely outcome, despite the fringe opinions.

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    73. Re:Kudos to him! by wastedlife · · Score: 1

      Exactly, its like saying that Windows NT is based on BSD, because of the BSD TCP/IP stack (at least pre-vista, which I believe has a new stack).

      --
      Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
    74. Re:Kudos to him! by Anonymous Coward · · Score: 0

      OK, for those of you who don't read very carefully, he wrote, "We don't need more RMS". The key word being "more". Therefore, one RMS is good, two or more, not so good - and fractional amounts, well, lets just focus on whole numbers. Anyway, the point is, that RMS has done his job, what linux needs now is someone to actually get a product out the door that the masses are happy to use. Free, in all its various meanings, is great, but not worth it when you end up spending $5000 to get hair plugs after you rip your hair out trying to do seemingly basic things in an application with a terrible GUI.

    75. Re:Kudos to him! by Anonymous Coward · · Score: 0

      If somebody wants follow only ideas I suggest Green Peace or monastery.

      Hey don't knock monasteries! During the Dark Ages, the European ones preserved literature, art (especially music), and moral and philosophical teaching while most everyone else was fighting over the ashes of the Roman Empire. In Asia, they also were centers of learning and culture, and some were responsible for developing several styles of the martial arts (what geek would want to live in a world without Kung Fu?)

      Futhermore, unless you are rabidly hostile to the whole concept of religion, monastic life in general is the most innocuous form of religious expression to the non-believer. The main idea of a monastery is to remove oneself from the rest of society to a large degree, sometimes as much as possible, in order to devote more time to contemplation and other spiritual activities. Also, they usually are self-sufficent, either by supplying all their needs internally or by engaging in a profitable activity to trade for what they need.

    76. Re:Kudos to him! by wastedlife · · Score: 1

      I'm not completely disagreeing with you here, but:

      1) I'm pretty sure Mac OSX has a far larger desktop usage, and the statistics here seem to agree. However, I would bet linux server usage beats Mac OSX Server, and all other *NIX combined, if anyone has a good source I would like to see.

      2) No disagreement, but I'd like to see a comparison kernel to kernel for linux vs OpenBSD. The biggest problem with "linux" security is usually because of userland and distros making configuration mistakes (remember the Debian OpenSSL fuckup?).

      For your final point, a lot of GNU userland tools are clones of or borrowed UNIX tools, especially the older ones. Since the GPL prevents the improved versions from being re-licensed as BSD or MIT, many *NIX distros now seem to use GNU tools. Then again, I see that as a problem with BSD license, not with GPL. If you do not want your code taken and improved on without you getting anything in return, you should've used the GPL or another license that protects you from that, the point of the BSD license is to give away your code. Thats not to discount the actual contributions made by RMS and GNU, just to say that a lot of basically the same tools would be around without them.

      --
      Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
    77. Re:Kudos to him! by Anonymous Coward · · Score: 0

      The OP didn't say we needed less RMS or that hasn't been fundamentally important to Free Software, just that we don't need more of him. Face it, with the attitude he takes he is never going to convince the majority of people to use Free Software, that is why we need people like Mark Shuttleworth focused on fixing the problems desktop Linux has so people can use Free Software and not sacrifice usability.

    78. Re:Kudos to him! by Anonymous Coward · · Score: 0

      Very interesting argument tactic. The poster stated that without the GPL Linux 'would not exist ..... and died due to a non-commercial or other clause'. The respondent then showed the error of the ssumption by giving an example of an OS that is thriving without the GPL. You then changed the argument from 'survive' to 'be more successful' - and you did it with a 'now go pretend...' remark which betrayed an insecure streak.
      This was fascinating to watch.This should be studied.

    79. Re:Kudos to him! by Anonymous Coward · · Score: 0

      Reminds me of a song.

      A time for war. A time for peace.
      A time to laugh. A time to cry.
      A time for RMS. A time for Shuttleworth.

      I think that's from a more rare, less popular version.

    80. Re:Kudos to him! by Anonymous Coward · · Score: 0

      Did it ever occur to you that without RMS there would be no Shuttleworth?

      So RMS is the Joker and Shuttleworth is Batman?

    81. Re:Kudos to him! by Anonymous Coward · · Score: 0

      Or OpenBSD, which has far more success in developing a secure OS than Linux.

      Source?

    82. Re:Kudos to him! by TheRaven64 · · Score: 1

      And in fact, even the parts of OSX that are derived from FreeBSD are practically NEVER seen by the user at all

      The user never sees the majority of the kernel, the libc, or the command-line userland? I guess that's technically true, but I bet they'd notice in a hurry if they weren't there...

      --
      I am TheRaven on Soylent News
    83. Re:Kudos to him! by TheRaven64 · · Score: 1

      The first version of Linux was released under a 'free for noncommercial use' license. How many contributors - and, especially, commercial backers - do you think it would have acquired if it hadn't switched to the GPL?

      --
      I am TheRaven on Soylent News
    84. Re:Kudos to him! by WinPimp2K · · Score: 1

      Where is the developers free speech in Shuttleworths vision ? He thinks the users trump the developers, on a system specifically set up and designed to give developers freedom. He needs to encourage the users to hack more, not hide all that nasty stuff away.

      The users do trump the developers. Every time. Just think about that for a moment - who do developers write software for? Even if only for themselves, they write software to be used. If a developer writes code they can't use, they rewrite it until they can use it. User trumps developer every fricken time. This is not a "free speech" issue. It is not a "freedom to hack" issue. It is a simple matter of productivity. Not everyone wants to "hack" their systems until they do what they want - and once you start dealing with actual organizations, you are not dealing with individual ownership of systems. Instead you are dealing with something larger, such as a manufacturing/inventory control system for a multinational corporation. The organization needs tools that all work together and they do not want to have to pay multiple full time employees to handle screwups that happen because the software processes were written by a bunch of anarchistic prima-dona codemonkeys with delusions of adequacy.

      If you still insist that this is a "free speech" issue, go blog something somewhere or write your own software in your basement laboratory on your own system - Shuttleworth is not telling you can not do that. What he is saying that if you are writing stuff for other people to use, then by God write it for other people to use. RMS does not appear to distinguish between toolmakers and toolusers. He seems to see a system as something that only the toolmaker should use - a very crippling restriction of freedom.

      --

      You either believe in rational thought or you don't
    85. Re:Kudos to him! by ppanon · · Score: 1

      Or is it ATI and nVidia still going with binary-only drivers [t]hat hurts Linux on the desktop?

      Yes, let's see if we can blame it on someone else rather than try to fix it.

      Someone is fixing it. For ATI hardware anyways, since they're the ones who have published hardware specs without NDA. Maybe if this works out NVidia will be convinced to follow suit. I'll probably try switching back to the OSS drivers soon since the fglrx drivers don't seem to play nice with KVM server kernels on my Ubuntu-based setup. I'm not getting a lot of benefit out of the fglrx drivers right now anyways - the 16bit display emulation overlay necessary for their 32-bit only drivers keeps crashing when I try it - so pretty soon I'll have more of the functionality I want from the OSS radeon drivers than from fglrx. It's why I bought an ATI card nearly 2 years ago, so I'm glad to see it's finally paying off, for me and for them.

      Hopefully this will be successful enough to also convince them to release the still outstanding specs for the video-acceleration pipeline portion of their GPUs.

      --
      Laissez lire, et laissez danser; ces deux amusements ne feront jamais de mal au monde. - Voltaire
    86. Re:Kudos to him! by yurtinus · · Score: 1

      I disagree. I think the whole point of Linux is to manage the software and files on your computer-- whether you are clueless about it or not. The OS is a tool. You should know how to use it, but it's not requisite that you know how it works. Consider an apt car example (woo car example!!!): You can operate a car just fine without knowing the inner workings of the engine. Knowing how to tweak around in there is *great* but not needed in order to drive it. I consider an operating system in a similar way. It's great to tweak around in there and get things just how you want them, but not everybody cares to go to that level and it doesn't help for you to demand that everybody does.

      I may be an optimist but I see this more as "best of both worlds" than two faced. If you don't like an easy-mode distribution like Ubuntu that's fantastic-- hundreds of distributions exist out there for you to tweak to your liking. What I *do* like about the easy-mode distros is it opens up the market. Ubuntu gaining market share helps all distributions in the greater amount of software and hardware developed to work for it.

      What I am enjoying about our current times for Linux is we have your great hackable distributions for the developers and the experts, *and* you have another distribution geared to just work out of the box. Binary drivers certainly don't help push free software, but opening up the OS to more hardware certainly can't hurt. More clueless users? Bring them on. It's the only way we'll be able to get more linux-native software and hardware. Without them, linux will be relegated to something only geeks use.

      --
      +1 Disagree
    87. Re:Kudos to him! by toddestan · · Score: 1

      Well, things are a lot easier when you don't allow your customers to put in whatever graphics card they want on most of your products.

    88. Re:Kudos to him! by turbidostato · · Score: 1

      "Push the ideal - forget what the user wants."

      Some users want to be able to develop their own drivers for their printers (http://oreilly.com/openbook/freedom/ch01.html).

    89. Re:Kudos to him! by Eil · · Score: 1

      Linux didn't have any commercial backing until after it had a sizeable non-commercial hacker community and it was fairly obvious that Linux + GNU would be a viable platform for a Free OS. But my original point still stands: I believe there would be a free OS in some form or another even without Linus and/or RMS. (Most likely around BSD.) We just can't envision any specifics because the alternatives are not how history played out.

  3. Re:We don't need another desktop OS. by Anonymous Coward · · Score: 1, Insightful

    Instead, how about focusing on being a workstation OS and a server OS?

    Ironically, Linux is a far better desktop OS than a Workstation OS. Microsoft is just too far ahead on making it easy to manage thousands of workstations with minimal setup.

  4. STFU needs to be heard. by B5_geek · · Score: 5, Funny

    Ok, sounds like a cool idea. I would LOVE the Amarok2.x devs to sit in on that session.

    --
    "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
    1. Re:STFU needs to be heard. by BetterSense · · Score: 0, Redundant

      I second that.

    2. Re:STFU needs to be heard. by dstar · · Score: 4, Insightful

      I would love for the Gnome developers to sit in on that session.

      And then be beaten with sledgehammers until they understand that the goal should not be 'unconfigurable' but 'no configuration needed 90% of the time, and configurable the remaining 10% of the time'.

    3. Re:STFU needs to be heard. by BlueKitties · · Score: 2, Interesting

      And then be beaten with sledgehammers until they understand that the goal should not be 'unconfigurable' but 'no configuration needed 90% of the time, and configurable the remaining 10% of the time'.

      Amen to that. I've ended up swapping my desktop environment to KDE4 for my personal computers. It actually *makes sense* out of the box. I was absolutely thrilled to see that installations and management was actually 'easier' than on Windows. Normally, when I start running a Linux distro, I end up on google, but not then. (For the record, I'm running on Kubuntu.)

      --
      "Sorrow is better than laughter, for by sadness of face the heart is made glad." [Ecclesiastes 7:3]
    4. Re:STFU needs to be heard. by Fallingcow · · Score: 3, Interesting

      I'm a coder, gamer, and all-around power-user. I've been using Linux for years, including 2-3 years of using Gentoo exclusively, back before it had any sort of gui installer.

      In all that time, I've only had Gnome not let me do something (or make it overly difficult) twice: once was when they went to "spacial" (I think they called it) handling of folder-opening in Nautilus, which was only a slight pain to fix and which, AFAIK, has been switched back to a not-retarded default anyway, and setting each virtual desktop to a different background, which I'd still like to be able to do but which really isn't that big a damn deal.

      What exactly do all these "Gnome won't let you configure anything! KDE 4Evar!" people want to be able to do with Gnome that they can't?

    5. Re:STFU needs to be heard. by Anonymous Coward · · Score: 1, Insightful

      And let's not forget about the GIMP devs.

    6. Re:STFU needs to be heard. by c0d3g33k · · Score: 1

      Thirded.

    7. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      I would just like to say I got his comment in before the standard supplement of "DURR HURR U USE GENTO IT TOOK U 2-3 YEERZ JUST 2 COMPIL IT DURR HURR HURR" comments, but knowing Slashdot, I'm quite certain it was a wild fluke chance that they weren't on the site by the time I clicked "Reply".

    8. Re:STFU needs to be heard. by dstar · · Score: 5, Interesting

      I wanted to tell NetworkManager to do something specific (IIRC, use a specific DNS server rather than the one handed out by the DHCP server on my DSL gateway, but it's been a year or so) and couldn't. When I opened a ticket about it, it was closed WONTFIX with the notation that the idea behind it was zero-configuration and adding the ability to configure it to do this was therefore unacceptable.

      I want gnome-terminal not to eat my right-clicks. People have been asking for that for *years* and are constantly told that the Gnome developers know better than they do about what they need.

    9. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      Sounds like a Mac. Linux desktop devs really need to use Macs and quit using Windows for inspiration.

    10. Re:STFU needs to be heard. by VeNoM0619 · · Score: 1

      This is exactly how I learned computers. No classes, no family members teaching me. Just me sitting down and learning things. It was slow, but it was fun because it was the only technology besides Nintendo that I had.

      This is pretty much how I learned about 75% of my knowledge for computers. Maybe about 24% from asking questions/searching the web for answers. Then finally 1% from taking classes.

      --
      Disclaimer: I am not god.
      We may not be created equal
      But we can be treated equal.
    11. Re:STFU needs to be heard. by jedidiah · · Score: 1

      Sounds nice in theory but in all likelihood the sort of n00bs that sit in on those sessions won't agree with you.

      They will probably appreciate the "dumbed down" nature of GNOME.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    12. Re:STFU needs to be heard. by supersloshy · · Score: 1

      What exactly do all these "Gnome won't let you configure anything! KDE 4Evar!" people want to be able to do with Gnome that they can't?

      I wholeheartedly agree. There's absolutely nothing in Gnome that I've wanted to do that KDE could do. Some more lockdown would be nice, but other than that, my mind's blank. Examples, maybe? Anyone?

      --
      "Our country is not nearly so overrun with the bigoted as it is overrun with the broadminded." -Archbishop Fulton Sheen
    13. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      What exactly do all these "Gnome won't let you configure anything! KDE 4Evar!" people want to be able to do with Gnome that they can't?

      Uh... run KDE? *ducks*

    14. Re:STFU needs to be heard. by icebraining · · Score: 1

      Noobs don't care if it's configurable or not, as long as it works well by default. Configurable with sane defaults should be the rule.

    15. Re:STFU needs to be heard. by penguinchris · · Score: 1

      I don't know about other people, but for me, the "default" gnome layout (it varies by distro but is mostly very similar) is simply not the way I like to arrange things.

      You know, I've spent all the years that I've been using computers figuring out what works best for me. I know how I want things arranged in order to suit my computing style such that I'm most efficient and so things best "make sense" to me. When presented with a stock gnome setup, I immediately want to rearrange everything, add functionality here, remove some there that I don't care about. In short, I want it to look, feel, and act exactly how I want it to. I don't care that they think there's a better way - that's not what I want, I want my own way.

      Granted, KDE does this too (especially with KDE 4), but now I'm getting to the point. When it comes to customizing the desktop to get it to behave exactly as you like, gnome really doesn't make it easy, while KDE does. With KDE, it's relatively easy to radically change the way it works (from the user's perspective), without installing things or editing config files - this configurability is built in to be fairly easy to use. With gnome, I'm sure you can point out all kinds of things you can do to radically alter it, but it's really not the same. I know you can install things that offer alternate interfaces (like the OS X style dock, or the interface on EEEbuntu) but if you just have a standard gnome install, you don't have the ability to do much with it.

      This is something you get used to. If you configure gnome to be somewhat close to how you like it and you use it for a while, it's fine. I'm sure I would adapt to it eventually. However, once you've seen that in KDE you can get it exactly how you like it rather than just sorta how you like it, it's hard to be stuck with the limited options in gnome.

      KDE has its problems, and it's not always straightforward to customize certain things, but at least they try to give you the option, where gnome doesn't.

      All that said, I just picked up a MacBook Pro a couple weeks ago, and I'm conflicted. I like the computer, and I like OS X, but I can't get it to work like the KDE config I've been fine tuning for years previously, obviously. I'm adapted to it by now, but the Mac way of doing things is still not *my* way of doing things, and I think I'll forever be wishing to be able to do things with desktop interaction that are bog-standard in both KDE and gnome. I understand the interface that Apple has designed, but it's not how I work. The point is that Apple and gnome are similar here - they've come up with a certain way of doing things and they make it hard to customize that. It works for a lot of people - most people, even - but not everybody.

      If gnome works for you, great! Frankly, considering the mess that KDE 4 has been going through, I wish sometimes I could be satisfied with gnome. However, to be incredulous as to why people prefer KDE is a little short-sighted and I hope my lengthy post offers a little bit of explanation :)

    16. Re:STFU needs to be heard. by Fallingcow · · Score: 2, Informative

      I wanted to tell NetworkManager to do something specific (IIRC, use a specific DNS server rather than the one handed out by the DHCP server on my DSL gateway, but it's been a year or so) and couldn't. When I opened a ticket about it, it was closed WONTFIX with the notation that the idea behind it was zero-configuration and adding the ability to configure it to do this was therefore unacceptable.

      Ok, that's true. NM's better than the awful GUI network config programs that came before it, and the alternative remains the same as before it existed (i.e. fire up a terminal and fix the shit by hand) but there's a lot of room for improvement. I'm with you--NM could use more custom-configuration options. It's fairly new, though, so hopefully someone will come along and fix it. If not, I fully expect it to be forked, sooner or later.

      I want gnome-terminal not to eat my right-clicks. People have been asking for that for *years* and are constantly told that the Gnome developers know better than they do about what they need.

      Huh? The only thing I can find about this via Google is that some people want right-click to mark end-of-selection rather than opening a menu. Is that what you're talking about?

    17. Re:STFU needs to be heard. by Fallingcow · · Score: 0

      Despite your explanation, I'm still having trouble envisioning what one could want to do to the Gnome interface but be prevented from doing.

      You can:
      - Create, delete, and move panels.
      - Create, delete, and move things on panels.
      - Change the color and size of pretty much anything.
      - Install and modify themes, and mix-and-match pieces of themes
      - Change tons of behavior options

      All from the GUI.

      Hell, I've turned mine in to an OSX lookalike with all kinds of kick-ass effects and no Gnome-Panels running, with WindowsKey+Space firing up Gnome Do and replacing nearly all my menus, and I think I did all of that from the GUI (I may have used a terminal a couple of times by choice rather than by necessity, IIRC). I've mutilated Gnome on many occasions and rarely has it put more than the equivalent of a "Caution--Wet Floor" sign in my way. You can make it look and act like BeOS, OSX, Windows, CDE, etc. with just a little effort.

      These discussions always make me wonder if there is a whole set of really awesome, once-you've-had-it-you'll-never-go-back options that I've neither seen (in the 12-15 or so different GUI environments I've used over the years) nor even imagined.

    18. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      You're an idiot.

      -Linus Torvalds

    19. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      Wrong, you've been able to specify a nameserver (even with DHCP) for a few Ubuntu (more than 4 IIRC) releases now.

      Use yakuake, it's better than gnome-terminal anyway.

    20. Re:STFU needs to be heard. by smisle · · Score: 1

      There's the fact that you can't edit your screen saver preferences anymore, which really sucks on an older machine where you want the cool screen saver, but need to tone it down so that it doesn't kill your CPU (Flocks, for example). I'm partial to XFCE, actually - I don't care for KDE all that much.

      --
      I'm not a bird, I'm a super-advanced flying stealth dinosaur!
    21. Re:STFU needs to be heard. by serviscope_minor · · Score: 2, Insightful

      I want gnome-terminal not to eat my right-clicks. People have been asking for that for *years* and are constantly told that the Gnome developers know better than they do about what they need.

      Some people on /. are continually whinging about having too much choice. WTF? Choice is good. Try the venerable xterm instead.

      --
      SJW n. One who posts facts.
    22. Re:STFU needs to be heard. by VoltageX · · Score: 1

      I wonder if it's as simple as fixing the event handler to not fire on right click. Compiling Gnome is annoying though...

      --
      "Anonymous could not immediately be reached for further comment." - International Business Times
    23. Re:STFU needs to be heard. by smisle · · Score: 1

      I don't think so - I think they would be happier if the configuration options were 1) easy to find, 2) actually worked 100% of the time, 3) easy to understand what they are for.

      From my experience, people like to change things (that's one of the first thing people ask me about when I'm showing them around a computer for the first time), and they like things to make sense. If they want to do something that seems obvious, and they can't, or they are told to use a command line or gconf-editor, OR they change it in the settings, and it doesn't actually change because of a conflict... they get a bit miffed, and rightly so.

      --
      I'm not a bird, I'm a super-advanced flying stealth dinosaur!
    24. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      What exactly do all these "Gnome won't let you configure anything! KDE 4Evar!" people want to be able to do with Gnome that they can't?

      I want gnome to ask me for confirmation before moving stuff into the trash bin.

    25. Re:STFU needs to be heard. by SharpFang · · Score: 1

      I wonder who beat the sense into Bluetooth people. They demanded every BT device to enter pincode they provided. Never mind if it was a GPS receiver or a mouse or a webcam, that had no keyboard to enter pincode. "Crappy devices that don't allow the user to enter pin code are against the standard and thus unsupported" or something along these lines was the basis for WONTFIX on a bug about providing the UI to allow user-provided fixed PIN. But it seems recently they fixed it.

      Still out of 4 cellular phones I have, Network Manager insists 3 don't have GPRS modem capabilities (while they all certainly do). Zero configuration means "if it fails the first time, you can curse, cry and kick but it will never work."

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    26. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      And the OO.o developers, since submitting UI frustration related bugs to the tracker apparently doesn't work.

    27. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      Gnome won't let me set custom keyboard shortcuts for window management (ie. alt+right click for Window resize).

    28. Re:STFU needs to be heard. by Anonymous Coward · · Score: 1, Funny

      Learn gconf-editor.

    29. Re:STFU needs to be heard. by s73v3r · · Score: 1

      Same here. I always get asked, "How did you get good with computers?" To which I reply, "I was just able to read."

    30. Re:STFU needs to be heard. by w0mprat · · Score: 1, Interesting

      Double-click, to open executables.

      Users have been throwing this one at Gnome/KDE devs for years. It seems it is too Windows for the idealists, to the point that it's become quite a fun troll in the bug reports.

      In reality, its a stupidly simple feature to save uncessary repetitive steps. Working with a graphical file manager is more efficient, and for some tasks necessary if you want to be productive, having to pop a terminal open for something a file manager *should* be able to do is silly and should have been fixed by KDE 1.0. A silly example itself, there are much better (longer) examples which demostrate how Linux groupthink raises my hackles. 'Free' as in gratis/beer, sure but at times non-Free in terms of thinking. (The hell with karma)

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    31. Re:STFU needs to be heard. by w0mprat · · Score: 1

      Noobs genearlly want to customize and personalise fast, easily, and it's usually the first thing they want to do with a new toy like a OS. I've always observed teh expertz are the ones who don't make significant changes to their UI settings.

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    32. Re:STFU needs to be heard. by LarryRiedel · · Score: 4, Interesting

      It seems reasonable to expect gnome-terminal to pass to ncurses applications all the mouse events described in curs_mouse(3x), including BUTTON3_PRESSED, etc.

    33. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      I'm curious as to what you're looking for that OS X doesn't allow? It's not that I don't believe you...I've had plenty of instances where I wanted to do something that the OS didn't allow me to do. However in almost every instance I've found some hidden setting or third-party tool that allowed me to do what I want.

      OS X offers a lot of configuration options that have no GUI and very little documentation. But there's a bunch of online articles (like this one) that offer some possibilities. Some Google-Fu can yield a lot of ways to customize OS X.

      And when that fails, there's always the third party apps. My two favorite are witch, since I never fully got used to the ALT+TAB behavior in OS X, and Quicksilver which gave me the UI that I never knew I wanted and now cannot live without.

    34. Re:STFU needs to be heard. by hot+soldering+iron · · Score: 1

      Oh, GOD, do we even need to start making a list of programs with crappy, non-standard UIs? I can think of GIMP, Blender, most jukebox progs, etc... just off the top of my head. There have been some serious genius coders contribute to OSS, but it doesn't really take a genius to apply standard methodologies to building the UI. Something kind of like the Apple User Interface design guidelines would stop a lot of this bullshit from happening in the first place.

      "Thankyou, sUp3rK0d3r. We really appreciate your contribution to the distro. You did follow the Linux UI Standards 3.2 didn't you? No? I'm sorry, we really can't have our distro looking like a kindergarten project. All the apps have to give a unified "user experience". Maybe you could change the UI in time for our next release in 6 months. Goodbye. *whisper* loser */whisper*"

      The arguments from the Blender and GIMP devs about their UIs just come across as unwarranted arrogance. One of the best "remakes" of GIMP is GIMPshop, where it was re-skinned to be very "Photoshop compatible". Maybe someone could do something like that for Blender. They may be masters of code-fu, but their UI (and PR) skills suck. Badly.

      --
      When you want something built, come see me. If you want correct grammar and spelling, get a F*ing liberal arts student.
    35. Re:STFU needs to be heard. by jabbathewocket · · Score: 1

      Exactly.. but then again we will still be faced with lolz omg I thought you said this was linux.. when your gnome trained friend/coworker/parent/sibling sits down to a KDE desktop

    36. Re:STFU needs to be heard. by jc42 · · Score: 4, Insightful

      I always get asked, "How did you get good with computers?" To which I reply, "I was just able to read."

      Well, the computer industry is slowly learning how to deal with people like you. More and more, they are implementing the "no documentation at all" standard. In the near future, it won't matter that you know how to read, because there will be no document anywhere for anything.

      Actually, for Microsoft and Apple stuff, they're pretty much there now. Most of their new stuff has no written documentation at all. Their one remaining problem is that there are online forums where people actually write about such things, and google can quickly find them for you. But MS and Apple are working on ways of confounding that approach.

      So soon you'll have no choice but to ask around to find out how to do something. If you do this via email or IM, your message will be hidden from others, so they won't be able to read the results.

      I just wasted a number of hours trying to help a friend figure out how to deal with an incomprehensible Vista error message that makes logins totally fail. There are several thousand questions about the specific message online, and it appears that several hundred people have managed to fix it. But so far, none of the discussions we've found actually say what they did to fix it. So we've apparently hit a brick wall, despite all the bandwidth taken up by discussions of this particular problem. This illustrates how the MS community is learning to hobble those who can read, and ensure that there is nothing useful online on the topic.

      Lessee; do I need a ;-) here?

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    37. Re:STFU needs to be heard. by Fallingcow · · Score: 1

      Really? It looks like it will in system->preferences->keyboard shortcuts

      Gnome 2.26.1

    38. Re:STFU needs to be heard. by ion.simon.c · · Score: 1

      urxvt, FTW, IMO. :D

    39. Re:STFU needs to be heard. by ion.simon.c · · Score: 1

      *shrug*

      If the first programs that you ever thoroughly learned how to use were Blender and GIMP, you'd probably be complaining about all the other programs who won't conform to those particular examples of "completely intuitive" interfaces.

    40. Re:STFU needs to be heard. by BikeHelmet · · Score: 1

      NetworkManager just died on me yesterday. I had to manually configure /etc/network/interfaces and /etc/resolv.conf

      Apparently NetworkManager connects after boot, which was messing up Samba. (no connection detected, so no daemons started) I deleted the connection from it because it wouldn't go static, but the add button wouldn't add any back, so my ethernet connection was gone. I had to manually configure stuff to get it working. Good thing I had a secondary XP box on hand. :P

    41. Re:STFU needs to be heard. by BikeHelmet · · Score: 0

      I want Gnome's terminal to accept Ctrl+C and Ctrl+V, rather than Ctrl+Shift+C/V!

    42. Re:STFU needs to be heard. by hawk · · Score: 1

      KDE took a different approach.

      They produced a network manager so horrible that the majority of network problems have a single solution: replace it with WiCD. :)

      hawk

    43. Re:STFU needs to be heard. by hawk · · Score: 1

      Wait a minute, people *want* the emacs mouse heresy????

      I stayed with an old version of emacs for years when that monstrosity happened, and gradually eliminated it for all but a couple of types of text replacement and reformatting.

      hawk

    44. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      It seems like the standard keyboard shortcuts should be the default, and I agree with you on that...

      But in case it's helpful, Edit -> Keyboard Shortcuts, then change your Copy and Paste shortcuts under the Edit heading.

    45. Re:STFU needs to be heard. by extrasolar · · Score: 1

      What exactly do all these "Gnome won't let you configure anything! KDE 4Evar!" people want to be able to do with Gnome that they can't?

      Spend more time configuring their settings than getting work done? Or, in the worst case, trying to get GNOME to mimic some bizarre configuration they had set up in fvwm for 20 years. There are benefits to the Out of Your Way Interface (OYWI) that many power users don't understand.

    46. Re:STFU needs to be heard. by sowth · · Score: 3, Informative

      For cut/paste? That would be incredibly stupid because ctrl-c means send SIGINT to the program running on the terminal. It has been this way long before someone decided to use ctrl-c for copy.

    47. Re:STFU needs to be heard. by jonbryce · · Score: 1

      I'm still on KDE 3. KDE 4 seems like the free software community's answer to Vista.

    48. Re:STFU needs to be heard. by kostmo · · Score: 1

      the goal should not be 'unconfigurable' but 'no configuration needed 90% of the time, and configurable the remaining 10% of the time'.

      Another example of "unconfigurable" is file rename behavior in Nautilus. Click-to-rename behavior (like in Windows) was implemented once, but was later removed completely rather than making it a configuration option.

    49. Re:STFU needs to be heard. by Trogre · · Score: 1

      I'd like Gnome-terminal to let me turn off the default behaviour of CLOSE BUTTONS ON EVERY TAB, which pretty much makes it unusable except for the most basic single-tab tasks.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    50. Re:STFU needs to be heard. by CharlyFoxtrot · · Score: 1

      Of course we used to have stuff to read. My Amiga came with a book that explained everything from how to plug in the computer to what dialogs are to the command line. When I bought Snow Leopard the other day I got a fold-out with marketing BS.

      --
      If all else fails, immortality can always be assured by spectacular error.
    51. Re:STFU needs to be heard. by tvelocity · · Score: 2, Interesting

      I wanted to tell NetworkManager to do something specific (IIRC, use a specific DNS server rather than the one handed out by the DHCP server on my DSL gateway, but it's been a year or so) and couldn't. When I opened a ticket about it, it was closed WONTFIX with the notation that the idea behind it was zero-configuration and adding the ability to configure it to do this was therefore unacceptable.

      Ok, that's true. NM's better than the awful GUI network config programs that came before it, and the alternative remains the same as before it existed (i.e. fire up a terminal and fix the shit by hand) but there's a lot of room for improvement. I'm with you--NM could use more custom-configuration options. It's fairly new, though, so hopefully someone will come along and fix it. If not, I fully expect it to be forked, sooner or later.

      Only, that it's not. I've been able to set my own DNS server like FOR EVER in Gnome. Don't believe me? Right click Network Manager icon > Edit Connections > (Select connection to edit) > Edit > IPv4 Settings > Method: Automatic (DHCP) addresses only. Voila!

      Though personally I much prefer the older gnome-system-tools network interface, being much simpler and easier to navigate, I find the latest Network Manager GUI needlessly complicated. And I hate how it abuses the tray area, clearly against the HIG, for something that should be an applet, but I have yet to see an OS that gets this right.

      I want gnome-terminal not to eat my right-clicks. People have been asking for that for *years* and are constantly told that the Gnome developers know better than they do about what they need.

      Huh? The only thing I can find about this via Google is that some people want right-click to mark end-of-selection rather than opening a menu. Is that what you're talking about?

      Now that I think of it, this would certainly be a useful feature to have for some people. But in 10 years of using Linux, it has NEVER occurred to me that I might want to pass my right clicks to a terminal application. Then again, in what way does Gnome force anyone to use gnome-terminal? Following the same way of thinking Gnome should bundle Emacs instead of Gedit, or Octave instead of gcalctool.

      I don't see why the basic utilities bundled with a DE shouldn't be, well, just a basic suite which can cover 99% of use cases. I, for one, am happy that my desktop offers me an easy to use terminal application which doesn't suffer from feature creep.

      Now if we are talking about core desktop elements, like gnome-panel or Network Manager, it would be another thing entirely since you wouldn't expect even advanced users to switch them out. But installing their favorite tools, is exactly what you would expect from more demanding users, and while this is no excuse for not adding some simple features that would benefit everyone, it certainly means some obscure feature requests will sometimes not be implemented.

      I agree though about setting different wallpapers on each workspace. This is the one single feature I have been missing since switching from KDE, back in the gnome 2.6 days.

    52. Re:STFU needs to be heard. by rwv · · Score: 1

      I've run into problems searching for error messages generated from Open Source software, too. I think the problem is that there is little motivation to post the "solution" on a thousand sites where the issue is discussed once you stumble upon the page where the correct set of steps is listed. Another problem is that web advertising trolls harvest "discussion forums" to get content for their own pages, so if their "harvest" comes from an unresolved forum, the issue is needlessly propagated elsewhere.

      In general, I'd agree with you. Good documentation is a Godsend. However, there are way too many configuration options out there to make producing a (concise) document that explains everything in a complete way.

    53. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      I wanted to rearrange items in the Gnome menu but couldn't, they were only alphabetical.

    54. Re:STFU needs to be heard. by Fallingcow · · Score: 2, Insightful

      But installing their favorite tools, is exactly what you would expect from more demanding users

      ... and it's exactly the reason I use Gnome over KDE. I dislike pretty much all of the K* apps--I like Firefox over Konqueror, Thunderbird or Evolution over Kmail, OpenOffice over Koffice (and if I must use something other than that, I'd take Gnumeric+Abiword over Koffice, too), etc.

      There've been times, though, that I've felt the same way about the default Gnome apps in my distro; I hate Totem, and I like that browser that occasionally gets pushed with Gnome (is it Epiphany? Galeon? One of those) even less than Konqueror. With Gnome, I just replace them and go about my business. KDE, on the other hand, seems to constantly scream "you're doing it wrong!" when you start replacing its K* apps with others. Maybe it's just me being weird about it, but it's what's kept me on Gnome over KDE (well, that and the fact that I think the KDE main menu is a huge, disorganized mess). The only app I can think of that Gnome really pushes is Nautilus, and even that can easily be sent to the background and replaced with something else. I don't know if it actually is more modular than KDE, but it certainly feels like it is.

    55. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      Tell Gnome Screensaver how many bouncing cows you want. Or where to look for the text file for phosphor. Or what font size for phosphor.

      Look up the bug report about the lack of screensaver options and see how the gnome developer reacts to the idea that they should be configurable.

      Seriously, they're that bad about a screensaver (ignoring any issues with hardware!). Screensavers basically exist to be configured eye-candy at this point. KDE is almost as bad.

      The solution? Edit some text files to force Gnome to use Xscreensaver. That's what I did. Very user friendly there.

      Then I got annoyed with a few other features and switched to Fluxbox. I will only ever use Gnome again if forced.

    56. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      That's been there for literally years. nm-connection-editor, double-click on your connection, IPv4 tab, and choose "Automatic (addresses only)". Then type in your favorite DNS servers. Perhaps a pretty old NM?

    57. Re:STFU needs to be heard. by wastedlife · · Score: 1

      Should probably tell the OpenDNS people about the NetworkManager issue, since what you were trying to do is pretty much the only way to use OpenDNS without a router between you and the DSL modem(without changing network management tools or doing some config file editing, which is above most users that would need a desktop that is simple to configure). Maybe they can help you complain about that. Even freaking Windows lets you configure custom DNS settings while using DHCP for addressing.

      --
      Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
    58. Re:STFU needs to be heard. by wastedlife · · Score: 1

      I just wasted a number of hours trying to help a friend figure out how to deal with an incomprehensible Vista error message that makes logins totally fail. There are several thousand questions about the specific message online, and it appears that several hundred people have managed to fix it. But so far, none of the discussions we've found actually say what they did to fix it. So we've apparently hit a brick wall, despite all the bandwidth taken up by discussions of this particular problem. This illustrates how the MS community is learning to hobble those who can read, and ensure that there is nothing useful online on the topic.

      Hah, I just ran into this with an issue on one of our servers here. One of the folders decided to make itself not accessible to even the domain administrator (and it was the domain administrator account's Home folder...). Right-click and properties has no "security tab", so can't take ownership that way. Searching for that issue finds thousands of articles about turning off "Simple File Sharing" in XP, even when adding "server" or "server 2003" to the query. Definitely not the issue, I even get "Access denied" when using the "takeown" command(at least that has fewer false leads when searching though). Next step Ill be working on today are CACL, XCACL, subinacl, or fileacl and cross my fingers.

      --
      Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
    59. Re:STFU needs to be heard. by Chris+Pimlott · · Score: 1

      One thing I do like on the [URL=http://ep.yimg.com/ca/I/mxsun_2073_47824807]Sun keyboards[/URL] is that they have dedicated keys for COPY, CUT and PASTE. IMHO, they are fundamental enough to deserve their own keys, and it resolve this common shortcut conflict.

    60. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      I don't know where you get the idea that there is no documentation for Apple (or for that matter, Microsoft) stuff. In the case of OS X, when you buy a Mac computer, you're given a slim amount of written documentation that's good enough to bootstrap a newbie into effectively using the system. For specific questions, there is the aptly named "Help" menu, which you can ask, in plain english, how to do something. It will even highlight or show you where to go to do some task. How is that not better than a paper manual with just a simple index?

    61. Re:STFU needs to be heard. by Anonymous Coward · · Score: 0

      The NM part must be a lie, or you have to multiply the years a couple of times. I've been setting that for a number of 6-month releases. I kinda doubt your story about WONTFIX as well since you provide no linkage.

      Then again, when you are on a crusade, facts only get in the way.

    62. Re:STFU needs to be heard. by BlueKitties · · Score: 1

      As hard to swallow as this may seem to many tech geeks, Windows is *actually easy to use for normal users.* It might not be a party for tech savvy folk who like to write code for their own desktop, but as far as user interfaces and functionality goes, Microsoft knows what they are doing; Just look at Visual Studio. Now, they're pretty terrible when it comes to anything portable... in that regard, Apple seems to be current king.

      --
      "Sorrow is better than laughter, for by sadness of face the heart is made glad." [Ecclesiastes 7:3]
    63. Re:STFU needs to be heard. by hitmark · · Score: 1

      i find that the healthy middleground is xfce, gtk based, can play with toys from both sides, but none of the bonehead stuff that plagues gnome...

      used to do kde until the 4.0 changeover tho, but things just plain broke, and no app on the 3.5 side got any updates as all where scrambling to get working 4.x versions out...

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    64. Re:STFU needs to be heard. by hitmark · · Score: 1

      heh, reminds me of the gui issue i ran into with XP a while back, where trying to open up anything other then the C drive in windows explorer would result in a "unknown file" kind of dialog...

      now the machine is dead (thanks to it being a laptop with a fried graphics card) so whatever caused it is mostly a academic debate...

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    65. Re:STFU needs to be heard. by celle · · Score: 1

      Seems an obvious reason to stop using vista. Don't forget to scream to the rooftops why so microsoft/apple will have a chance to ignore you. Maybe the rest of the lazy/self-serving public will get the message.

    66. Re:STFU needs to be heard. by jonbryce · · Score: 1

      I don't doubt that, but most normal users prefer XP to Vista.

  5. grawlix fail by Nick+Number · · Score: 5, Funny

    and oh yeah, a dose of 'shut the f*uck up' too.

    Wow, it's a good thing that asterisk was there. Somebody might have seen something profane.

    --
    Promote proofreading. Don't mod up sloppy posts.
    1. Re:grawlix fail by Kell+Bengal · · Score: 1

      Remember folks: every time you say, read or think a dirty word, god kills a kitten.

      --
      Scientists point out problems, engineers fix them
      altslashdot.org: The future of slashdot.
    2. Re:grawlix fail by mctk · · Score: 2, Funny

      Somebody might have s*** something profane.

      F***.

      --
      Paul Grosfield - the quicker picker upper.
    3. Re:grawlix fail by dwiget001 · · Score: 2, Funny

      >

      1. Calls PETA
      2. Sues SPCA for not preventing god from killing kittens
      3. ...
      4. PROFIT!!!

    4. Re:grawlix fail by Anonymous Coward · · Score: 0

      fuck shit piss damn satan fuck shit piss damn satan fuck shit piss damn satan fuck shit piss damn satan fuck shit piss damn satan fuck shit piss damn satan.

      Oh by the way, I'm a dog person.

    5. Re:grawlix fail by CopaceticOpus · · Score: 0, Offtopic

      I know it's not cool these days to care about profanity. But I really prefer to read the /. homepage without seeing the word "fruck".

    6. Re:grawlix fail by mcgrew · · Score: 0

      Wow, it's a good thing that asterisk was there. Somebody might have seen something profane.

      Something profane like this? But more seriously, tfa acttually did say

      During his keynote, he extended an invitation to any open source application to submit their software for testing by user-experience experts. The sessions would be recorded for posterity, and the developer would not be able to interact with the user.

      "If the developer is in the room, they have to say nothing. It's the shut the f--- up protocol," Shuttleworth said. "You sit and watch someone struggle with the software that you've so lovingly produced."

      So you can't blame the submitter or editor (although had I submitted it* I would have used the acronym STFU).

      That's good useability testing policy -- if you help the test subject during a useability study, you're shooting yourself in the foot.

      *I can't submit stories, at least from work -- they've idlized the submissions page into unusability. Pity, 1/3 of stories I submit get posted unless I submit from my journal, where they've never been accepted from.

    7. Re:grawlix fail by Anonymous Coward · · Score: 0

      Keep flucking that chicken.

    8. Re:grawlix fail by ceoyoyo · · Score: 2, Funny

      Hey, it worked on me. I'm trying to figure out what word the summary writer was trying to imply. Firetruck maybe?

    9. Re:grawlix fail by gigabites2 · · Score: 1

      Remember folks: every time you say, read or think a dirty word, god kills a kitten.

      ...But not before setting it on fire.

    10. Re:grawlix fail by Nick+Number · · Score: 3, Funny

      It's a wildcard, so there could be an infinite number of letters in there.

      I like your idea though. Living close to a busy street, there are many evenings when I wish somebody would shut the firetruck up.

      --
      Promote proofreading. Don't mod up sloppy posts.
    11. Re:grawlix fail by srollyson · · Score: 1

      Hey, it worked on me. I'm trying to figure out what word the summary writer was trying to imply. Firetruck maybe?

      Enter stage left, swinging on vine.

      Nope. That would only work if he said "shut the f.*uck up".

      Exit stage right, swinging on vine.

    12. Re:grawlix fail by snspdaarf · · Score: 2, Funny

      Relax. It's not like someone used "Belgium".

      --
      Why, without your clothes, you're naked, Miss Dudley!
    13. Re:grawlix fail by corbettw · · Score: 1

      Actually, because the wildcard followed an 'f', it would be an infinite number of 'f's. I'm not sure what "ffffffffffuck" means, but it sure sounds interesting!

      --
      God invented whiskey so the Irish would not rule the world.
    14. Re:grawlix fail by Anonymous Coward · · Score: 0

      and oh yeah, a dose of 'shut the f*uck up' too.

      Wow, it's a good thing that asterisk was there. Somebody might have seen something profane.

      Paging Profane Motherfucker. Profane Motherfucker to the comments section please.

    15. Re:grawlix fail by Bigos · · Score: 1
    16. Re:grawlix fail by Dice · · Score: 1

      An infinite number, or zero. So it could be just 'uck'. Also there's no beginning or EOL specified so words like 'puck', 'unbuckle', etc. would also be matched.

      dice@entropy:~$ grep 'f*uck' /usr/share/dict/words |wc -l
      295

    17. Re:grawlix fail by BikeHelmet · · Score: 1

      On what OS? If that's the behaviour on Linux, than no wonder I failed when attempting bash!

      On Windows, s*it will match shit - only matching sit, ssit, sssit, ssssit, etc. would be weird.

    18. Re:grawlix fail by corbettw · · Score: 1

      Um, it's not OS specific, it's POSIX specific. Which Windows isn't. "f*" matches zero or more fs; "f.*" matches zero or more anything after the f; "f?" matches exactly zero or one f.

      --
      God invented whiskey so the Irish would not rule the world.
    19. Re:grawlix fail by Tablizer · · Score: 1

      Some work-place web filters sound alarms or log flags when they detect bad words being sent. Thus, the asterisk may have been to foil that.

    20. Re:grawlix fail by Anonymous Coward · · Score: 0

      Come on! We're all adults here, aren't we?

      Say it with me:
      "fouck!"

    21. Re:grawlix fail by Wodin · · Score: 1

      There's a difference between shell globbing and regular expressions.

      --
      -- Wodin
  6. Re:We don't need another desktop OS. by ibsteve2u · · Score: 1

    You overlook the ability of our corporate and political leaders to grow the American market for free desktop operating systems. Free anything, in fact.

    --
    Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
  7. Linux desktop is not dead. by xzvf · · Score: 1

    But it might be economically non-viable. In many ways the Linux desktop and free software stack is better than the version you can get from Microsoft or Apple. For 80% of the users it can do everything they need. For 90% of the users it can 90% of what they need, and for 100% of the users it can do 80% of what they want. While those are made up statistics, I believe that 80% of the market can switch to a Linux desktop tomorrow and be just as productive as it is today. The problem is convincing them to do it. What the Linux desktop really needs is a marketing budget.

    1. Re:Linux desktop is not dead. by oo_HAWK_oo · · Score: 0

      You CAN get that 80% to switch from Windows... force them to actually pay for their copy of it!!!

    2. Re:Linux desktop is not dead. by godrik · · Score: 1

      Despite I am using linux on all my machines, there are a lot of companies relying on exchange (server side) and outlook (client side). I never use them, but I have been told that FOSS replacements are not as good as the original.

      You could also try to run it in wine

      Also, there still are a lot of problem with wifi (despite it is more a laptop problem than a desktop one)

    3. Re:Linux desktop is not dead. by Ethanol-fueled · · Score: 2, Interesting

      Yup, Linux needs more hype.

      Gnome's U.I. is already easily navigable. What Ubuntu needs to do to attract more Windows users (non-gamers, of course :) is ask a new installer if they want to use a "Windows GUI compatibility mode" and then have the system laid out as close to a Windows system as possible, out of the box.

      One "start" menu inline with a single taskbar, on the bottom. Combine the items in the "preferences" and "administration" menus into a single "control panel". Alias the filesystem items to things like C: and none of that /dev/sda1 stuff. Streamline Aptitude and enable all repos by default - a Windows convert dosen't give a shit about licensing issues, they just want those graphics drivers. Etc. etc.

      They need to embrace, extend, and extinguish. Beat Microsoft at their own game. Maybe even make all that a seperate "Windows compatibility distro" so the purists won't bitch and moan.

    4. Re:Linux desktop is not dead. by sexconker · · Score: 2, Interesting

      "Jim! I'm on the Lynooks now, and I printed off 500 envelopes for the newsletter, but they're all rotated! I put the envelopes in this way, but they come out all wrong!"

      You seriously overestimate the ability of a standard plebe to adjust to any change.

      If you fucking switch out their pen from a twisty pen to a clicky pen, it's not a difference, it's not a preference, it's a problem, and the new way is wrong, and it's your job to get them the damned pen they like.

      Humans are great at adapting, but only when forced. Then they'll never stop bitching about how good it was in the past.

    5. Re:Linux desktop is not dead. by ceoyoyo · · Score: 1

      Okay, I've got a dual head Mac Pro here on my desk. It has to run Python and some cross platform C stuff, plus do some word processing now and then.

      Yeah, Linux ALMOST makes it. It can do all of that stuff except setting up the second monitor is a PITA.

      Thus, Shuttleworth's emphasis on usability testing. Linux is technically fantastic. Now what it desperately needs is some polish to make it not more trouble than it's worth on a regular basis.

    6. Re:Linux desktop is not dead. by mcgrew · · Score: 0

      What the Linux desktop really needs is a marketing budget.

      Viral marketing needs no budget. We need to carry Linux nstall disks (your favorite distro) and evangelize. All of us Linux users. When your mom gets a virus, explain that Linux doesn't get viruses, that you don't need AV, that it's free, that all the applications come with the Linux install disks, that a home user no longer needs to log on, even to the internet (I use Mandriva, which logs the default user automatically, you only need a password for a secondary account or for root), that it can real Microsoft (don't know about apple) files and directories while Windows and Microsoft apps can't read Linux ones; that it's more stable, that it's as easy to use as Windows or more so, etc.

      Then tell them the next time they get a virus you'll either install Linux or let them pay the Geek Squad.

      If they absolutely need some Microsoft app (like one of the tax prep packages), install it dual boot with Linux as the default but disable networking in Windows. That's one thing I like about Windows -- its dirt simple to disable the internet.

    7. Re:Linux desktop is not dead. by Nursie · · Score: 1

      Old troll is old.

    8. Re:Linux desktop is not dead. by corbettw · · Score: 1

      Humans are great at adapting, but only when forced.

      Which of course is why the number one tool in any good SA's toolbox, ahead of the network sniffer and password generator, is a clue-by-four with which to "encourage" users to do things the Right Way©.

      --
      God invented whiskey so the Irish would not rule the world.
    9. Re:Linux desktop is not dead. by ClosedSource · · Score: 1

      You mean with Linux you don't have to log on "even to the internet"? Wow, can you use a 2400 baud modem too?

    10. Re:Linux desktop is not dead. by AshtangiMan · · Score: 1

      Even better, when Mom gets a virus and needs to have some help, just install Linux and tell her you installed virus protection. Then she'll ask "where did my spider solitare go?". Perhaps you anticipate this and do some majik (apt-get install ), configure the gui to mostly resemble windows, etc. She may never know that she's now running Linux. Tell her after 1 year.

    11. Re:Linux desktop is not dead. by ajlisows · · Score: 2, Interesting

      I understand your point but it sort of misses the point of the article. There is a difference between "Can do" and "Can do without wanting to slam my head through the monitor." This is the difference that is being pushed here.

      After all, there are legitimate usability complaints and complaints about how bug fixes are handled. Keep in mind that these are complaints heard by current users of Linux, a group that is likely well above average in terms of technical savvy as a whole. I don't know if you do/have done desktop support (not trying to be condescending...there are all different sorts of geeks on Slashdot) but average users get totally bent out of shape about really mundane things. If they delete one of their displayed columns in their EMAIL program they flip out and run around yelling "MY EMAIL IS BROKEN!" Things have to work quickly and easily or you'll lose them in a second. This means no "Just recompile your Kernel" or even "Just use Wine". Definitely don't tell them to "Debug the code yourself", as they won't even know what code is, much less know how to fix it.

      Also something to consider, if you started a huge Linux Marketing campaign and it managed to secure a pretty big market share developers would find themselves with 10 times more bug reports/feature requests than they have now. As another complaint is the slow/non existent response time on some projects this problem would be compounded. A few more developers might come with the rest of the huge crowd but I'm guessing that for the most part, anyone who wants to develop FOSS software is already doing so. You might see a flood of for-profit companies jump into the mix with a bunch of closed source software to fill in the gaps, but then you are actually losing a lot of what makes Linux special in the first place.

    12. Re:Linux desktop is not dead. by Anonymous Coward · · Score: 0

      What has never been alive cannot be dead.

    13. Re:Linux desktop is not dead. by h4rr4r · · Score: 1

      Yeah, using that System->Preference->display GUI tool is just too hard. Such PITA to click on the image of the second monitor, click the on button and select the resolution you want.

      Wait, what exactly was the problem again?

    14. Re:Linux desktop is not dead. by Grishnakh · · Score: 1

      No thanks. The problem with this evangelism crap is that you're basically volunteering yourself to be unpaid technical support for everyone you successfully convert, and you become responsible every time there's some type of problem (like the fact that boxed software X which they really want to run doesn't work in Linux). You're just setting yourself up for failure, or at best, for a LOT of unpaid hours of support work.

      Just let them get their own computer, which will probably have Windows, and then they can deal with the Indian techs at Dell when they get a virus or whatever. Mention in passing that you don't have that problem with Linux, but if they try to get you to install it for them (as people always want you to be their tech support when they find out you're computer-literate), refuse and say they'll have to handle it on their own.

    15. Re:Linux desktop is not dead. by Risen888 · · Score: 3, Insightful

      "Jim! I'm on the Lynooks now, and I printed off 500 envelopes for the newsletter, but they're all rotated! I put the envelopes in this way, but they come out all wrong!"

      You seriously overestimate the ability of a standard plebe to adjust to any change.

      I have a bunch of clients that I've switched to Linux that would undoubtedly take great umbrage at this characterization. People aren't stupid by nature. But when you pound it into their heads that they are stupid, they'll internalize it. Most people have heard nothing but "computers are too complicated for you to understand," so that's what they believe. But it's bullshit. And it's usually being fed to them by bad people who are trying to pick their pockets. Which I guess is capitalism in action and probably won't change. But what I'm fucking sick of is this attitude coming from the geek community that "the proletariat just will never be as smart as us." It's obnoxious, it's offensive, and most of all it's fucking wrong. I bet you can't skydive. But if someone taught you you could.

      Humans are great at adapting, but only when forced.

      You might be on to something with this. Damn good thing for my business that Microsoft is great at forcing people's hands.

      --
      Hey, I finally got my first freak! Took you long enough!
    16. Re:Linux desktop is not dead. by Grishnakh · · Score: 1

      I understand your point but it sort of misses the point of the article. There is a difference between "Can do" and "Can do without wanting to slam my head through the monitor." This is the difference that is being pushed here.

      Exactly. That's why I hate using Windows so much. In Linux, it's easy and fast, but in Windows, it's always a major PITA to do anything simple, usually involves downloading some dodgy shareware app from the internet that bugs me for registration fees, and is incredibly slow.

      Things have to work quickly and easily or you'll lose them in a second.

      Exactly, which is why I wish I could just quit my job so I don't have to use Outlook any more. Every time I click on an email, it takes 30-60 seconds to show up, and Outlook usually freezes up during that time. I never have that problem in Linux.

    17. Re:Linux desktop is not dead. by ceoyoyo · · Score: 4, Informative

      Well, last time I did it, it went like this.

      One of the grad students in the lab decided he needed to use Linux, but he only had experience with Windows. No problem, a good first step is to install Linux at home so he gets lots of exposure to it.

      Okay, install Ubuntu. Not bad (the install process has come a LONG way - proof that UI improvements can be made). Okay, everything is going fine, but how come the second monitor doesn't work? Now there's a good question: Windows and OS X both would have autodetected the monitor and just made it work. Strike 1.

      But sure, let's just open up the System->Preference->Display. Oops. Second monitor isn't there. Hm. Strike 2.

      All right, Google it. Here's a utility that's supposed to do the job. Install, run. Wants to install a driver. No problem, do it. Which one? The latest one. Fine. Uh oh, X won't even start. Strike 3.

      Okay, fine, it's been a while since I've edited an Xorg.conf file, but let's dive into it.... That's the point where the guy decided to wipe Linux and reinstall Windows, and I can't really blame him. It turns out later that after two strikes we almost had it, except you had to pick the next to latest driver because the most recent one dies a horrible death when used with more than one monitor.

      By the way, I'm not at all sure you know what you're talking about. If you type "multiple monitors" into the Ubuntu help webpage you don't get "just go to System>Preference->Display. You get this:

      https://help.ubuntu.com/community/XineramaHowTo

      So either you're wrong, or the Ubuntu help web site is crap. Either way, strike 4.

      I hope Shuttleworth's emphasis on usability pays off. There's no reason why Linux CAN'T deal with the myriad little problems like this one, and Ubuntu has not only fixed a bunch of them in the distro but also spurred other distros into fixing long standing, stupid issues.

    18. Re:Linux desktop is not dead. by sexconker · · Score: 1

      Sure, you can teach people.

      But why spend time and money teaching when continuing on with what you have works?

      Individually, companies are just like people. They will change only when there is no other option.

      As a whole companies are just like people. When forced to change, the good ones will succeed while the crappy ones will fail. In the end, the species will survive.

    19. Re:Linux desktop is not dead. by socceroos · · Score: 1

      I like your business. Where can I subscribe to your newsletter?

    20. Re:Linux desktop is not dead. by kimvette · · Score: 1

      with an Nvidia chipset and drivers, setting up a second monitor is as easy as it is on Windows or a Mac.

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    21. Re:Linux desktop is not dead. by multi+io · · Score: 0, Troll

      But it might be economically non-viable. In many ways the Linux desktop and free software stack is better than the version you can get from Microsoft or Apple. For 80% of the users it can do everything they need.

      ...except copy & paste.

      Oh, and dependable sound output, maybe even when using more than one sound-producing program at the same time.

    22. Re:Linux desktop is not dead. by ceoyoyo · · Score: 1

      It wasn't last February. Perhaps it's changed. Although, since you say "setting up," I expect that it isn't (hint: plugging the monitor in is about all you need to do on a Mac. I assume Windows is similar.)

      Anyway, the point is the same. These little issues are what kills Linux on the desktop.

    23. Re:Linux desktop is not dead. by westlake · · Score: 0, Troll
      For 80% of the users it can do everything they need. For 90% of the users it can 90% of what they need, and for 100% of the users it can do 80% of what they want. While those are made up statistics, I believe that 80% of the market can switch to a Linux desktop tomorrow and be just as productive as it is today. The problem is convincing them to do it. What the Linux desktop really needs is a marketing budget.

      How about some more made-up stats:

      100% of the user's 32 bit Windows apps will run under Win 7.
      100% of the user's 64 bit Windows apps will run under 64 bit Win 7.
      100% of the user's FOSS apps will run under Win 7 - and he can reasonably expect damn near everything in FOSS for the Linux desktop to be ported to Windows or begin as a native Windows app.

      There are workable solutions for classic MSDOS and Windows games. gog.com

      When the user goes shopping for a new PC he'll find a broad spectrum of Windows product in every form factor and at every price point.

      So tell me again why he needs Linux.

    24. Re:Linux desktop is not dead. by Risen888 · · Score: 3, Interesting

      But why spend time and money teaching when continuing on with what you have works?

      It doesn't work. There's an entire industry built on the fact that it doesn't work. There are entire job classifications based upon the premise that it doesn't work. And we (The People) are no longer in a position where we have the luxury of continuing to throw money at this woefully broken piece of shit.

      --
      Hey, I finally got my first freak! Took you long enough!
    25. Re:Linux desktop is not dead. by Risen888 · · Score: 1

      http://guerrillatech.wordpress.com/about-guerrilla-tech/

      Leave me a note with your email address, and I certainly will sign you up for the newsletter! :)

      --
      Hey, I finally got my first freak! Took you long enough!
    26. Re:Linux desktop is not dead. by Pentium100 · · Score: 1

      This. Some time ago I found a desktop environment (or whatever it's called) for Linux that makes it look like Windows XP. I have not tested it, but thoughtit would be a good idea if the company I work for hired a new employee who know only Windows.

      On the other hand, I'm waiting for a stable release of ReactOS. IMO if it happens, Windows market share would drop though not instantly, especially if they keep the UI of 2k/xp. It would be a better alternative to Windows than Linux.

      And no, users do not care about the source code. "Open source, cost $0" software is equal to "Closed source, cost $0" software.

    27. Re:Linux desktop is not dead. by mcgrew · · Score: 1

      You can set Mandriva up so that it does the logging on for you if you log on as the default user. I'm pretty sure it's distro specific; I couldn't get Suse to do it. And yes, it even works with a POTS modem.

    28. Re:Linux desktop is not dead. by sexconker · · Score: 1

      There are entire job classifications based on the premise that Linux "doesn't work".

      There are entire job classifications based on the premise that the $10,000 copier you just bought "doesn't work".

      You're a troll.

    29. Re:Linux desktop is not dead. by Risen888 · · Score: 1

      There are entire job classifications based on the premise that Linux "doesn't work".

      Name two.

      There are entire job classifications based on the premise that the $10,000 copier you just bought "doesn't work".

      I know, I used to do that for a living. But it's not a very useful metaphor for what we're talking about here. I'm not aware of any copier that doesn't involve a bunch of moving parts with the tendency to jam up. In short, we haven't figured out a way to build a better copier. (If you can, you'll get rich, and I'll come work for you.)

      OTOH, we have built a better operating system.

      You're a troll.

      Troll is not a synonym for "someone against whom I cannot marshall a decent argument."

      --
      Hey, I finally got my first freak! Took you long enough!
    30. Re:Linux desktop is not dead. by blazerw · · Score: 1

      Windows and OS X both would have autodetected the monitor and just made it work. Strike 1.

      Maybe OS X, but definitely not Windows. Hell, I can't even scroll or click with my touchpad on Windows 7 out of the box. Linux detected my touchpad and set it up for me. Nice.

      But sure, let's just open up the System->Preference->Display. Oops. Second monitor isn't there. Hm. Strike 2.

      Except there's a little notification in the top bar saying something about drivers. Wonder what that does. Oh, it installs the Nvidia driver for me. I don't have to go to the site and download it. Cool. Restart and what do you know, System->Preferences->Display, Boom, 2 monitors.

      Sounds like somebody thought they knew what they were doing, but didn't. They decided to do it the backwards Windows way, and it didn't work. Shocking.

    31. Re:Linux desktop is not dead. by sexconker · · Score: 1

      You're trolling windows because it's windows, and you dismiss the same jobs held by the same people that do the same thing for linux.

      Troll.

    32. Re:Linux desktop is not dead. by Risen888 · · Score: 1

      There is no anti-malware industry for Linux. What the hell are you talking about?

      --
      Hey, I finally got my first freak! Took you long enough!
    33. Re:Linux desktop is not dead. by Risen888 · · Score: 1

      You are babbling utter nonsense. Who the hell, in the history of desktop computing, has ever heard "My email is broken" and replied with "Recompile your kernel?" WTF are you on about?

      --
      Hey, I finally got my first freak! Took you long enough!
    34. Re:Linux desktop is not dead. by ajlisows · · Score: 1

      They were actually completely different ideas. The first was illustrating just how bad the average user is with tech. If the are missing the "Date" field from their EMAIL client to them it means their EMAIL is irrevocably broken. Obviously, when dealing with this type of user, under no circumstance is giving them a suggestion of "Recompile your Kernel" an acceptable response to any problem they are having.

      Seriously....just because two sentences are close together does not mean they are directly related. Maybe I should have been more explicit but I think the point is clear enough....certainly clearer than bug reports that would be filed if Millions of average users invaded the Linux Community.

    35. Re:Linux desktop is not dead. by Anonymous Coward · · Score: 0

      I hope Shuttleworth's emphasis on usability pays off. There's no reason why Linux CAN'T deal with the myriad little problems like this one

      And he is (Canonical + open source community.) Ubuntu 6.06 was pretty ghetto it seemed to me, 7.10 wasn't easy enough for me to recommend to people. 8.04 is. And 8.10, 9.04, each seems to fix little details -- for instance, your scenario -- you'd plug in the monitor, it wouldn't work. But a baloon would have popped up already indicating you have a restricted driver available for your hardware. Open that and check the checkbox, it'll download and install the driver. I guess at that point it would have blown up... but you know, that's up to ati or nvidia to not replace broken drivers. With recent Ubuntu, it tries to start X like 2 or 3 times, then pops up a menu with choice of a failsafe X session -- it's not accelerated but gets you your desktop. You'd be able to use restricted driver manager to uncheck that box, and have a working destkop to google for your solution from a working desktop if you wanted.

                Second big example -- I have a Verizon air card. I set it up manually under 8.04. Under 8.10 (i think) and 9.04 (for sure), it should just show up on the network manager and be ready to go (instead of showing just ethernet and wifi, it shows ethernet, wifi, and wireless broadband.) No manual setup whatsoever.

  8. To be so lucky... by Monkeedude1212 · · Score: 5, Interesting

    I've done a bit of software dev here and there, and I've never had the luxury of being near the users when they first prop it open.

    For that reason, I've developed a habit of showing a beta to a nearby co-worker, or a friend, and ask them "Check this out."

    And when they say "What is it?" - I haven't done my job right.

    1. Re:To be so lucky... by Kell+Bengal · · Score: 5, Insightful

      This is a good point - if software doesn't explain itself, then it is broken. I believe this holds all the way from the top level to the basics. If the architecture of the system isn't well signposted and comprehensible, it fails. If an icon meaning is murky and there are no tooltips, it fails. Now you always have to assume some basic level competence on the part of the user (eg. knowing to type man to get program info, or knowing how to click with a mouse) but once you're part that, there is no reason why programs can't be self-explanatory, or at the very least self-documenting. I don't know how many times I've torn my hair out because the 'Help' menu's only item was "About".

      --
      Scientists point out problems, engineers fix them
      altslashdot.org: The future of slashdot.
    2. Re:To be so lucky... by DoofusOfDeath · · Score: 1

      This is a good point - if software doesn't explain itself, then it is broken.

      Must explain itself to whom in order to not be broken? Does nuclear blast propagation simulation software really need to be self-explanatory to a retired waitress?

      I get the sense that you figure by calling some aspect of software "broken", that indicates it should be addressed before just about any other change that one might want to make to the software. That, of course, is silly. There is some software, for example high-performance-computing software for simulating nuclear blasts, where running slowly is much less desirable than the software needing some explanation before it can be used.

      To say such software was "broken" would be to imply that it shouldn't be used before it was easier to understand. Which, of course, would get you laughed out of the lab.

    3. Re:To be so lucky... by Kell+Bengal · · Score: 1

      Must explain itself to whom in order to not be broken?

      To the user, presumably. Just as a piece of writing must be geared towards its likely audience, so too must software be composed to address its likely user. When I write aeroelastic simulation code, I know I'm writing for people who have a clue what a Reynold's Number is so I don't take the time to explain it. When I write a test module for students, I know they need to have their hands held through every step.

      Also, it's ridiculous to infer that I say usability is the #1 concern in developing software and that software shouldn't be used until it's easier to understand - that's a scurrilous misrepresentation. However, there is no point in even having nuclear detonation simulators if no one can figure out how to use the bloody thing. Mind you, given that that software will be used by highly technical professionals who are experts in their field and so it's likely to require less simplification than, say, a web browser UI.

      Target your UI for your audience; unusable software is not better than no software at all.

      --
      Scientists point out problems, engineers fix them
      altslashdot.org: The future of slashdot.
    4. Re:To be so lucky... by Anonymous Coward · · Score: 0

      Hallway testing is great for UI's. I tend to walk out into the open area near my cube and grab the least busy looking person I see walking around... even if I don't know them.

    5. Re:To be so lucky... by Monkeedude1212 · · Score: 3, Interesting

      Well exactly. Someone up there in the comments mentioned how Open Source Developers like to "Scratch their own itch" - which in my opinion is really the wrong way to tackle a problem. What alot of developers don't realize is that the actual design process (which should be done first) can be done with very little input from the developer. Well, the blame isn't squarely on them, the users also need to be clear and concise about what they want and they need to be able to present it to a developer - in the same way the developer has to present their product:

      A Developer can't be expected to know everything about how the user does their job - but they're expected to make a program to assist in that process. Likewise a user can't be expected to know everything about how a program works - but they're expected to know how it works when its done.

      So there is this huge middle ground where either:
      A) The user is so confused by what does what, because the Developer took it upon himself to make an amazing program that does it all
      or
      B) The user is not happy with what the functions are doing - or its missing functionality, or some logic is missing - which ends up being blamed on the Developers for not making it properly and they have to go through it all again.

      It usually all boils down to people not telling the Developers enough, or the Developers are assuming that they know what to do and don't ask questions. The solution is just better communcation. If you can, get a Visio Diagram going, maybe some flow charts, anything and everything to help you lay down the design of the project. Designing is really a 2 way street, it needs to be done by the user just as much as it does have to be done by the developer, maybe even a little more so on the user. Once Design is down - Development becomes an EASY process that can be done in DAYS instead of weeks. It becomes like High school physics where you have the formula sheet and you just plug in the numbers to get the answer. (Assuming you were good at high school physics. I'm sorry, I'm an insensative Clod)

    6. Re:To be so lucky... by Monkeedude1212 · · Score: 4, Funny

      I don't know how many times I've torn my hair out because the 'Help' menu's only item was "About".

      PS - I thought I was the only one. I banged my head on the desk one time and it left a bruise because of that. True story. (I wasn't having a very good day to begin with though)

    7. Re:To be so lucky... by izomiac · · Score: 2, Insightful

      Personally, I'd consider intuitiveness and documentation to be entirely separate components of a program. For example, a lot of command line programs are well documented, but not very intuitive. IMHO, a program is broken if a user can't use it without reading documentation, assuming they're familiar with what they are trying to do. Documentation is for when intuitiveness fails, which may be an inevitability since people think somewhat differently, but this should be rare in well designed programs.

    8. Re:To be so lucky... by selven · · Score: 2, Insightful

      Speaking of "About", why is it that this option doesn't tell you anything about the program, but gives you some useless copyright information instead? Can't we call it "Copyright" or something like that?

    9. Re:To be so lucky... by Kelbear · · Score: 2, Insightful

      For linux distro to increase adoption rates, I would suggest that the usability threshold should be set at the level of the average /windows/ user.

      Because that's what the majority of the population is using, and they'll just switch right back to windows if they try Linux and can't accomplish what they already know how to accomplish in windows. If they're exploring Linux, the benefits will need to outweigh the drawback of researching how to get things done. Lowering the barriers to entry would help Linux adoption considerably. Some distros are better than others at doing this, but sooner or later they all force the user to look up obscure console command syntax so that they get things working.

    10. Re:To be so lucky... by icebraining · · Score: 2, Insightful

      "Designing is really a 2 way street, it needs to be done by the user just as much as it does have to be done by the developer, maybe even a little more so on the user."

      But in most small OSS projects the developer *is* the user, at least at design stage. Most developers don't write code to help the community, they write it because they enjoy doing it and/or need it done. Then, they help the community by release the source, when it's too late to make design decisions.

    11. Re:To be so lucky... by Monkeedude1212 · · Score: 1

      Which is really as good as it can get - I mean when you design for yourself in mind, you're bound to run into issues when its released for someone not like you.

      I humbly think of that kind of programming in a less professional sense of the term "Developing". Similar to how someone who is a chef for a living probably doesn't garnish the dishes he makes for himself - someone who is developing for himself won't worry about something that becomes standard when developed for other people to use (example: documentation/help files).

      Don't get me wrong, I write my own programs for myself - but at no point do I feel like I'm really creating a piece of software, I feel more like I'm just telling the computer to do what I want and storing that process for re-usability.

    12. Re:To be so lucky... by The_mad_linguist · · Score: 1

      It gives version number too.

    13. Re:To be so lucky... by Actually,+I+do+RTFA · · Score: 1

      Speaking of "About", why is it that this option doesn't tell you anything about the program, but gives you some useless copyright information instead?

      When I went to about, I got a version and build numbers, absolute paths to files it was using, and information on the copyright. What else should be in there?

      --
      Your ad here. Ask me how!
    14. Re:To be so lucky... by selven · · Score: 1

      Something that describes the program in terms that matter to the person opening the about box - the end user. I don't care if the program I'm using is v7.6 build 9584 or v7.7 build 1232, I just care that it works.

    15. Re:To be so lucky... by Anonymous Coward · · Score: 0

      > What alot of developers don't realize is that the actual design process (which should be done first) can be done with very little input from the developer.

      This sounds great in theory, but doesn't work in practice, because ...

      > Well, the blame isn't squarely on them, the users also need to be clear and concise about what they want

      Which is seldom the case. Good software design is like pornography: "I can't define it, but I know it when I see it".

      If you were to get the user to write a comprehensive manual, then wrote the software to perform as documented, the user would abandon it within ten minutes.

      You can't design a complex, interactive application on paper. You just can't accurately predict the "right" solution reliably enough. It's only when you actually try to use the software that you discover how things need to work.

    16. Re:To be so lucky... by serviscope_minor · · Score: 3, Insightful

      Well exactly. Someone up there in the comments mentioned how Open Source Developers like to "Scratch their own itch" - which in my opinion is really the wrong way to tackle a problem.

      What the hell? I have a problem. I choose to fix it. I then offer my solution to the world at large, completely for free. Now you come along and tell me that I've solved my own problem wrong and should have somehow done it so it benefits you more.

      WTF?

      If you want me to work for you, then you have to pay me a lot of money. If you don't like the free itch-scratching stuff I give away, then ignore it ang go about your life as if it was never there.

      Talk about a sense of entitlement...

      --
      SJW n. One who posts facts.
    17. Re:To be so lucky... by Jared555 · · Score: 1

      putting a ton of documentation into the GUI side of simulation software (for example) is not going to slow down the actual simulation itself because it is likely farmed out to other systems which don't need a GUI. To speed up the GUI side have a fully functional 'training' mode which can be disabled once a user develops the needed level of competency to use the software without assistance.

    18. Re:To be so lucky... by Actually,+I+do+RTFA · · Score: 1

      I don't care if the program I'm using is v7.6 build 9584 or v7.7 build 1232, I just care that it works.

      Okay then, I recommend you click on a menu item that does something. I want to know what files my program it's using. The copyright spells out what OSS components are used. I need to know the build number to report a bug.

      If all you care about is that it works, you want the about to read "Hey, this software works!" ?

      --
      Your ad here. Ask me how!
    19. Re:To be so lucky... by yurtinus · · Score: 1

      Code for your audience. If you're trying to getting a retired waitress to analyze your nuclear blast propagation software, you're doing something wrong. On the flipside, if you're trying to get that same retired waitress to setup xorg.conf, you're doing something wrong!

      --
      +1 Disagree
    20. Re:To be so lucky... by zuperduperman · · Score: 1

      > This is a good point - if software doesn't explain itself, then it is broken.

      I think the situation is more subtle than that. For consumer software that grandma and Joe SixPack are meant to use, you're probably right. However there are domains where there is intrinsic complexity embodied in the tasks the software is to be used for. I think it's not wrong that people may need training to use this kind of software effectively. This is because there a lot of situations where simplification is in direct competition with flexibility and power.

      Time for a bad analogy: you could say that a guitar has a terrible interface - if someone with no experience tries to use it they fail horrendously. They can barely make a comprehensible sound that resembles anything like music. Yet if we transformed the interface to something a complete novice could use to make reasonable music we would absolutely ruin it for those skilled in the art.

    21. Re:To be so lucky... by selven · · Score: 1

      I want it to at least briefly describe the program and what it does.

    22. Re:To be so lucky... by ascari · · Score: 1

      All very reasonable, yet vi is one of the most popular/useful/used programs out there

    23. Re:To be so lucky... by Eil · · Score: 1

      This is a good point - if software doesn't explain itself, then it is broken. I believe this holds all the way from the top level to the basics. If the architecture of the system isn't well signposted and comprehensible, it fails.

      If you're talking about everyday desktop software for non-geeks, then sure. But you have to take your audience into consideration too. There is plenty of software out there for people who know what they're doing, and any hand-holding at all will only get in the way of what they're trying to do. Take Blender, for instance. Its user interface is completely different from any other piece of software and is tough to master. But it is optimized for the job of 3D modeling and experienced graphics designers can fly through it with ease.

      Another example: I'm trying to get into music production and recently bought a Korg Electribe EMX-1. It's basically a drum machine, synthesizer, and sequencer all mashed into one. You look at it and despite all the knobs and buttons think to yourself, "I've built around 200 different servers from scratch in my day job as a sysadmin, how hard can a little blue box be?" Well, I've been reading the manual two nights straight and have only managed to digest about half of what this machine can do. It's tough because I come from the computer world where a button widget does one thing. On the EMX-1, each button and knob does anywhere between 2 and 50 things depending on what mode you're in, which thingamabob is toggled, or who breathed on it last. Producers have no problem with it though, because it was designed for someone with a solid understanding of music production under their belt already. If Korg were to dumb the instrument down at all, they would either have to remove functionality or increase the cost of the device, neither of which are attractive or necessary.

    24. Re:To be so lucky... by drinkypoo · · Score: 1

      The "About..." box should tell you ABOUT the program. Some apps do this. Most don't. The box tells you version and copyright. It should be called "Copyright...". Hope this rephrasing of the same idea helps you understand.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    25. Re:To be so lucky... by Anonymous Coward · · Score: 0

      you keep mentioning this "user" thing..... what is it? I know about my experiences as a "private user that knows how to code and fix things he finds annoying enough", but that's normally refered to as an "open-source developer" by most people. A "developer" is a different beast entirely, and does coding (etc) work for money. we're not talking about them here.

    26. Re:To be so lucky... by hawk · · Score: 1

      >Which is really as good as it can get - I mean when you design
      > for yourself in mind, you're bound to run into issues when its
      > released for someone not like you.

      Yeah, they started hating other people's software :)

      I did a bankruptcy program for myself a couple of years before I had secretaries (or that it set in that I *would* have them).

      When forms changed, I bought another program. The secretaries were in within the week begging me to update mine.

      My design specification and philosophy was simple: "Me human. You computer. Do the work."

      If I had to enter the same information twice, or even something that I implied, it was wrong. E.g., any interface that asks for city, state, and zipcode is *WRONG*, and the author should be tortured.

      hawk

    27. Re:To be so lucky... by extrasolar · · Score: 1

      Well exactly. Someone up there in the comments mentioned how Open Source Developers like to "Scratch their own itch" - which in my opinion is really the wrong way to tackle a problem.

      The "scratch your own itch" isn't the recommended problem-solving strategy. Rather, it is meant to express the motivation that free/open source developers have for writing free software in the first place. Another reason is ideology--that all software ought to be free.

      But, yeah, "scratching an itch" is what has yielded the crazy situation we have today with free software.

    28. Re:To be so lucky... by CharlyFoxtrot · · Score: 1

      But in most small OSS projects the developer *is* the user, at least at design stage. Most developers don't write code to help the community, they write it because they enjoy doing it and/or need it done. Then, they help the community by release the source, when it's too late to make design decisions.

      That's the problem. Take cooking for example: if I'm just preparing food for myself the result is likely completely different then when I'm cooking for friends. The basic goal in both cases is the same : make food but the end result is oh so different. That's because when cooking for others you care about the garnish, the atmosphere and the process and not just about the nourishment. What these developers are often telling is to enjoy the ramen they cook for themselves or become a chef.

      --
      If all else fails, immortality can always be assured by spectacular error.
    29. Re:To be so lucky... by snowwrestler · · Score: 1

      That's fine, as long as you don't worry why no one else uses your software.

      Many people do worry why their open-source software isn't used more--hence this discussion.

      --
      Build a man a fire, he's warm for one night. Set him on fire, and he's warm for the rest of his life.
    30. Re:To be so lucky... by bigngamer92 · · Score: 1
      I think he means it as more of: Developer has Problem, Developer creates software to fix problem, Developer releases software as GPL, Developer wonders why no one else uses their software.

      Sure the software fits your needs, but if you don't think of other people when you write it, then other people won't use it. If your just coding for your own benefit, fine. If you want your custom program to be used by anyone else, then you have to make it usable.

    31. Re:To be so lucky... by scot4875 · · Score: 1

      This is the exact attitude that creates the problem in the first place.

      It's not that nobody is grateful that you spent your time working on this and giving it away for free. The problem is that if nobody can figure out how to use it, then you might as well have not given it away in the first place.

      And then the BIGGER problem is that you've become emotionally invested in it (which is something that most creative people do when they create something) and you shout down anyone who tries to offer suggestions to make it work better. Or you just tell them to fuck off and fix it themselves, because hey, the code is out there. But that's again *useless* to the non-programmer who just wants to be able to use this free Linux/free software thing they heard about because people were telling them that it can do everything they want.

      I've released some code through SourceForge, and most of it has been aimed at a programmer audience. As in, "here's something I put together, you might be able to use it as a basis to do something similar with it". Would I respond to someone saying, "hey, could you make it do X" or "Feature Y would work better this way"? Probably not, as I don't really have time to maintain it. However, the difference between me and bigger want-to-get-on-the-desktop projects is that I'm not claiming that my software is ready for the desktop and then arguing with people about why "it *really* is ready for the desktop, you're just not using it right".

      --Jeremy

      --
      Jesus was a liberal
    32. Re:To be so lucky... by Durindana · · Score: 1

      you always have to assume some basic level competence on the part of the user (eg. knowing to type man to get program info)

      [insert howling-laughing smiley here]

    33. Re:To be so lucky... by celle · · Score: 1

      A good example is the freebsd ports system. It works well but after an install it doesn't tell you what the names of the executable files are so you can get a man page on them or insert them into a menu. And no, the file name isn't always the same as the portname.

    34. Re:To be so lucky... by Actually,+I+do+RTFA · · Score: 1

      I want it to at least briefly describe the program and what it does.

      I suppose it never occured to me to run a program not knowing what it did. And certainly, as a dev, it wouldn't occur to me to add that to "about". That's what goes under F1/Help.

      --
      Your ad here. Ask me how!
    35. Re:To be so lucky... by selven · · Score: 1

      Because you're a dev and are already indoctrinated with the current way of doing things. First time users are not, and expect "about" to tell you about the program (and as I already stated, they don't care about version number, the name (which they already know) and copyright).

  9. Not the issue.... by Darkness404 · · Score: 4, Insightful

    The problem is, we have this odd expectation that any software, from a compiler, to a game, to an office suite to a browser should be instinctive by use of other software. That is, they think Word processor == Word. So when you take another word processor such as Open Office, they expect it to work -exactly- like Word. Any differences are seen as "faults". Take someone fully new to computers and have them learn Linux or Windows and chances are they will figure out Linux faster. Take someone who has used Windows all their life and give them Linux they complain because things aren't exactly the same.

    --
    Taxation is legalized theft, no more, no less.
    1. Re:Not the issue.... by jockeys · · Score: 4, Insightful

      Take someone fully new to computers and have them learn Linux or Windows and chances are they will figure out Linux faster.

      Citation needed.

      I'm not being a dick, I'm genuinely curious: has there been any study on this topic, beyond anecdotal posturing?

      --

      In Soviet Russia jokes are formulaic and decidedly non-humorous.
    2. Re:Not the issue.... by maccodemonkey · · Score: 5, Insightful

      Would you buy a car that didn't have a steering wheel? Sure, certain software vendors have set certain standards for software interfaces. But the user is king. It doesn't matter who trained the user what to expect, if the user expects something, you should tailor your software to their expectations. If you think it's the users job to learn your interface, the user is just going to keep using Windows because they don't want to spend time learning the Linux way of doing things. Respect your users time.

    3. Re:Not the issue.... by Anonymous Coward · · Score: 0

      This is just how people work. They don't start from scratch when using something, they build on their experience to help them. As developers, we're equally "guilty" of doing this -- often people write applications in the same programming language they're used to, such as C or Python, as opposed to starting with a theoretically-better programming language like Haskell that they might not have much experience with.

    4. Re:Not the issue.... by WorkingDead · · Score: 1

      I know lots of people that have used Windows all their life and switched to Apple and they seem to do fine with it compared to struggling with the switch to Linux. It's because Apple cares about the end user experience whereas most open source software is extremely unfriendly when it come to the user interface.

    5. Re:Not the issue.... by ceoyoyo · · Score: 1

      It's a good theory, but it's not true.

      There are lots of bits of Linux that are much harder to use, and require much more arcane knowledge, then the equivalent parts of other OSes. And then there are things like GIMP that appear to be different just for the sake of being different.

    6. Re:Not the issue.... by sexconker · · Score: 0, Troll

      The problem is, we have this odd expectation that any software, from a compiler, to a game, to an office suite to a browser should be instinctive by use of other software. That is, they think Word processor == Word. So when you take another word processor such as Open Office, they expect it to work -exactly- like Word. Any differences are seen as "faults".

      True

      Take someone fully new to computers and have them learn Linux or Windows and chances are they will figure out Linux faster.

      False

      Take someone who has used Windows all their life and give them Linux they complain because things aren't exactly the same.

      True

      Free truths: MS Word is actually amazingly rofuckingbust. Open Office? No. Their word processor is up to the task, but everything else in the suite, especially their spreadsheet app, is poop unfortunately.

    7. Re:Not the issue.... by dschl · · Score: 1

      Anecdote for you - not Linux specific, but it relates to software familiarity.

      I had a summer student doing some basic GIS work for me this year. Bright guy, third year civil engineering student, familiar with Autocad.

      We tried a few different open source gis packages. Based on ease of use, features, and what we needed, I had already narrowed down the likely candidates to QGis and Openjump. QGis has an interface reminiscent of Arcview, which I used for a few projects back in the late 90s. Openjump has an interface that is more cad-like.

      I preferred and was more productive in QGis. He preferred and was more productive in Openjump. He used Openjump, which was fine with me - it got the job done.

      --
      Slashdot - the place where you can look like a genius by restating the obvious
    8. Re:Not the issue.... by Darkness404 · · Score: 2, Interesting

      No, I think it is because Apple has made a big difference between a "PC" and a Mac when people think about them. For one, the hardware is different. You are generally typing on a different keyboard, using a different mouse and looking at a different monitor. With Linux you keep all your same hardware. Plus, because the idea of an operating system has been lost in culture with the exception of the mostly-hardware locked Mac operating systems, the different versions of Windows and hardware-specific OSes. People don't understand that Linux is not a free version of Windows even though it does the same tasks.

      --
      Taxation is legalized theft, no more, no less.
    9. Re:Not the issue.... by Animaether · · Score: 2, Interesting

      Take someone fully new to computers and have them learn Linux or Windows and chances are they will figure out Linux faster

      I'm confused.. weren't you talking about word processors just two lines back? Now it's operating systems? What aspects of that operating system, exactly? Are you talking about the desktop management or the CLI?

      That said.. I understand what you're trying to say.. that people are biased from their experience with a 'competing' product.

      On the other hand, that bias may not be a bad thing.

      Just as an example... The GIMP vs Photoshop.
      If somebody had never touched a graphics editing application before and just got around to copy/pasting something and would be wondering how he or she might rotate and enlarge that bit they just pasted.
      In The GIMP, this is very straightforward. There's a rotate tool, and a scale tool. Almost couldn't be easier. The GIMP developers rejoice.
      Yet, they don't, and are seeking a unified transformations tool. Why? Because people's experience with other graphics editors shows them that users realize the added value of a transformation tool that can do rotating and scaling (and sometimes more) at the same time via on-screen feedback; both in terms of workflow -and- in terms of the quality of the result.
      But if you only let people who never touched another graphics editor test the existing tools, you'll have to wait for that one-in-N person who goes "wouldn't it be easier/better if..." to get to that "wow. that's so obvious when we look at it now, why didn't we think of that" point.

      That's why you want a diverse set of testers, and that includes testers intimately familiar with competing products. It's your task as a developer (or usability expert) to find out whether their bias is justified (i.e. the expectation isn't odd, it's simply logical) or not (expectation -is- odd).

      ( fwiw - though gui.gimp.org is not responding - http://gui.gimp.org/index.php/Transformation_tool_specification , http://www.mmiworks.net/eng/publications/2009_03_01_archive.html , http://gimp-brainstorm.blogspot.com/search/label/transformation%20tool )

    10. Re:Not the issue.... by Anonymous Coward · · Score: 0

      Those who put up assertions without supporting evidence definitely should do the extra work.

    11. Re:Not the issue.... by Itninja · · Score: 3, Insightful

      I would recommend looking up the concept called 'burden of proof'. It typically falls on the party making the assertions, not on the detractors. In other words, semper necessitas probandi incumbit ei qui agit.

      --
      I judt got a nre Kinesis keybiartf so please excusr ant egregiou typos.
    12. Re:Not the issue.... by Anonymous Coward · · Score: 0

      First, please don't develop user interfaces with this attitude.

      The problem is, we have this odd expectation that any software, from a compiler, to a game, to an office suite to a browser should be instinctive by use of other software.

      Yes, because we've used software that, presumably, has decent usability in the past. This is one of the gains of a GUI interface: concepts learned in one program can often be applied to another one easily.

      So when you take another word processor such as Open Office, they expect it to work -exactly- like Word. Any differences are seen as "faults"

      Except OO pretty much does. What are you trying to say? The user is at fault for not wanting to relearn software? Hate to break it to you, but users have better things to do than to learn your favorite flavor of software. They don't care about software freedom or anything nerdy like that.

      Take someone who has used Windows all their life and give them Linux they complain because things aren't exactly the same.

      The converse is also true. The problem is users who think they learn one platform and then everything else has to be that way. They can't see past their own narrow-minded view.

    13. Re:Not the issue.... by Anonymous Coward · · Score: 0

      Otherwise you are just trying to get the originator to do extra work for you.

      Otherwise known as justifying a statement.

      In reality, what GP is doing is trying to get GGP to do the work he should have done in the first place, as opposed to making a dubious and unjustified statement.

    14. Re:Not the issue.... by Blakey+Rat · · Score: 1

      The problem is, we have this odd expectation that any software, from a compiler, to a game, to an office suite to a browser should be instinctive by use of other software. That is, they think Word processor == Word. So when you take another word processor such as Open Office, they expect it to work -exactly- like Word. Any differences are seen as "faults".

      And...?

      What point are you trying to make? That Open Office should do things the exact opposite of Word, even if users are asking it to behave like Word? That seems a particularly stupid point. Look, if people want software that behaves like Word, and you write software that behaves like Word, then you've made the users happy. It's really that simple.

      (Of course, when you actually get into testing user behavior/preferences, if you don't find at least a dozen places where Word's UI can be improved, you're probably not even really trying.)

      Take someone fully new to computers and have them learn Linux or Windows and chances are they will figure out Linux faster.

      Bullshit. Prove it.

      Take someone who has used Windows all their life and give them Linux they complain because things aren't exactly the same.

      Probably true. Once again, what's your point?

    15. Re:Not the issue.... by Anonymous Coward · · Score: 0

      Take someone fully new to computers and have them learn Linux or Windows and chances are they will figure out Linux faster.

      Citation needed.

      I'm not being a dick,

      ... but I am succeeding all the same!

    16. Re:Not the issue.... by MiniMike · · Score: 5, Funny

      This is easy:

      Step 1- Get two identical rooms. Fill one with computers with your favorite Linux installed, the other with computers with Windows installed.

      Step 2- Put a sign on the door reading "Mac Lab". Use large letters.

      Step 3- Observe resulting behavior. Write paper. Profit!

      (Before anyone gets offended, I think Macs are ok and used them a lot in the past, but think this would be an interesting experiment even though different than the op suggested.)

    17. Re:Not the issue.... by Anonymous Coward · · Score: 0

      I have used both over the years. My biggest beef with Linux is usability. This has made huge leaps and bounds over the past couple of years. But many distros have 2-3 different versions of each program (word processor, im, calculators, media players). This is 'ok' but it shows that some distros can not make a decision. That is not good. You should have the option of installing something else but pick 1 default. This has gotten much better with some of the newer distros. But some, wow.

      Other parts are support. It is miserable. You end up with tons of 'here try this and it might work for you'. Instead of 'oh you need to do xyz because abc is messed up'. Many 'helping people' just dont. They speak from an air of authority when you can tell they have no clue. My mantra is with a gui program if I open a command prompt to 'fix' something usability is junk.

      It also looks like many decisions are made not with numbers in mind but just 'how long it would take someone to develop' and what is perceived as 'easy to do'. For example Ubuntu is compiled with the i386 switch. Who would run Ubuntu on a 386-25? There might be maybe 10 people in the whole world that would try this. Yet the other 99.9999% of us get crap compiler settings because of a few people. Then you see 'it doesnt help much'. So what? If it does help a little why NOT do it. With no numbers to back up the decision one way or another just a gut feeling. I picked this one example just to show just how low level the problem is. It is systemic all the way from the make program and up with no tests or numbers to back anything up.

      There is another reason Macs and Windows mop up Linux in usability. It is consistency. I can apply knowledge from one program to another and 'just fiddle with it and figure it out'. Open source is all over the place in interfaces. All the way from bin files, to command switches, to many gui paradigms, to config files, etc. The other OS's have this issue but they have pretty much settled on one way. Linux still is bouncing around trying to figure one out.

      Many times it is (at least for me) a case of 'it almost works'. I then spend a few hours filling in the gap. Now I usually end up with this on mac and windows. But with linux it seems like it is worse.

      I dont expect it to 'work exactly like a windows app' but I do expect it to be at least good enough I can figure it out pretty quickly. Instead I usually end up spending hours goggling around trying to figure out where the hell any options are.

    18. Re:Not the issue.... by jedidiah · · Score: 1

      GIMP is not a simple toy. Just the total number of features is going to be a problem for the lazy user.

      That's fine if you can find any program with a simpler UI that also has the same level of technical sophistication in what features it does implement.

      Thus my rant about iPhoto. Picasa has the same problem.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    19. Re:Not the issue.... by Anonymous Coward · · Score: 0

      Hell, just /find/ someone fully new to computers -- you're not talking the 'average user' anymore.

      I like my Ubuntu but man, I tell average people to buy a Mac. There's still too much reliance on the CLI. It's not just about having more GUIs, it's about having well-designed GUIs. Ubuntu is still lagging badly. Shuttleworth is right. Developers need the STFU sessions simply so they can really grok what a user does and doesn't do. It's an crucial educational tool to become developers of software for the real users, not imagined users. Ubuntu isn't going to achieve parity without that.

    20. Re:Not the issue.... by alnicodon · · Score: 1
      I'll only have a quotation for the moment:

      The only "intuitive" interface is the nipple. All the rest is education.

      Al.

    21. Re:Not the issue.... by Kelbear · · Score: 1

      "The problem is, we have this odd expectation that any software, from a compiler, to a game, to an office suite to a browser should be instinctive by use of other software. That is, they think Word processor == Word. So when you take another word processor such as Open Office, they expect it to work -exactly- like Word. Any differences are seen as "faults".

      That's an accurate characterization of the average joe trying to use Linux.

      But it's a fair evaluation on behalf of the average joe. Bottom line is that the benefits of switching to Linux need out outweigh the cost of learning how to use it. Clearly, most people are willing to either stick with pre-installed windows, buying windows, or pirating windows since they already know how to use it. From their perspective, differences are indeed faults, and if Linux is to spread to these people the software will need to measure up to the user's standards.

    22. Re:Not the issue.... by cecille · · Score: 1

      Ideally, that is true, but most users ARE used to MS style software, and packages like open office are very similar to word in their GUI at least. When software looks similar on the surface, but behaves differently, it confuses users. On the other hand, I disagree with the assertion that in general users see differences as faults. Some are though, and the big faults can easily dissuade users from even making a change.

      I haven't actually used open office for a while, but a few years ago I TA'd an intro computer course for non-computer students. It's was typical easy-ish course (word, excel, basic HTML/CSS, some basic command line/ftp stuff in windows and linux), but we crammed in some harder stuff (some lectures on binary addressing, ram, caching) and we make them do some more obscure stuff in word (styles, sections, captions, table generation, cross referencing etc.) As part of one of the assignments, the prof asked them to check out open office and try one or two of the things we covered for Word and write a couple of paragraphs on them. There was a general agreement that the way OO handled captions was vastly superior to word, they were split on features like styles and somewhat indifferent to most of the regular word-processing features (most of which are basically identical). BUT, the first time my lab started up OO, there was a general sort of confusion because when the class double clicked the icon as instructed, they were greeted with a giant, blank grey screen. Once I told them they needed to go to the tiny menu in the corner and select to create a new word-processing document they were fine, but if they were on their own how many would have downloaded OO, seen the blank screen and through "hmmm...nothing opened...looks broken" and then promptly deleted it? Probably most. The article is correct - Linux and most of the mature OSS projects have very solid internals, they just need some non-developers to look at them to polish the externals up a bit.

      --
      ...no two people are not on fire.
    23. Re:Not the issue.... by Anonymous Coward · · Score: 0

      Because the only person left on the planet who has not used a computer is Rupert Murdoch, a study with a data point of one would just be bad science.

    24. Re:Not the issue.... by david_thornley · · Score: 1

      That quote is obviously from somebody who hasn't observed a lot of breast-feeding. Some babies have a lot of trouble getting started.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    25. Re:Not the issue.... by Stormwatch · · Score: 1

      Would you buy a car that didn't have a steering wheel?

      Who knows... I read in some old encyclopedia that, back in the 60s, car makers were experimenting with joysticks. "Oh, a car with a jet fighter's interface, isn't that cool?" Then, I suppose, someone tested the usability of those things.

    26. Re:Not the issue.... by ceoyoyo · · Score: 2, Insightful

      Photoshop?

      GIMP takes even UI features that are common and standard across pretty much ALL GUI programs and puts them in unexpected places. It certainly looks like they do so in many cases not because it's better, but because it's different.

    27. Re:Not the issue.... by MartinSchou · · Score: 1

      But the user is king. It doesn't matter who trained the user what to expect, if the user expects something, you should tailor your software to their expectations

      Did you know that the Ford T, the most sold car of its time, a car so popular that when the 10,000,000th car rolled off the line, a full 10% of the cars in the entire world were from Ford, didn't have the the gas, break and clutch in their now all too familiar locations?

      How do you think all those car drivers felt when they got into a car with a different pedal layout? Scared, no doubt, but in the end, just because something is popular and widespread, it doesn't mean it's the best solution to a problem.

    28. Re:Not the issue.... by maccodemonkey · · Score: 2, Insightful

      But wouldn't most those drivers actually have been first time drivers? It would be one thing if Linux was trying to compete in a world where everyone is a new computer user. You're not wasting the users time when they have to learn how to use a computer from scratch anyway. But Linux exists in a world where they are trying to convert Linux users. If Ford came out with a car today with different pedal positions, do you think they'd get people driving Hondas or GM cars to buy their product? Any other user of any other car would get in the car, not know how to use it, and promptly spend their money on a car that they don't have to commit time to learning how to drive. Look at it this way. Whenever I look at an OSS product, I take the amount of time it would take me to learn that product, multiply that by my hourly income, and weigh that against a non-free product that I already know how to use. If the non-free product is cheaper based on how much my time costs, then I buy the non-free product.

    29. Re:Not the issue.... by travisb828 · · Score: 1

      Ford doesn't have a patent or a trade mark on the steering wheel. That fact allowed the automobile to have somewhat of a standard interface. Sure there will be differences with the location of the shifter, but if you cant figure that out maybe you shouldn't be driving.

      When software companies try to patent things like a hyperlink or the concept of a window things can get hard for OSS. Especially since they usually don't have lawyer armies to point out how lame the patent.

    30. Re:Not the issue.... by Anonymous Coward · · Score: 0

      Would you buy a car that didn't have a steering wheel?

      No, but I would buy one that replaced the gas pedal with a knob to set the cruise control to a specific speed and then go that speed until I hit the brakes.

    31. Re:Not the issue.... by serviscope_minor · · Score: 1

      That is, they think Word processor == Word.

      Unless you're an old git like me, in which case you think a word processor should be like TECO + runoff. Speaking of which did I mention how I think OpenOffice sucks...

      --
      SJW n. One who posts facts.
    32. Re:Not the issue.... by jyx · · Score: 1

      Would you buy a car that didn't have a steering wheel?

      huh? wot? wtf do steering wheels have to do with software interfaces? Bugger All thats what.

      But seeing I've bitten I might as well chew for a bit.

      The steering wheel is like the big white bit that you type stuff into. All word processes have this and they operate exactly the same - put cursor over white bit, click mouse button, press buttons. The stuff that gets people is the more obscure things - like merging, tables blah de blah.

      Guess wot, the rest of the world doesn't have a standard interface for these little extra bits either. Sure the steering wheel is the same (sort of) in all cars, but how about the button/lever that opens the fuel tank? Or the thing that adjusts your seat. Or even the gear stick (manual, auto, flappy paddle, lift up to reverse, 4WD). These buggers are in different places in all cars. Case in point: Our house sitter borrowed my car and had to give me fuel money because she AND THE PETROL STATION ATTENDANT could not figure out how to pop open the fuel tank.

      Why does this "ALL INTERFACES MUST BE THE SAME STFU LA LA LA" rule only apply to software?

      Can free/open software do with better UI. Damn right it could, but so can just about every comerical software Ive used as well (don't get me started on the ribbon, or outlooks text editor, or SAPS universe designer, or biztalk's everything....)

      PS: Analogies are like cars, eventually they break down.

    33. Re:Not the issue.... by Grishnakh · · Score: 1

      I was reading articles about that crap in the 1990s. One manufacturer came up with something called "sidesticks". I think GM might still be working on it.

    34. Re:Not the issue.... by Anonymous Coward · · Score: 0

      That's called "Setting a (de-facto) standard." If car companies were run like Linux wants to be, you wouldn't be able to find the damn gas pedal.

      Linux is like the model T. Windows is the model A. You might like to think it's the other way around, but all the users who want to know why there is a reverse pedal but a throttle lever on Linux have proved otherwise.

    35. Re:Not the issue.... by Anonymous Coward · · Score: 0

      Would you buy a car that didn't have a steering wheel?

      Sure, certain software vendors have set certain standards for software interfaces. But the user is king. It doesn't matter who trained the user what to expect, if the user expects something, you should tailor your software to their expectations.

      If you think it's the users job to learn your interface, the user is just going to keep using Windows because they don't want to spend time learning the Linux way of doing things. Respect your users time.

      Or, if you're going to make a change for the better, make incremental changes that aren't too different from the norm.

      I bought a BMW recently. Its turn signal lever doesn't work like what I was used to: it always returns to the center position when I let it go, instead of sticking in one position or the other, physically snapping back to center when I turned the wheel back to straight. The car's computer takes care of watching the steering wheel position to determine when to switch the signals back off.

      This allows other features, like moving the lever halfway and immediately releasing it will make it flash the signals three times for a lane change, rather than once. so I don't have to keep some fingers on the signal lever during the lane change. To turn the signals off (say, because I changed my mind), I just pop the lever in the opposite direction and they switch off.

      This is a small behavior change that isn't too far off the expected norm. It was a bit weird at first, but I actually like it better now, since I don't hear the lever snap back to center after a turn, and the turn signals don't switch themselves off early when I'm halfway through the turn and returning to straight.

      That didn't stop Consumer Reports from dinging the car for "confusing controls", though...

    36. Re:Not the issue.... by Risen888 · · Score: 1

      I can't point to a study, but I do sell Linux machines to end users, and I have made several sales to older folks, which is about the only demographic left in my geographical area who have had either zero or "as near to zero as makes no odds" experience with technology more advanced than VCRs. They take to it as easily as anything else. I can't speak to "easier" or "harder," as I don't sell Windows machines and thus have no comparison.

      One thing I can say (as has been said in this space before) is that often times, people who have no or very limited computer experience will have an easier time getting proficient with Linux than, for instance, a GenX administrative assistant who uses Windows, Word, and Outlook every day. And in all kinds of surprising ways.

      Two examples that jump to mind immediately are the filesystem layout and the metaphor of virtual desktops. People whose minds have been poisoned by the Windows way have a really hard time with both those ideas. In the case of the filesystem, they can't understand the lack of drive letters, even though they can't explain why. In the case of virtual desktops, I'll show them the feature, they'll nod their head, and never use it, and I will be goddamned if I can figure out why.

      --
      Hey, I finally got my first freak! Took you long enough!
    37. Re:Not the issue.... by cusco · · Score: 1

      The other parts of OpenOffice are perfectly adequate for me. I'm by no means a power user, I'm one of the "90 % of users utilize only 10 % of features" crowd, and OpenOffice does everything I can imagine needing it for. To be truthful, that "10 %" is probably more like 3 %. At one point I proposed to our company that we save a huge amount of money by putting OpenOffice on the techs' and installers' computers (70 % of the company) and MS Office just on the office staffs' machines. Everyone in the field use their office software for writing simple reports and looking at their schedule for the week. Since our admin is an ass he shot the idea down because he didn't come up with it. They could have saved around $15,000 if only I had come up with a way to make Stuart think it was his idea.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    38. Re:Not the issue.... by Eil · · Score: 1

      If a user is comfortable using and paying for Windows, then they should just stick with it and everybody will be happy.

      If they want something better, they're going to have to take the initiative to actually learn something better.

    39. Re:Not the issue.... by jedidiah · · Score: 1

      That is of course ABSURD on it's face.

      There are only some many UI features you can share like that.

      The bulk of what GIMP does is domain specific. Unless you are whining that GIMP is not a Photoshop clone then you don't really have anything to whine about.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    40. Re:Not the issue.... by ceoyoyo · · Score: 0, Troll

      Ah, right. ABSURD.

      Let's see. Have they put the menu option to save a file in the File menu where it belongs yet?

      PS: you demonstrate the problem with an awful lot of open source developers. Criticism is not "whining."

    41. Re:Not the issue.... by rdnetto · · Score: 1

      Fill one with computers with your favorite Linux installed

      That might be one of the problems with Slashdotters recommending Linux. Our favourite Linux distros are going to be very different to the distro best suited for someone new to Linux. Give someone Gentoo and they'll always think of Linux as difficult to configure, when they should have been using Ubuntu or Linux Mint instead.

      --
      Most human behaviour can be explained in terms of identity.
    42. Re:Not the issue.... by sowth · · Score: 1

      I think developers should think about what they are doing. It seems like the developers of KDE, Gnome, and Firefox just mindlessly copy Microsoft.

      Like how Firefox changed the bookmark dialog so it hid the folders section and replaced it with a drop down box which only shows the last three folders you put something in. This makes no sense. If the folders confuse users who just dump everything into the top level, then I suppose they would take it out. I don't see how this would make them less confused either.

      The new dialog doesn't help users who actually organize their bookmarks because you have to click a bunch more to even get to the folders--unless you happen to be bookmarking a bunch of sites in the same folder. I usually don't go looking around for sites to put in a specific folder at one time, and I doubt most people do.

      I think I found out why they made this silly nonsensical change: while fixing someone's computer, I saw that MS Vista does this too! I expect this idiocy from Microsoft--that is one of the many reasons I stopped using their products, but it just shows are brainwashed into the Microsoft mindset.

    43. Re:Not the issue.... by hawk · · Score: 1

      >Would you buy a car that didn't have a steering wheel?

      Bah. That silly notion of Mr. Olds will blow over any day now. Wheels instead of tillers is just a fad.

      OK, maybe next year it blows over. Next decade?

      No way it will last a century.

      Oh, wait . . .

      hawk

    44. Re:Not the issue.... by walshy007 · · Score: 1

      Take someone fully new to computers and have them learn Linux or Windows and chances are they will figure out Linux faster. Bullshit. Prove it.

      I've given linux computers to many young/elderly people. The young ones that have used windows before pick up linux in a matter of seconds. The old ones that have never used a computer before take about five minutes of hand holding while they get their head around this internet business (yes technologically they'd been living under a rock).

    45. Re:Not the issue.... by gbjbaanb · · Score: 1

      its bad enough when you buy a different car, or a hire car, and the windscreen wiper and indicators is on the other stalk to the one you're used to. However, after a few times of setting the wipers going when going round corners, you get used to it and adapt. It still shows the short-term hump to get over, that's just as important to software users.

    46. Re:Not the issue.... by Anonymous Coward · · Score: 0

      What if there's a better way? If there's a bit of a learning curve (not due to complexity, sometimes stepping down to a simpler concept takes a while after one is accustomed to a more complex way of doing.) but after that it will actually save the user time, is that still disrespecting the users time? I know quite a few people who used Windows for quite a while, switched to Mac, struggled with it for a quite a bit because they couldn't grasp that the Mac UI was built to be more intuitive, but now actually would never consider switching back to the Windows way of doing things because they were able to do things more quickly once they "got it".

      Sometimes MS does things in a very roundabout, complex way. If there is a better way, why not go for it? User interfaces will never progress if we just keep tailoring them to emulate Windows.

    47. Re:Not the issue.... by Evanisincontrol · · Score: 1

      I would recommend looking up the concept called 'burden of proof'. It typically falls on the party making the assertions, not on the detractors.

      What? I'm not sure I understand what you're trying to say.

      In other words, semper necessitas probandi incumbit ei qui agit.

      Oh, ok, now I get it!

    48. Re:Not the issue.... by argStyopa · · Score: 1

      "Would you buy a car that didn't have a steering wheel?"

      Yes, if the alternative (perhaps a center-console joystick?) promised better responsiveness, control, or some other benefit that exceeded the pain of the learning curve.

      You & the OP have a point, and that sometimes it's hard to differentiate between users complaining because something is simply unfamiliar, and something is ACTUALLY difficult. There's room for both in a piece of software, frankly.

      As a developer, you have to make the choice: if you're going to simply follow the paradigm, then you can at least get past the familiarity issue, albeit sometimes here I sense there's a bit of an 'uncanny valley' as well. If the software runs 95% like something the user is familiar with, that 5% might be REALLY uncomfortable or challenging to understand. Something totally new, OTOH, the expectation will be that no assumptions can be made and thus fewer surprises.

      Basically, I don't think it's the best idea to NEVER innovate in terms of UI, for example. Otherwise we'd never get anything any better. Change paradigms when you sincerely think you have a better mousetrap, and understand that the majority of changes probably will go under the Darwinian bus. A certain % of users (early adopters) will try it, and if they accept it, you may have defined something new and useful. But also understand that the simple fact that it's different WILL drive away a large number (perhaps the bulk) of users who simply don't have time/interest to learn something different if they're basically ok with what they are currently using.

      --
      -Styopa
    49. Re:Not the issue.... by MikeBabcock · · Score: 1

      I often have people ask me what to use if they want to try Linux and I hand them an Ubuntu disc. "Is this what you use?" they ask, and I have to say "No, I use Fedora, I prefer it for a variety of reasons, but you should use this."

      People believe they should use what the experts would use. They believe "would you give this to your own daughter?" is a good question to ask a doctor about a drug for a condition their daughter doesn't have.

      Those I know who've tried Ubuntu have switched permanently though.

      --
      - Michael T. Babcock (Yes, I blog)
    50. Re:Not the issue.... by MikeBabcock · · Score: 1

      And just like we all ignore the gas guzzling inefficient vehicles and allow everyone to drive around without a catalytic converter, we should ignore the Windows botnet market and not require people to use a tighter OS.

      --
      - Michael T. Babcock (Yes, I blog)
    51. Re:Not the issue.... by MikeBabcock · · Score: 1

      It always has.

      More importantly, you could always right click inside the image and choose save.

      Try something harder, like why the layers window sucks so bad.

      --
      - Michael T. Babcock (Yes, I blog)
    52. Re:Not the issue.... by Anonymous Coward · · Score: 0

      It's not so much a car without a steering wheel for some people. Many times they complain if the speedometer is in the "wrong" place on the dashboard, or if the gear shift is on the floor instead of the steering column. We tolerate those subtle differences in cars, so why not software? Right now I have Microsoft Word 2003 and OpenOffice.org Writer open side-by-side, and the only differences I can see are different yet equally descriptive icons and that the "Tools" and "Table" menu items are transposed.

    53. Re:Not the issue.... by ceoyoyo · · Score: 1

      Has it?

      http://weisbeek.freewebhostx.com/gimp/#save

      It does look like there are save options in the file menu now:

      http://docs.gimp.org/2.6/en/gimp-images-out.html#id2980879

      I guess the gimp has been making some usability enhancements too.

    54. Re:Not the issue.... by Anonymous Coward · · Score: 0

      Just FYI, your modem picked up some wicked line noise after you typed "In other words,".

    55. Re:Not the issue.... by MikeBabcock · · Score: 1

      The latest GIMP versions have horrible UI decisions driven by whiners IMHO.

      Now I've got an ugly menu stuck to the top of all my GIMP image windows, the image window starts up empty when I start the program even if there isn't an image loaded, etc.

      Ugh.

      --
      - Michael T. Babcock (Yes, I blog)
    56. Re:Not the issue.... by t0rkm3 · · Score: 1

      I wish.

      I have a great anecdote. My wife was completely computer illiterate before I met her. As part of working through school, and becoming a professional writer she has had to grow into a very computer savvy person. All of this was done with Windows and Linux available (until about 3 yrs ago when Winders was relegated to VM status). She always preferred the Linux (whether it be Gentoo, Mandrake, or Ubuntu).

      She currently produces fundraising literature for NPO's. This includes page-layout, graphics, and text. She also writes serial novels and makes home movies... All from the comforts of her aged Linux workstation (and her netbook that rsyncs to her user directory.)

    57. Re:Not the issue.... by spitzak · · Score: 1

      I agree with this. Not using Windows much, I actually blamed a lot of stupidity on the Gnome and KDE designers, such as the silly fact that "power saving for the monitor" is considered something completely different than "the screen saver". I was rather suprised once when trying to get the screen saver activated on their Windows machine to find it EXACTLY the same stupid design! So they copied something stupid from Windows, probably because some tester was used to it. This is not how to fix things. I'm reasonably certain that if turning off the screen power was on the screen saver setup even a long-time Windows user would find it and not be confused.

      Some other stuff about font setup and how to configure wireless, which I also thought was insane stupid Gnome designs, I also discovered was copied from Windows.

    58. Re:Not the issue.... by celle · · Score: 1

      Don't forget some beer and popcorn. Maybe a taser just in case.

    59. Re:Not the issue.... by celle · · Score: 1

      When they respect my time, I will. Remember the user is getting alot of free time and effort, coming part way isn't asking to much unless they're spoiled little babies.

    60. Re:Not the issue.... by Eil · · Score: 1

      And just like we all ignore the gas guzzling inefficient vehicles and allow everyone to drive around without a catalytic converter, we should ignore the Windows botnet market and not require people to use a tighter OS.

      Correct. Within the boundaries of law, nobody should be forced into doing anything they don't want to do, or be required to conform to the ideals of one particular group or another.

      A person is allowed to drive to work every day in a 20-ton SUV that gets 2 miles per gallon. If the owner of such a monstrosity or any other highly inefficient vehicle wants to subject themselves to that inconvenience, that is their right as the law currently stands (or should stand). However, it's up to people like you and me to educate them on what a poor choice it is for themselves and for their children (read: the environment). If they don't change their mind, then so be it. Either their opinion can't be swayed or we need to work harder to reach the public.

      Same thing for software. We can educate people on the advantages of open source software (that it's free, reliable, secure, lacking crapware, usually has great community support, etc) but we can't stop them from buying Windows or OS X if that's what they ultimately choose to do. It would be antithetical to the idea of open source in the first place, which is to provide more freedom and choice, not less. If they aren't smart enough to make the right decision, we can attempt to educate, but that is as far as it goes.

    61. Re:Not the issue.... by MikeBabcock · · Score: 1

      My post was sarcastic, its unfortunate you agreed.

      A person is allowed to drive to work every day in a 20-ton SUV that gets 2 miles per gallon. If the owner of such a monstrosity or any other highly inefficient vehicle wants to subject themselves to that inconvenience, that is their right as the law currently stands (or should stand).

      Actually, no, it should (and does) restrict such things as emissions and if not restrict then tax inefficient vehicles for damaging public property and the environment.

      Check out California's emissions laws sometime and ask yourself if you would rather breathe smog or have some liberties curtailed.

      --
      - Michael T. Babcock (Yes, I blog)
  10. Re:We don't need another desktop OS. by SwedishPenguin · · Score: 2, Informative

    You may not want it but others do, including me. Linux (currently Debian stable on the desktop and Arch on the laptop) has been my sole desktop OS for years, and the same is true for millions of others. Who are you to say that Windows and Mac are fine?

  11. Inherrent charateristic of Open Source by Syncerus · · Score: 4, Insightful

    Because so many developers develop Open Source applications for personal satisfaction, they tend to focus on scratching their own itches.

    A characteristic of usability testing is that your goal is to scratch the itch of your customers; your preferences have very little significance in the context of the test.

    It doesn't take a genius to see a potential conflict in the two goals; on the other hand, a developer likes to see his code in actual use by actual human beings. To maximize this use, a developer must at least pay lip service to documentation and UI testing.

    Many developers never make this conceptual leap, however.

    --
    "Man is nothing without the works of man" -- Helvetius
    1. Re:Inherrent charateristic of Open Source by fahrbot-bot · · Score: 5, Funny

      Because so many developers develop Open Source applications for personal satisfaction, they tend to focus on scratching their own itches.

      Note to self. Stop shaking hands with Open Source developers...

      --
      It must have been something you assimilated. . . .
    2. Re:Inherrent charateristic of Open Source by jedidiah · · Score: 1

      No. More GUI developers should be forced to use their own apps. So many applications (including Mac apps) look like the developer was never subjected to them.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    3. Re:Inherrent charateristic of Open Source by serviscope_minor · · Score: 1

      Many developers never make this conceptual leap, however.

      It's not a conceptual leap. It's a money leap. In my day job I use mostly OSS software, and I spend quite a lot of time "scratching my own itches". It helps me get my job done so I do it. If someone pays me enough to scratch someone else's itches, then I will. Until then, I'll continue just as I am.

      --
      SJW n. One who posts facts.
    4. Re:Inherrent charateristic of Open Source by Eil · · Score: 1

      To maximize this use, a developer must at least pay lip service to documentation and UI testing.

      Many developers never make this conceptual leap, however.

      Many developers don't care. And releasing their software as open source allows them not to care. By giving away their code, they're allowing those who do care to add their own improvements to the documentation and UI and contribute those improvements back to the project. If I released an open source application for free and someone came up to me asking "Where's the documentation? Where's the UI Testing?" I would tell them, "I should ask you the same thing."

    5. Re:Inherrent charateristic of Open Source by Risen888 · · Score: 1

      It's not 1996 anymore, man. The vast majority of big, recognizable, sizable free software projects are corporate sponsored and people are paid to do this stuff.

      --
      Hey, I finally got my first freak! Took you long enough!
    6. Re:Inherrent charateristic of Open Source by Anonymous Coward · · Score: 0

      Because so many developers develop Open Source applications for personal satisfaction, they tend to focus on scratching their own itches.

      That's one part of the problem. The other one is that many OSS developers follow in Stallman's footsteps, which is why they have itches in all kinds of strange places...

    7. Re:Inherrent charateristic of Open Source by Anonymous Coward · · Score: 0

      I would rather shake hands with people who scratch their own itches than who goes about scratching everyone elses itches.

    8. Re:Inherrent charateristic of Open Source by Anonymous Coward · · Score: 0

      Actually I think that was a note to Slashdot.

  12. Re:Pretty good idea by Anonymous Coward · · Score: 0

    Just wait till Microsoft sneaks a few of their own 'users' in to the test with Microsoft-aided 'suggestions' for improvement. ;-)

  13. Re:Pretty good idea by nomadic · · Score: 3, Insightful

    But, I'm afraid that these "experts" will be handpicked, for one set of characteristics or another.

    Hopefully it's for UI design ability.

  14. Re:We don't need another desktop OS. by RightSaidFred99 · · Score: 1, Insightful

    It's not me. What is Linux's desktop usage percent, again? If I had a nickel for every Linux desktop user would I even be able to pay off my car loan?

  15. The desktop is dying. by OrangeTide · · Score: 0

    Desktop, workstation and server OS are obsolete ideas. In 20 years we probably won't even have these things or at least not worry about them. I can't say for certain what will replace the desktop, but I think it is going away in our lifetimes. Or perhaps we'll just have one platform that runs the same OS and same applications on our laptops, servers and phones.

    --
    “Common sense is not so common.” — Voltaire
    1. Re:The desktop is dying. by nomadic · · Score: 4, Insightful

      Desktop, workstation and server OS are obsolete ideas. In 20 years we probably won't even have these things or at least not worry about them. I can't say for certain what will replace the desktop, but I think it is going away in our lifetimes. Or perhaps we'll just have one platform that runs the same OS and same applications on our laptops, servers and phones.

      They've been predicting the death of the desktop and a return to centralized computing for 20 years.

    2. Re:The desktop is dying. by NormalVisual · · Score: 1

      I don't think the parent poster was talking about centralized computing. Rather, he's saying there will be a common platform instead of the plethora of different OS variations for different uses. I don't necessarily agree with that ideal though - for most servers there's no need for a heavyweight UI, for phones there's no need for an IMAP server, etc.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    3. Re:The desktop is dying. by sortius_nod · · Score: 1

      Well, this is the beauty of a Linux distro.

      My server runs in terminal only, my laptop runs a gui. Same distro, just different packages.

    4. Re:The desktop is dying. by NormalVisual · · Score: 1

      Often a different kernel as well.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    5. Re:The desktop is dying. by sadler121 · · Score: 1

      Oh, yes, cloud computing. Maybe this is a good time to mention that GMail went down again today, the second time in a month?

      http://news.cnet.com/8301-30685_3-10360729-264.html

    6. Re:The desktop is dying. by sadler121 · · Score: 1

      whoops, meant to post the above to the GP

    7. Re:The desktop is dying. by ajlisows · · Score: 1

      The Year is 2028

      The Good News? 2028 is finally the year of the Linux Desktop.

      The Bad News? 2028 is finally the year of the death of Desktop Computers.

    8. Re:The desktop is dying. by Anonymous Coward · · Score: 0

      They've been predicting the death of the desktop and a return to centralized computing for 20 years.

      Then it's due!

    9. Re:The desktop is dying. by Anonymous Coward · · Score: 0

      They've been predicting the death of the desktop and a return to centralized computing for 20 years.

      You're too kind. IBM didn't lock down their BIOS and outsourced the OS for their PC to Microsoft because they saw PCs as a fad. They never expected centralized computing to end, much less stage a return.

      IBM has ALWAYS wanted to be a mainframe company.

    10. Re:The desktop is dying. by Anonymous Coward · · Score: 0

      Just because it's taking 20 years to get there doesn't mean it's not coming...

    11. Re:The desktop is dying. by OrangeTide · · Score: 1

      Years 1999 to 2009 have been the year of the Linux desktop. I think every year at least one major publication proclaims it. Just because it only took some tech journalist an hour at a LUG installfest to get Slackware setup and Xfree86 configured with your monitor's resolution doesn't mean it's OK for a him to claim it's the year for the desktop. That's what it felt like back in 1999. I think the installation and setup issues are fixed, but people sometimes assume that was the only issue that had to be solved. It just used to be the first big issue, there are a bunch others to address once you get Linux installed.

      --
      “Common sense is not so common.” — Voltaire
    12. Re:The desktop is dying. by Alpha830RulZ · · Score: 1

      Rather, he's saying there will be a common platform

      Which is why we care about having a standardized browser. If you have that, then the platform becomes a moot point.

      --
      I was taught to respect my elders. The trouble is, it's getting harder and harder to find some.
    13. Re:The desktop is dying. by NormalVisual · · Score: 1

      No, not really. There are plenty of applications that don't lend themselves well to running in a browser.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    14. Re:The desktop is dying. by Alpha830RulZ · · Score: 1

      There are plenty of applications that don't lend themselves well to running in a browser.

      Name two. I don't mean to be a dick about about it, but criminy. You can do visual fps games, payroll applications, map lookups, spatial rendering, and social networking in a browser, how can you say that a browser isn't if not an ideal platform, is at least an adequate platform to deliver s decent user experience and solve most application needs?

      If you're not doing CAD or Photoshop, or some other narrow niche, what do you need another interface for?

      --
      I was taught to respect my elders. The trouble is, it's getting harder and harder to find some.
    15. Re:The desktop is dying. by NormalVisual · · Score: 1

      Anything that interacts with hardware that's the least bit unusual or in a time-critical manner. Laser marking and engraving, CNC applications, and plenty of other industrial or automation-oriented applications, for starters.

      Computers get used for a lot more than what the typical home/office environment demands.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    16. Re:The desktop is dying. by Alpha830RulZ · · Score: 1

      Computers get used for a lot more than what the typical home/office environment demands

      Yeah, in > 2% of the usages. I've done shop floor machine control programing, which you have to program to the device. For rational applications, the app should mate to an http interface. If you can't do that, you either have a truly unusual problem, of which I cannot conceive I'm sure because of my impossibilly small brain, or you're an incompetent.

      --
      I was taught to respect my elders. The trouble is, it's getting harder and harder to find some.
    17. Re:The desktop is dying. by NormalVisual · · Score: 1

      I see the problem - at the beginning of the thread, we were originally discussing differentiation between desktop, workstation, and server OSs, and the possibility of a common *OS* for different devices. You read "common platform" and took it to mean a common UI platform when that's not what was intended in that context.

      If you're not doing CAD or Photoshop, or some other narrow niche, what do you need another interface for?

      From even a strictly UI-centric point of view, your platform still needs to support all those narrow niches or else it's hardly universal. Together all those niche apps add up to quite a non-trivial application base.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    18. Re:The desktop is dying. by Billly+Gates · · Score: 1

      I think cell phones and AJAX are actually making this comeback of a centralized system. I mean I am using this laptop I am typing this on as a terminal to slashdot's server.

      If there is hope its with the new mobile touch screen phone and netbook operating systems. Windows desktops are turning into the mini/mainframes of old.

    19. Re:The desktop is dying. by Anonymous Coward · · Score: 0

      kernels are packages too.

      Why do you even comment if you have nothing of value to contribute?

    20. Re:The desktop is dying. by Anonymous Coward · · Score: 0

      No, they're both linux.

  16. Good, I hate cats. by oyenstikker · · Score: 0, Troll

    shit damn fuck

    --
    The masses are the crack whores of religion.
    1. Re:Good, I hate cats. by PPH · · Score: 2, Funny

      Well, I happen to like them. But my doctor told me to watch my cholesterol.

      --
      Have gnu, will travel.
  17. Re:We DO need another desktop OS. by Anonymous Coward · · Score: 1, Insightful

    M$ needs competition. Apple is not. It is really a whole product (hardware & software), like a TV or a DVD player.

    My biggest complaint about Linux on the desktop is the lack of a true universal UI (although it has improved much lately) and the difficulty in user software (a user should be able to run every application without tweaking text files) and ease of administration. When it achieves the same level or better of intuitiveness as Windows, then it can compete.

    Basically, when grandma can install and run her greeting card creating software without any help, you there).

  18. Re:We don't need another desktop OS. by node+3 · · Score: 4, Funny

    Ironically, Linux is a far better desktop OS than a Workstation OS. Microsoft is just too far ahead on making it easy to manage thousands of workstations with minimal setup.

    Perhaps, but I don't think botnets really count as an example of superiority over Linux.

  19. Needs gaming support. by xxuserxx · · Score: 1

    I will go to Linux when it has better games / simulators than Windows.

    1. Re:Needs gaming support. by DrGamez · · Score: 1

      And that awful Catch-22 keeps coming up. No games (for some) means they aren't using that OS. If nobody uses that OS, no games will be made for it! Conundrum!

    2. Re:Needs gaming support. by ub3r+n3u7r4l1st · · Score: 1

      We need native support, not something like under Wine.

    3. Re:Needs gaming support. by Anonymous Coward · · Score: 0

      It's called perl. Worlds' best game.

      Of course, you're probably not the type... You might try TORCS.

    4. Re:Needs gaming support. by ClosedSource · · Score: 1

      Of course, if companies like IBM are really open source heroes why don't they fund some Linux games? They can certainly afford to.

    5. Re:Needs gaming support. by Jared555 · · Score: 1

      And then when the users are using wine/cedega/etc.
      1. The developer just sees more windows users
      2. The developer figures, "oh they will just get it to work under wine"

  20. Re:Ubuntu not ready! by StayFrosty · · Score: 4, Insightful
    Windows has no touch screen support out of the box either. I do not understand why it is acceptable and expected to install all sorts of third party drivers on a Windows system, but as soon as you have to do it on any Linux distribution it's "Not ready for prime time." I'm guessing that people who make comments like this fall in to one of 3 catagories:
    1. Microsoft or Apple schills.
    2. Windows or Apple zealots who have never tried Linux themselves.
    3. People who are presented with a slightly different way of doing things and can't be bothered to learn since it's easier to spread FUD around.
    --
    "Frequently wrong, never in doubt."
  21. Re:We don't need another desktop OS. by Anonymous Coward · · Score: 0

    Ok well that's your opinion. On the other hand, I recently settled on Linux as the perfect base OS on my desktop.
    I can virtualize various windows and linux machines, tear down and rebuild as necessary, whilst the underlying system is rock solid reliable, and not subject to getting pwned all the time.

  22. Re:Pretty good idea by sexconker · · Score: 1

    Who's idea shaped Linux into what it is now?

    Linus?
    The "community"?
    Other corporations that had their interfaces designs "borrowed"?

    SOMEONE has to be the one to come up with the ideas.
    So far, Linux has had a bunch of elitist nerds at the helm designing for themselves, and the result is an interface and general environment that the general populace is incapable of picking up and using without excessive hand holding.

    You can bitch about this being because, people are idiots, people only know Windoze, etc. all you want. And you'd be right.
    But that doesn't make the problem go away.

    Anyone* else steering the UI design is better at this point. And we're not even talking about steering the design of the UI. We're talking about getting formal feedback. Any member of the "community" can take any amount of that feedback under consideration and adjust their build's UI accordingly, or not.

    (*Anyone does not include anyone. Just as with "Anyone is better than Bush", if an Obama comes along, the claim is rendered invalid.)

  23. Re:We don't need another desktop OS. by bcmm · · Score: 0, Troll

    Windows and Mac are fine.

    No.


    No, no no. No. Do you actually own a computer or do you send your Slashdot posts in by mail?

    --
    # cat /dev/mem | strings | grep -i llama
    Damn, my RAM is full of llamas.
  24. Re:We don't need another desktop OS. by SwedishPenguin · · Score: 1

    I don't know how much your car loan is, but assuming a pretty large sum of US$50,000, and a nickels worth of US$0.05, yes there are definitely more that 1 million Linux desktop users. In fact, you could probably pay off at least 10-20 car loans of that amount...

  25. Re:Pretty good idea by clang_jangle · · Score: 1

    Clueless users should have a meaningful feedback channel.

    But they already do -- it either "just works" or it doesn't, so either they can figure it out or they can't.

    But, I'm afraid that these "experts" will be handpicked, for one set of characteristics or another. In the end, the community is likely to be hammered into someone's idea of what Linux "should be".

    Well, I prefer the CLI a lot and don't tend to appreciate "lowest common denominator"-style GUIs on my own machines, but Linux is versatile enough to appeal to both markets. The existence of Gnome and KDE really doesn't take anything away from screen or windowmaker, and Ubuntu certainly isn't the only choice around.

    --
    Caveat Utilitor
  26. But will devs listen? by erroneus · · Score: 1

    Most often developers and even advanced users place the "blame" on the users for being stupid and being unable or unwilling to learn. And is it helpful enough to developers to simply get "pass/fail" feedback without knowing what would be better from the user's perspective. (And even if the user thinks it's wrong, not good enough or simply too hard, they could still be wrong since their basis of what is "right" might also be flawed.)

    I can still see much value in these exercises, however. It would serve to give the general pass/fail condition of various applications and OS interfaces. A series of such exercises could also rate/rank various competing distros to see how they stack up and to help organize their priorities further.

    1. Re:But will devs listen? by jddj · · Score: 2, Interesting

      I do usability studies as part of my job.

      We do a one-on-one facilitated session with a user in one room, have an observer session in another room watching in real-time.

      You want to have developers in the observer session, and part of the point of this is to change developer minds, and give them unfiltered feedback on what users are doing with their work. I've watched this in action many times, and it has a profound effect on developers.

      Most developers write UI and processes for other developers to use. One example: 'you have to create a row or data entry object for a database table before you fill it out with data values' - developers and DBAs think like this, but most other humans think that the filling-out of data creates the row or object. for them it mimics the real-world concept of writing a note on paper; they don't think about creating the paper first. If developers want people in the real world to use their programs, they need to make them work in the way that regular humans expect, and the best way to convince them of that is to show them humans behaving normally...that is, not like developers.

      It was odd to see Shuttleworth quoted as wanting "User Experience Testing". This is almost certainly a misnomer or misunderstanding of "Usability Testing" - which is part of (some would say tangent to) User Experience practice.

      One important thing to know about usability testing: It's reactive. It's not generative. It can tell you what's wrong with your project, but it can't create new ideas about what project to create.

      The latter goal is the domain of User Experience practice. User research, surveys, ethnography, rapid prototyping, shadowing studies at customer sites, JAD, search, site and other analytics (and yes, Usability Studies) all go into the User Experience (UX) practice. It's bigger than usability testing.

    2. Re:But will devs listen? by cratermoon · · Score: 1

      Would love to see anything you have on VLC. Very capable piece of software. Worst UI since the teletype.

    3. Re:But will devs listen? by Anonymous Coward · · Score: 0

      Mod parent up - I've been professionally focused on UX for over 10 years now, mostly working with startups.

      I've gotten plenty of grief early with almost every development team I've worked with. I always start off by drag them into testing, include them on calls, and generally make them understand that they're ultimately building software for people. Their position changes quickly once they understand that you WANT their participation - but they're not the sole determiner of what gets made, or what direction the business takes. Over time, I've always found that developers DO listen, and want to be part of the process, if given the opportunity.

      Which is where I think that things often break down. Traditional HCI can be very myopic. I've worked with awful UX and usability folks that view their role as a walled garden expertise, or they're forcibly separated by management, which is ridiculous.

      UX can take many shapes, it depends on the kind of problem you're trying to solve. Ubuntu is in an interesting position - it has plenty of buzz, is the closest 'alternative' OS to mainstream adoption, and has a fantastic community. There are lots of ways to harness those positives - which is what I think Shuttleworth's point, it's time to focus on more than just usability. Developers listening to people that use their software can only help.

  27. Re:We don't need another desktop OS. by noundi · · Score: 5, Funny

    Sorry, the simple fact is there is no need for another desktop OS. Windows and Mac are fine. I don't know why people think Linux will _ever_ make headway in that space when there's no conceivable way it ever will.

    Instead, how about focusing on being a workstation OS and a server OS?

    Mr. RightSaidFred99, I think it's time for a big dose of, as Mr. Shuttleworth himself so elaborately expressed, shut the fuck up.

    --
    I am the lawn!
  28. Re:We DO need another desktop OS. by InsaneProcessor · · Score: 2, Insightful

    A users are a large pool of people who aren't geeks, nerds, or slashdot readers. Your grandmother is a user, My wife is a user and she cannot install and run the software she wants in Linux because it is too difficult to install and tweak Wine and the software she wants isn't written for Linux. A real desktop OS has to be usable by a large base of users.

    --

    Athiesm is a religion like not collecting stamps is a hobby.
  29. Re:Pretty good idea by node+3 · · Score: 4, Insightful

    Your fears are unfounded. If they were valid, we wouldn't have GNOME & KDE & the hundreds of other desktop environments and window managers.

    In fact, this will make things even better. KDE will still be KDE, but it will be more usable. Same with GNOME. Some of the more esoteric systems will not change, because they aren't aimed at regular people.

    There is no single Linux OS that can be bettered/ruined by a single person. There are literally *hundreds* of Linux OSs. And even if there were just one single Linux OS, how can you argue *against* usability testing? If there's just one OS, and it goes through testing, it will almost certainly be made better, but if you *don't* test, it will still be the single Linux OS that everyone has to use, it just won't be as good.

  30. Re:We don't need another desktop OS. by h4rr4r · · Score: 1

    Huh?
    GPOs are a joke compared to the power of issuing all the same commands via gsh.

    GPOs utterly fail when you want to do anything not covered via the pretty buttons. So for anything really useful you end up with login scripts, and other hacks.

  31. Re:We don't need another desktop OS. by Anonymous Coward · · Score: 0

    Ironically, Linux is a far better desktop OS than a Workstation OS. Microsoft is just too far ahead on making it easy to manage thousands of workstations with minimal setup.

    Perhaps, but I don't think botnets really count as an example of superiority over Linux.

    Nobody said anything about Mac OS X

  32. Re:We DO need another desktop OS. by Darkness404 · · Score: 5, Insightful

    My biggest complaint about Linux on the desktop is the lack of a true universal UI

    Not much of a problem though, for most people, Linux isn't Linux but a Linux distro, that is if you have Ubuntu, you get GNOME, if you have Kubuntu you get KDE. Similar to how you can either get Windows XP or Windows Vista/7 with different UIs.

    and the difficulty in user software (a user should be able to run every application without tweaking text files)

    Most user-level applications don't require you to tweak text files unless you need some obscure setting. A few "pro" level applications (as in, your going to be programming or know something about computers) use text files because they are easier to edit, debug and generally give support for a knowledgeable user.

    and ease of administration

    Compared to Windows, Linux administration is a breeze. A Linux system ran by a normal user who doesn't screw around as root, will remain stable. Simply going to a site can get you a virus in Windows. Because of this and the -large- amount of viruses on Windows, it is pretty much required to run a virus scan pretty often. With Linux, even if you are running a vulnerable everything, chances are you simply won't get a virus.

    Plus, with Windows update you never know what you are going to get, "features" constantly creep in (remember the search bar that was a "critical update"?) and large changes are considered updates. It takes a lot more work administrating a small amount of Windows boxes compared to Linux.

    When it achieves the same level or better of intuitiveness as Windows, then it can compete.

    Windows has not intuitiveness. The only reason why we think it has is because most people have been using it for 20 some odd years. A lot of the Windows conventions have been -proven- to be counter intuitive and plain confusing (anyone else wonder why Add/Remove programs is called that even though you really can't add in any programs from there). Windows is terribly unfriendly, we just have gotten used to it.

    --
    Taxation is legalized theft, no more, no less.
  33. Re:We don't need another desktop OS. by InsaneProcessor · · Score: 1

    "and not subject to getting pwned all the time"
    This is primarily due to the fact that the pwners aren't targeting such a small number of computers that are not in the hands of the average computer user. if linux was in 40% of the desktop market it would be just as much a target as Windows.

    --

    Athiesm is a religion like not collecting stamps is a hobby.
  34. Piffle by onyxruby · · Score: 2, Interesting

    You can still perform plenty of validation testing irrespective of what platform a person has used. If a given person can't figure out what your trying to do with the tools provided than the software needs work. When I used to do work for a manufacturer we took people off of the assembly line or equivalent, made sure they knew nothing about computers and used them to perform the testing. If they couldn't figure things out on their own, the test was considered a failure. Blaming the platform or the userbase is a sign of a poor developer, it's no different than blaming your tools.

    The entire point of such testing is to remove assumptions and find out what happens in the real world with people that don't have the programmers base line knowledge. Developers have a way of assuming a given level of knowledge that users simply don't have. That's why people like Mark Shuttleworth have done so well, they've presented Linux in a way that simply doesn't require that baseline knowledge. The issue is not whether or not a given tool is capable, well written, more efficient or otherwise. The point he is trying to make is that the issue of acceptance and use by the masses comes down to usability by the masses (documentation can and should heavily influence this).

    If your making software only intended for highly trained users that will go to school to learn how to use it (SQL, CAD etc.) usability may not matter as much because you can assume the user has a baseline of knowledge. If your not making software that requires specialized schooling to use, than you should be testing software in a manner as suggested.

  35. Re:We DO need another desktop OS. by SwedishPenguin · · Score: 1

    You mean it's not a "real" desktop OS if most of the people using it are geeks? Are we not real people? Do we not count?
    Aside from this, my experience is that the "clueless" users can install software from the repositories as long as they are instructed in how to do so (just as they have to be instructed on how to install software in Windows or OS X), and they are certainly a lot less likely to end up completely screwing up the computer, leaving reinstall as the only recourse.

  36. Re:We don't need another desktop OS. by RightSaidFred99 · · Score: 3, Funny

    Yeah... You don't know a lot about managing Windows, do you. Or Linux for that matter, you'd using something like Cfengine to achieve this, not god damned "gsh". What is this, 1986. Jesus Christ dude.

  37. Shockwave by 2phar · · Score: 2, Informative

    Lack of Shockwave is a big problem with kids.. A lot of childrens' websites feature games that use Shockwave. This was essentially the deal-breaker in setting up an Ubuntu box for a niece of mine recently. Maybe someday these websites will stop relying on it.

    1. Re:Shockwave by MichaelSmith · · Score: 1

      You mean flash? My son plays flash games on Linux all the time.

    2. Re:Shockwave by 2phar · · Score: 1

      No, I mean Shockwave. The Linux Flash player doesn't support Shockwave content, only regular Flash animation. The majority of kids' interactive stuff is regular Flash, but enough of it uses Shockwave for it to be a problem.

    3. Re:Shockwave by Jared555 · · Score: 2, Informative

      There is "shockwave flash" and just "shockwave" http://en.wikipedia.org/wiki/Adobe_Shockwave. Flash has (varying levels of) linux support. Shockwave requires installing Firefox or another browser inside of Wine, etc. and running it there.

      I don't see nearly as many games anymore that require shockwave but will come across them occasionally.

    4. Re:Shockwave by foniksonik · · Score: 1

      A quick search for "Shockwave via wine on linux" produced the following thread...

      http://www.ubuntux.org/shockwave-player-ubuntu-linux

      Looks like there are a few options for you. Firefox.exe over wine with shockwave installed or a plugin called mozplugger, also recommended in the Ubuntu support page for Shockwave on Linux:

      https://help.ubuntu.com/community/Shockwave

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
  38. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0

    Windows has no touch screen support out of the box either. I do not understand why it is acceptable and expected to install all sorts of third party drivers on a Windows system, but as soon as you have to do it on any Linux distribution it's "Not ready for prime time." I'm guessing that people who make comments like this fall in to one of 3 catagories:

          1. Microsoft or Apple schills.
          2. Windows or Apple zealots who have never tried Linux themselves.
          3. People who are presented with a slightly different way of doing things and can't be bothered to learn since it's easier to spread FUD around.

    No, it's because in windows, you go to the manufacturer's website, download the driver, double-click it, hit next a couple times, and restart. And then it works.

    In Linux, you do some google searching, type something cryptic like
    sudo apt-get install nvidia-glx & modprobe blah blah blah
    And then when it doesn't work, you go back and look up another cryptic command until you finally get it right.

    I tried walking my uncle, who is very intelligent, but not a computer expert, through getting his video drivers on linux working over the phone. It was torture. He eventually switched back to windows, and had no trouble getting it working.

    I'm not an MS or Apple schill, and I've installed and used Linux a lot. But I still don't believe a normal person can get devices set up on Linux as easily as on Mac or Windows.

  39. Re:We don't need another desktop OS. by cellurl · · Score: 1, Troll

    Exactly, shut up. I could make Linux a desktop winner. First Linus needs to get his butt in California (is he at terafugarama anymore?) Anyway, then he needs to hang with Heff and create some BUZZZZZ. Screw all the loosers, or let us nerds come in the backdoor once in a while. Then he needs to date a supermodel or a bunch of gay supermodels or something to win the iPhone crowd. Then we got somethin!

  40. Re:We DO need another desktop OS. by ruewan · · Score: 1

    Yes we do really need another OS. How else can we fight against the crap that Microsoft will try to shove down our throats. Having alternatives is a good way to encourage improvements. Vista literally forced me to use Linux because I found the performance so bad.

  41. Re:We don't need another desktop OS. by Anonymous Coward · · Score: 0

    Haha, look at all deese linux nerds trying to white knight their precious little operating system. You know what? Suck it, losers. Your arcane, esoteric OS is for nerds and nerds alone. No one wants to type commands. We want point and click. Wake me up when linux has a fucking GUI and standard driver support. Plug & Play 4 Life!

  42. Two Things by mpapet · · Score: 1

    1. Why should software go through Ubuntu to get validated by UI Experts? I'm thinking he's trying to herd cats in order to create the mythical 'consistent user interface.'*

    2. If he wants to make Ubuntu financially self-sustaining, Linux desktops that play well with media conglomerates aren't going to get anywhere.

    Bottom line, I get the feeling he sees himself as the great entrepreneurial hope for all of Free Software and that it, in general, will be successful when his company is successful. Well, Mr. Shuttleworth, they were doing fine without you.

    *A consistent user interface doesn't exist. Mac's Finder UI looks remarkably similar to the Disk Utility, it doesn't help you work with either one! If anything, one builds expectations the other fails to deliver.

    --
    http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
    1. Re:Two Things by c0d3g33k · · Score: 1

      Given all the people available to produce FLOSS it's frustrating that after several decades achieving "mainstream" traction has eluded the community. Perhaps something is missing which might help FLOSS jump the gap. That something else might not be yet another programming language, library, kernel version, desktop rewrite or new OS but rather something that addresses the human side of things. A great entrepeneurial hope might be just what the situation calls for. Don't dump on someone for realizing the fundamental problem and giving it the old college try.

    2. Re:Two Things by Blakey+Rat · · Score: 3, Interesting

      Why should software go through Ubuntu to get validated by UI Experts?

      I'm guessing the *primary goal* is to get developers to have UI experts look at their software, PERIOD. I'm sure Shuttleworth would be happy if it were someone else's UI experts.

      The sad but true fact is that today, the vast majority of open source software *never* has any usability testing done.

      Read it like this: "Linux software needs usability testing done. The Ubuntu project can provide resources to help accomplish that."

      If he wants to make Ubuntu financially self-sustaining, Linux desktops that play well with media conglomerates aren't going to get anywhere.

      Huh? What the hell are you talking about?

      Bottom line, I get the feeling he sees himself as the great entrepreneurial hope for all of Free Software and that it, in general, will be successful when his company is successful. Well, Mr. Shuttleworth, they were doing fine without you.

      Not in the realm of developing usable applications and OSes, they weren't.

      *A consistent user interface doesn't exist. Mac's Finder UI looks remarkably similar to the Disk Utility, it doesn't help you work with either one! If anything, one builds expectations the other fails to deliver.

      So, since a 100% consistent user interface doesn't currently exist, we should therefore give up and not even attempt to make one? If everybody thought like you, nothing would ever happen.

    3. Re:Two Things by Chris+Pimlott · · Score: 1

      1. Why should software go through Ubuntu to get validated by UI Experts? I'm thinking he's trying to herd cats in order to create the mythical 'consistent user interface.'*

      Er, you're complaining about free access to UI professionals? I haven't heard of any other organizations offering this.

      2. If he wants to make Ubuntu financially self-sustaining, Linux desktops that play well with media conglomerates aren't going to get anywhere.

      I don't understand what you mean by this, or what this has to do with the article. Wouldn't a distro that works with popular media sources be more viable, not less?

    4. Re:Two Things by Risen888 · · Score: 1

      The sad but true fact is that today, the vast majority of open source software *never* has any usability testing done.

      -1 Bullshit

      Do you think OpenOffice and KDE and Gnome and Firefox were all done in someone's basement? It's not 1996 anymore.

      --
      Hey, I finally got my first freak! Took you long enough!
    5. Re:Two Things by BikeHelmet · · Score: 1

      Not in the realm of developing usable applications and OSes, they weren't.

      I was downloading Linux distros back in '06. But short of installing them to see if they worked on my hardware, I never really dove in and used one seriously.

      Then Ubuntu matured, and I hopped over. It's not being used as my primary desktop yet, but it is working fine as a Samba NAS. Quite fun to hack together. :)

    6. Re:Two Things by 0ld_d0g · · Score: 0

      I think you should look up what vast majority is.

    7. Re:Two Things by Anonymous Coward · · Score: 0

      "1. Why should software go through Ubuntu to get validated by UI Experts? I'm thinking he's trying to herd cats in order to create the mythical 'consistent user interface.'*"

      What? My Windows box and 90% of apps on it have a consistent interface. A consistent interface just requires UI elements need to look and work the same (i.e. buttons look the same across apps) and common elements work in a standard way and appear in a standard way (close, minimise, maximise, copy, paste), and keyboard shortcuts etc. are standard (i.e. ctrl+c for copy). It's only a few fringe apps like iTunes that forces it's own UI on Windows that break UI consistency in the Windows environment.

      "2. If he wants to make Ubuntu financially self-sustaining, Linux desktops that play well with media conglomerates aren't going to get anywhere."

      What has playing with the media conglomerates got to do with anything? See Redhat's service based model of a financial viable Linux business.

      "Well, Mr. Shuttleworth, they were doing fine without you."

      This is a joke right? Shuttleworth, with Ubuntu, has managed to push Linux far more mainstream than it's ever been. There's still a long way to go though and this is the issue- he understands what has to be done, but half the rest of the Linux community simply does not.

      If you keep pretending Linux does not need to grow up, and can continue to have such a chaotic development process that introduces contradictions to the system then you must also accept Linux has reached it's limits and cannot expect any worthwhile market growth on the desktop.

    8. Re:Two Things by Anonymous Coward · · Score: 0

      "I'm guessing the *primary goal* is to get developers to have UI experts look at their software, PERIOD. I'm sure Shuttleworth would be happy if it were someone else's UI experts."

      There are multiple usability experts on the open source field. Even KDE has multiple own ones and some of them owns a usability experted companies.

      Even KDE and many applications goes trought the usability testing and reporting. If you follow the planetkde.org you could find out there and here when those get posted. Go to KDE's usability mailinglist to talk and discuss about things what developers ask and so on.

      KDE is way a head of Canonical about usability testing. Even the Canonicals propsed notification system got bad usability report, but Canonical implented it anyway because it was their own and very simple one. Fitted for Gnome, for people who do want to get disturbed always when they get notification. Way to go Canonical!

    9. Re:Two Things by Blakey+Rat · · Score: 1

      I didn't say "all", I said "vast majority."

      Take a look at this site, see how many projects are on it: http://sourceforge.net/ Are you seriously claiming that *all*, or even a majority, of those projects have had usability testing done? I hate to break this to you, but most of them don't even fucking run right!!

    10. Re:Two Things by Risen888 · · Score: 1

      Oh, here I thought we were talking about stuff people used. Silly of me.

      If that's the way you want to approach this, are you trying to claim that every random binary floating around on download.com is some paragon of usability?

      To bring this back to earth, I'd bet that substantially more than half of the software (why, you might even call it a "vast majority") that's included in the Ubuntu ISO, just for instance, has had some manner of usability testing done.

      --
      Hey, I finally got my first freak! Took you long enough!
    11. Re:Two Things by Blakey+Rat · · Score: 1

      Oh, here I thought we were talking about stuff people used. Silly of me.

      The way language works, you have to actually read and comprehend what I type, then you can respond to that. You can't just make up bullshit, act as if I said it, then reply to the bullshit and call me wrong. I know it's complicated, but that's the way it works.

      If that's the way you want to approach this, are you trying to claim that every random binary floating around on download.com is some paragon of usability?

      No. If I was trying to claim that, I probably would have typed something to the effect of "every random binary floating around on download.com is a paragon of usability." Since I didn't type that, I'm not trying to claim that.

      See? Now you're starting to get the hang of this "conversation" thing! Next post, I bet you'll hardly make up any bullshit (and claim I said it) at all!

      To bring this back to earth, I'd bet that substantially more than half of the software (why, you might even call it a "vast majority") that's included in the Ubuntu ISO, just for instance, has had some manner of usability testing done.

      I highly doubt it. I will say this: I bet it's more likely to be usability tested than software that isn't. But I can already almost guarantee that every CLI program hasn't been tested, and I wager half of the software in the ISO is CLI.

      Please, when you reply? Try to not make up any bullshit this time. Thanks.

  43. Ein Penguin, Ein Distro, Ein Fuhrer! by ub3r+n3u7r4l1st · · Score: 0, Redundant

    Centralized effort is the key.

    You cannot have thousands of distro of the same kernel all called themselves "Linux". You need a brand, a unique brand. (i.e. "Ubuntu", not "Ubuntu Linux".)

    You need a centralized marketing budget.

    You need to advertise about the pros/cons and comparisons between yours and the competitor's product (Ubuntu vs. OS X vs. Windows)

    You need to make functionality and mechanics as similar as possible to your competitors EARLY IN THE CAMPAIGN without violating patents. Once you gain market shares, you can start going into some other path.

    It needs one prominent, professional figure where even a non-computing person can speak of his/her name. Microsoft had Bill Gates, Apple had Steve Jobs.

    On the Linux side, there is Linus Torvalds vs. RMS. An old Chinese saying said that, "You cannot store two tigers in one house."

    There can be only one spokesperson. ONE and ONLY ONE. Then only we will stand chance against Microsoft and Apple.

    1. Re:Ein Penguin, Ein Distro, Ein Fuhrer! by PitaBred · · Score: 2, Insightful

      The point of Linux is not to compete with Microsoft and Apple. The point of Linux is to give the user power and choice. That's the entire reason it uses the GPL. If we lose that, we have nothing.

    2. Re:Ein Penguin, Ein Distro, Ein Fuhrer! by ub3r+n3u7r4l1st · · Score: 1

      GPL can still exists, and the small distros (I will call "hobbyist distro") of course can co-exist.

      I am pointing out the fact that, if someone want to see Linux (or just "Ubuntu" for that matter) to start becoming mainstream, a SINGLE charismatic leader is required to push the movement. Only a centralized structure can afford the deep pockets required to wage war against Microsoft and Apple. People seems to forget that while they are going apeshit about Microsoft's domination, but doing little about it. If you want to win, mobilize people behind your distro. Get developers together to create more games. Get companies like Valve to start developing Team Fortress 2 for Ubuntu. Start organize movement on university campus world wide to encourage use of your OS and provide SDKs and instructions.

      In short, The Linux movement needs to run like a political campaign.

    3. Re:Ein Penguin, Ein Distro, Ein Fuhrer! by xxuserxx · · Score: 1

      Simply porting games like WoW, TF2 etc... will not get my attention. If some Linux developer made a bad ass WW2 flight sim that surpassed IL-2 and was Linux only I would start learning Linux the day the game was released.

  44. Accessibility != Scalability by PAPPP · · Score: 4, Insightful

    The idea that an interface can be entirely judged by how well a user handles it in the first few minutes of exposure is, in my opinion, one of the bigger *problems* with UI design of late. A quality interface should both be immediately accessible, and SCALE WELL TO MORE ADVANCED USE CASES. In my experience, Gnome, OS X, and the bundled native applications that come with each currently fail miserably at the latter. The former head of Apple's UI team makes a pretty good case for this being a problem here, although the article focuses specifically on a facet of the OS X design philosophy which causes scalability issues, rather than the problem in general. To borrow a line from the article: "The beginner today will be the expert of tomorrow. The user with 200 photos today will be the user with 2000 a year from now. The user with 10 songs today will be the user with 100 songs six months from now. The user with one or two extra apps on the iPhone will be the user with 100 apps three months from now."

    1. Re:Accessibility != Scalability by Anonymous Coward · · Score: 0

      I don't get your point. Can you give even more examples?

    2. Re:Accessibility != Scalability by Anonymous Coward · · Score: 0

      The user with 10 songs today will be the user with 100 songs six months from now.

      You're doing something wrong with your P2P setup.

    3. Re:Accessibility != Scalability by Seth+Kriticos · · Score: 1

      I don't know where you come from, but the typical users I encounter manage to put all what you listed on their desktop.

      They tend to absolutely resist to learn more then the minimal basics, no matter how easy or accessible you make the UI.

      Guess it's the 7 things rule: people can remember about 7 things at once / put them in context. Everything else is logical abstraction and training, and most users are not capable of the first and very reluctant to the second.

    4. Re:Accessibility != Scalability by Anonymous Coward · · Score: 0

      Hmm interesting about Mac and photos. The default app (iPhoto) sucks terribly for large amounts of photo management. Try using it to manage 10000 photos - watch your iPhoto database grow to an enormous multi-GB file storing what? Thumbnails? Good luck with offline storage. Absolutely ridiculous tool for archiving and photo management.

      Now, if you want to buy prints or spend money - the buttons are nice and it's easy to do. Yay.

  45. Re:Ubuntu not ready! by SwedishPenguin · · Score: 1

    On Ubuntu, you get a popup asking if you want to install restricted (ie nvidia) drivers, you accept, enter password and you're done. I don't know if it can be dumbed down much more than that.
    Regarding touchscreen, I recently installed Arch Linux on my tablet (Thinkpad). The wacom driver was not included, I did yourt wacom and installed the wacom driver, restarted X, and it worked right away, and this was on Arch. I don't know about the latest Ubuntu version, but I imagine that it would work out of the box there, the wacom driver is included as a module by default afaik.

  46. Re:We don't need another desktop OS. by Anonymous Coward · · Score: 0

    If you were given that many nickels (I suggest melting and pouring down the throat) and then went swimming, you'd drown. Moral is: Linux is too heavy for you.

  47. Re:We don't need another desktop OS. by jedidiah · · Score: 2, Insightful

    I don't give a sh*t about such metrics.

    I am more worried about the usefulness and usability of available applications.

    I am more worried about driver support and interesting driver features like Purevideo.

    I can fully exploit a HD-PVR on my MythTV server and have it stream to an ION box with full hardware acceleration for h264.

    Tell me again why I should care about your "world domination metrics"?

    --
    A Pirate and a Puritan look the same on a balance sheet.
  48. Right On.... by Anonymous Coward · · Score: 0

    Developers need to sit and watch end-user's struggle with the software that they've so lovingly produced.... In order to create better end-user experiences...

  49. Re:We DO need another desktop OS. by InsaneProcessor · · Score: 1

    The repository cannot be the only source of software. In Windows, you know to run setup (the word makes sense) to install. The "user" needed to be reached to make Linux a viable desktop OS are those who do not know what iptables and init.d is. My wife could not install and run the software she wanted to in Linux. She can on Windows and Mac and she has only used a Mac a few times.

    --

    Athiesm is a religion like not collecting stamps is a hobby.
  50. Re:We don't need another desktop OS. by Dan+Ost · · Score: 2

    I've used Linux as my desktop since 1996. I still need to resort to using a windows machine periodically, but that's not the fault of Linux in my eyes, it's the fault of stupid management decisions that require me to use specific windows-only software (usually implemented as an ActiveX component) even though there are perfectly suitable Linux software solutions to the same problems.

    That said, 5 years ago I probably resorted to using a Windows machine to do something at work once or twice a week. Now it's once or twice every 6 months.

    This is an improvement :)

    --

    *sigh* back to work...
  51. He's on the money! by greymond · · Score: 1

    "You sit and watch someone struggle with the software that you've so lovingly produced."

    "If we can't make design cool in free software we won't take first prize."

    "Every time we create friction and differences between distros on that basis, we're just making life harder for users and making it harder for upstreams,"

    - This guy is great, Linux will never get anywhere near the popularity of OS X or Windows if most it's programs suffer from having to be the programmer or substantial guesswork by the end-users to figure out.

  52. stfup by prgrmr · · Score: 1

    Not being an Ubuntu fan, I usually don't pay much attention to Shuttleworth; however, the stfu protocol has potential. Of the registered TCP ports, port 8 is currently unassigned. 7 belongs to echo, so 8 being assigned to stfup provides a certain sense of symmetry.

    Seriously though, as a method of testing, this would go along way toward producing software that has intuitively obvious interfaces instead of the software-engineered perspective. The SE has the advantage of knowing what's in the blackbox because he put it there, which leads to the bias where everything seems intuitive, even if it is not.

    1. Re:stfup by ettlz · · Score: 1

      stfud, in Python:
      import socket
      stfusock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
      stfusock.bind(('', 8))
      while True:
      stfusock.listen(1)
      conn, addr = stfusock.accept()
      data = conn.recv(0)
      conn.send("STFU!\n")
      conn.close()

  53. I'd pay to see... by Anonymous Coward · · Score: 0

    I'd pay to watch a split screen video of some first time users of Blender and it's developers.
    It could very well be the best entertainment money could buy.

    1. Re:I'd pay to see... by Yvan256 · · Score: 1

      The real question is: does it blend?

  54. Re:We don't need another desktop OS. by sakdoctor · · Score: 1, Troll

    This is an invalid argument. Knowledge level interacts with the inherent designs of the systems, and would still be true regardless of market share.

    Linux
    + Know what you are doing = Very secure system. Fairly secure OOTB
    + Totally clueless = Secure in the "kiosk" sense. Don't give them the root password
    + "a little knowledge is a dangerous thing" = Press yes to everything and get pwned

    Windows XP
    + Know what you are doing = Much harder to lock down. Totally insecure OOTB
    + Totally clueless = Instantly Pwned
    + "a little knowledge is a dangerous thing" = Instantly Pwned

  55. User experience can be a strange thing by Stormwatch · · Score: 4, Interesting

    True story here: dad's computer had OpenOffice, not MS Office. My sister's experience with OpenOffice's Impress was terrible: she needed to print all slides from a .ppt file, and couldn't find this option. As she had a tight deadline, and I had nearly zero experience with presentation software anyway, I shrugged and installed MS Office. She ran Powerpoint and found her way very easily.

    Just a bit later, I tried to find out how one prints all slides from a presentation.

    Guess what? It's done EXACTLY the same way in Impress and Powerpoint. Same function, same name, same location. See, this is not a "Photoshop versus Gimp" style comparison; interface-wise, they were nearly identical (that was before the "ribbon" thing). If she found her way in Powerpoint, she should have found her way in Impress. Yet, she somehow panicked with the new program.

    What can a developer do about users that won't even TRY?!

    1. Re:User experience can be a strange thing by Anonymous Coward · · Score: 0

      What can a developer do about users that won't even TRY?!

      Try and figure out what made people so afraid of new computer interfaces?

    2. Re:User experience can be a strange thing by PitaBred · · Score: 1

      I'd suggest a LART. But that's not really a scalable tactic.

    3. Re:User experience can be a strange thing by pwfffff · · Score: 1

      Lie and call it Windows Mojave?

    4. Re:User experience can be a strange thing by Anonymous Coward · · Score: 0

      Users like this should be permitted to fail. However, the failure should be placed squarely on the user rather than on the program. If a user cannot muster enough self-control to avoid panicking, it's _their_ problem, not the program's.

    5. Re:User experience can be a strange thing by Grishnakh · · Score: 1

      And why is it that they can't deal with tiny difference between, say, Office 2003 and OpenOffice.org, and complain loudly and refuse to switch, but give them Office 2007 with the stupid ribbon interface and they're not up in arms about that?

    6. Re:User experience can be a strange thing by Anonymous Coward · · Score: 0

      "..and I had nearly zero experience with presentation software anyway, I shrugged and installed MS Office."

      "What can a developer do about users that won't even TRY?!"

      What can a user do about a developer who won't even try?

    7. Re:User experience can be a strange thing by ignavus · · Score: 1

      What can a developer do about users that won't even TRY?!

      Shoot them?

      --
      I am anarch of all I survey.
    8. Re:User experience can be a strange thing by Anonymous Coward · · Score: 0

      What can a developer do about users that won't even TRY?!

      Write 'Print...' in bold?

    9. Re:User experience can be a strange thing by Anonymous Coward · · Score: 0

      I heard a slightly similar story at a conference some years back.

      A government institution (the municipality of Hanstholm, Denmark) had gone through a pilot project trying to migrate some users from MS Office to Open Office, and after some period of user testing there were some rounds of interviews with users. One user was complaining to the interviewer that one of her tasks had was much more complicated in the new software - which she then went on to demonstrate. Towards the end of the demonstration of the cumbersome process, they realized that the user was actually working in MS Office. Oops...

      Well, now I see that my story isn't at all similar to the parent post. Still reminded me of that though...

    10. Re:User experience can be a strange thing by fbwhrdpmtajg · · Score: 2, Interesting

      You would rather install a huge software suite than look at the menus for a few seconds for a print option? hint: File->Print. It even defaults to printing all slides so you don't have to change anything!

  56. I've participated in usability testing at MSFT by melted · · Score: 5, Interesting

    ... as a developer.

    They basically have labs with one-way mirror. User is left alone in a sound-proof room and given a set of tasks to perform. Everything is recorded (including facial expressions and sound), and any developer can take a look at the test either from the adjacent room or from his/her workstation (using Windows Media Player). The only input the user gets is when he gets so confused he can't accomplish the task from the list. In which case the person conducting the test just says "next task" and that's it.

    The experience is really humbling. You just realize that people out there are FAR, FAR less experienced with computers than you thought, and even working their email client is a challenge for most.

    You make your assumptions on the basis of what's convenient for you. Guess what, people out there are not you, and what's good for you is torture for them (the inverse is often true, too).

    We ended up redesigning the entire chunks of the UI sometimes, some features got cut, some scenarios overhauled. And in the end we still didn't do enough of usability testing (IMO), but such is life in commercial software development - you work against an arbitrary schedule.

    1. Re:I've participated in usability testing at MSFT by gilgongo · · Score: 3, Insightful

      And in the end we still didn't do enough of usability testing (IMO), but such is life in commercial software development - you work against an arbitrary schedule.

      Lemme let you in to a little MSFT secret here: what you witnessed was eyewash to make you feel better about your job.

      The people that matter at Microsoft know the truth: that when you have a monopoly, all that's needed is to make sure the software doesn't crash on the launch presentation and that it supports as much hardware as possible. Achieve that, and you have achieved your annual bonus because even if MS released a C# horse's butt, billions of corporate slaves would still buy it and sign up for the upgrades. MS don't care about usability, because they have no reason to.

      Remember that next time you open an attachment in Outlook, edit it, then try to work out where's it's been saved. Remember that when something you are writing in Word suddenly decides to turn into a bulleted list. Remember that when the format of the text you copy from one document is preserved in the target document and you have to do it again using "paste special." Above all, remember that these problems have been around in MS's products for over 20 years in some cases.

      --
      "And the meaning of words; when they cease to function; when will it start worrying you?"
    2. Re:I've participated in usability testing at MSFT by Anonymous Coward · · Score: 0

      Pssst... you forgot to use $ instead of S.

      Also one of those problems you mention is PEBKAC. Another is a "feature" albeit annoying. That leaves one that is truly a problem.

    3. Re:I've participated in usability testing at MSFT by jim_v2000 · · Score: 1

      "billions of corporate slaves would still buy it and sign up for the upgrades."

      Which is why the company I work at (15k+ employees) is still using Office 2000/2003 and Windows 2000/XP on 99% of our workstations, right?

      --
      Don't take life so seriously. No one makes it out alive.
    4. Re:I've participated in usability testing at MSFT by Grishnakh · · Score: 3, Informative

      No. That's a new problem. The parent poster's assertion used to be true, but recently it's become much less so. The users are rebelling, and refusing to upgrade to Vista and Office 2007, because the old versions are "good enough" and the new ones just introduce a lot of problems. This is causing severe problems at MSFT, because they're used to the old way, where they shovel out shit that's a little better than the previous version and everyone buys it, and now with not enough people "upgrading", their revenue stream is in big trouble.

    5. Re:I've participated in usability testing at MSFT by Jared555 · · Score: 1

      Remember that next time you open an attachment in Outlook, edit it, then try to work out where's it's been saved. Remember that when something you are writing in Word suddenly decides to turn into a bulleted list. Remember that when the format of the text you copy from one document is preserved in the target document and you have to do it again using "paste special." Above all, remember that these problems have been around in MS's products for over 20 years in some cases.

      I have many of those issues on linux/openoffice as well. I think many things are added as a feature for beginners and just become an annoyance for experienced users. It would be nice if those applications had multiple 'profiles' to make it easy to switch on/off all the auto-whatever features depending on what you are wanting to do.

      Adding to the list for openoffice especially (really fun in the past at least was finding the auto word complete option...): Searching for an option under autocomplete, autoformat, auto...., etc.

    6. Re:I've participated in usability testing at MSFT by DogDude · · Score: 2

      "Lemme let you in to a little MSFT secret here: what you witnessed was eyewash to make you feel better about your job." Unless you have proof of this, I have to call this out as bullshit. Part of the reason that Microsoft is so successful is because of their extensive user testing.

      --
      I don't respond to AC's.
    7. Re:I've participated in usability testing at MSFT by Anonymous Coward · · Score: 0

      I'm glad that the software I work with was *not* designed for the user who can't work their email client. Sure, it's great that there are statistical software packages that can be used within minutes by people with no statistical training, and no concept of a "vector" or "data frame," I'm just
      glad I don't *have* to use software like that.

    8. Re:I've participated in usability testing at MSFT by shutdown+-p+now · · Score: 1

      Lemme let you in to a little MSFT secret here: what you witnessed was eyewash to make you feel better about your job.

      The people that matter at Microsoft know the truth

      Are you a "person that matters" at Microsoft? If not, then how do you know the "truth"?

    9. Re:I've participated in usability testing at MSFT by rcw-home · · Score: 1

      User is left alone in a sound-proof room and given a set of tasks to perform.

      I've participated in this type of testing. While it is very valuable, there are a couple problems with relying heavily on it:

      • The "tasks" subconsciously get described in the testing team's terminology, not the users'. This can provide the user an advantage that they wouldn't have in real life.
      • The methodology considers a users' ability to stumble through an application but does not consider support staff's ability to walk the user through the application via written procedures or over the phone. Yes, the former should be a priority, but not to the exclusion of the latter.
    10. Re:I've participated in usability testing at MSFT by RzUpAnmsCwrds · · Score: 2, Informative

      Well, speaking as someone who has actually watched usability testing at Microsoft and as someone who has actually seen significant changes made to a product because of it, I can tell you that you're full of crap.

      Bitching that the clipboard preserves formatting is a little silly. It's normal, expected behavior, and you can use the 'smart tag' (since Office XP) if you don't want to preserve formatting. The fact that you don't like the default behavior doesn't make it wrong.

      I rarely notice auto-bulleting in Word because I don't start my lines with dashes. If I wanted to type plain text, I would use a text editor.

      If your point in all of this is that MS products have usability flaws, well, I'd agree. But then so do Apple's. I learned that the first time I wiped my iPod by clicking on the wrong button when I connected it to another PC.

      The usability studies do matter, and they do improve the product. Perhaps not as much as we might want, but to say that they are a show is simply silly.

    11. Re:I've participated in usability testing at MSFT by Anonymous Coward · · Score: 0

      That sort of usability testing always excludes the intelligent user. I hate how difficult it is to access non-trivial functions in most programs; Fully customizeable workspaces would be useful in nearly every GUI program I use regularly. I am completely willing to design a custom UI layout for each of my use cases if it would increase the efficiency of my workflow; the problem is that none of the programs I use allow me to easily customize them to the extent that would be necessary.

      On a side note, the new firefox designs that remove the titlebar and menubar are a step in the right direction as far as I'm concerned. All I need are a tiny window drag space, URL bar, tabs, and viewport. Don't even need the window border since I size all of my windows with GridMove anyway. Chrome has a basically good layout but all their UI elements are about double the size I would like them to be; they end up being nearly the same size as the firefox title bar+menu bar+url bar+tab bar.

    12. Re:I've participated in usability testing at MSFT by petrus4 · · Score: 0, Flamebait

      They basically have labs with one-way mirror. User is left alone in a sound-proof room and given a set of tasks to perform.

      The problem is, that if the end result is anything to go by, (in terms of their products) the user in that room quite literally probably doesn't have an IQ of above 60.

      Microsoft software is designed to be used by borderline vegetables. I'm not talking about user-friendliness, here, while still assuming that the user is even moderately intelligent. I'm talking about, again, interfaces that are designed for individuals with sub-75 IQ. If you're someone who is remotely competent or intelligent, life is miserable in Windows. Other than PowerShell, the CLI is virtually non-existent, and unless you want to download LightStep and risk its' instability, the GUI is almost completely locked as well.

      Mind you, given how much more stable Windows is, at least, these days, I'm actually thinking of going back to it. I love FreeBSD as much as I always have, but I'm getting very, very tired of the relentless toxicity of the Linux community.

      I've already given FOSS a 2-3 year hiatus before, because it got to the point where I simply could not stand the FSF and its' drones. If I leave again, I probably will not be coming back.

    13. Re:I've participated in usability testing at MSFT by gilgongo · · Score: 1

      I'm not talking about bugs.

      --
      "And the meaning of words; when they cease to function; when will it start worrying you?"
    14. Re:I've participated in usability testing at MSFT by gilgongo · · Score: 1

      Bitching that the clipboard preserves formatting is a little silly. It's normal, expected behavior

      That's like saying the QWERTY keyboard layout is best because everyone expects that layout on the keyboard. Think about the clipboard issue objectively: under what believable circumstance would you want BY DEFAULT to preserve the referring format in the target?

      The usability research described by the GP is designed to make sure that the product is usable to the extent that the poor human sat at the screen doesn't commit suicide. "Can they find the word count feature? Yes - Check. We're done on that one. Next!" There is a LOT more to usability than this kind of "user engineering" approach that treats humans like machines and design as something that only people running Photoshop do.

      But in any case, I was making this point in the context of saying that MSFT has a monopoly. Monopolies distort markets, behaviour and history. You appear not to understand that what you thinks is "normal, expected behaviour" is in fact just dumb expected behaviour brought into existence by a convicted and largely unchallenged monopolist.

      --
      "And the meaning of words; when they cease to function; when will it start worrying you?"
    15. Re:I've participated in usability testing at MSFT by gilgongo · · Score: 1

      Lemme let you in to a little MSFT secret here: what you witnessed was eyewash to make you feel better about your job.

      The people that matter at Microsoft know the truth

      Are you a "person that matters" at Microsoft? If not, then how do you know the "truth"?

      Why do I have to work for MSFT to know the truth when the truth is self evident from MS's products? If you don't think that's the case, then please provide examples of good usability brought about by user-centred design at Microsoft.

      --
      "And the meaning of words; when they cease to function; when will it start worrying you?"
    16. Re:I've participated in usability testing at MSFT by gilgongo · · Score: 1

      Unless you have proof of this, I have to call this out as bullshit.

      I've provided the proof: the products themselves.

      Part of the reason that Microsoft is so successful is because of their extensive user testing.

      Now you provide the proof of that statement, please.

      --
      "And the meaning of words; when they cease to function; when will it start worrying you?"
  57. There's a reason by ClosedSource · · Score: 1

    why we don't all wear the same shoes.

    1. Re:There's a reason by PC+and+Sony+Fanboy · · Score: 1

      ... because we can't fit more than 1 foot in a shoe.

  58. Re:Ubuntu not ready! by StayFrosty · · Score: 1

    No, it's because in windows, you go to the manufacturer's website, download the driver, double-click it, hit next a couple times, and restart. And then it works. In Linux, you do some google searching, type something cryptic like sudo apt-get install nvidia-glx & modprobe blah blah blah And then when it doesn't work, you go back and look up another cryptic command until you finally get it right.

    Every desktop-oriented Linux distribution has video drivers built in that provide basic support for anything a "normal user" will need to do. If the user wants to play games or whatever most desktop-oriented distributions provide a nice GUI to download and install the proprietary drivers automatically. Sure, things go wrong once in a while but you occasionally see broken or unstable drivers in Windows as well.

    If you really want to, you can get both AMD and nVidia graphics drivers from their respective websites (exactly like the windows drivers,) double click and install just like in Windows if you would like. It's generally not the preferred (and far from the best) way of doing things but it does work.

    I tried walking my uncle, who is very intelligent, but not a computer expert, through getting his video drivers on linux working over the phone. It was torture. He eventually switched back to windows, and had no trouble getting it working. I'm not an MS or Apple schill, and I've installed and used Linux a lot. But I still don't believe a normal person can get devices set up on Linux as easily as on Mac or Windows.

    "Normal people" do not generally install device drivers for anything not connected to a USB port. They use the OS (with all drivers preloaded) that comes with their computer. You can get the same experience by buying a system from System76 or Dell with Ubuntu preloaded. As far as things that do plug in to a USB port, Linux has support for more hardware out of the box than any other OS. Most USB devices that regular users plug in will "just work" without having to mess with the CD that came with it. There are a few exceptions (some crappy printers and a few webcams) but this is generally the case.

    --
    "Frequently wrong, never in doubt."
  59. Re:Ubuntu not ready! by jedidiah · · Score: 1

    > In Linux, you do some google searching, type something cryptic like
    > sudo apt-get install nvidia-glx & modprobe blah blah blah ...which can be summed up by the following: "install the nvidia-glx package"

    You are whining about bad instructions given by gurus used to doing things the old way.

    You aren't actually saying anything meaningful about Linux interfaces.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  60. Re:Ubuntu not ready! by StayFrosty · · Score: 1

    In Linux, you do some google searching, type something cryptic like sudo apt-get install nvidia-glx & modprobe blah blah blah And then when it doesn't work, you go back and look up another cryptic command until you finally get it right.

    The use of the word "cryptic" here puts you into category #3.

    --
    "Frequently wrong, never in doubt."
  61. Are you saying that RMS is by ClosedSource · · Score: 1

    a sperm donor?

    1. Re:Are you saying that RMS is by BradleyAndersen · · Score: 1

      Really? Did you have to go there? I think I just vomited in my mouth a lotta bit.

  62. Re:Ubuntu not ready! by selven · · Score: 1

    How is sudo apt-get install cryptic? It's the #1 used command (maybe except for cd) in the average user's terminal. From a neutral point of view, I find the concept of having to click the icon twice pointless and confusing. It's all about what you're used to.

    And in fact, when I ran into an incompatible printer on my Ubuntu box, I was immediately greeted with a one-click "download proprietary driver yes/no" box and everything worked fine with it afterward.

  63. Re:We don't need another desktop OS. by turing_m · · Score: 1

    You don't understand; Linux is infinitely valuable. If you compare the utility to the cost, I don't think you can come to any other conclusion.

    --
    If I have seen further it is by stealing the Intellectual Property of giants.
  64. Very true by Sycraft-fu · · Score: 1

    While nobody (at least nobody who knows what they are talking about) will say it is always easy to design software that way, it should be the goal. Saying "Well users should just have to spend time learning how to use it, it is a really good system!" is broken. Users shouldn't have to spend a bunch of time training just to make your software work, it should be self explanatory.

    I've run in to this in the pro audio/video world of software. Some of it is extremely easy. You fire it up and you can start editing basically right away. A manual is basically never necessary because options are apparent in menus, and there is good built in information. However I've used other software that I couldn't do ANYTHING in without getting out the manual and reading a good bit, I'm talking not even able to import media, or get things to play. The interface was so complicated that even the most basic task required explanation.

    Now that doesn't mean that software can't have complex features, or things that you need a greater understanding of what you are trying to do to use. After all, you aren't going to be able to use a multiband dynamics compressor effectively if you don't understand what one does. However if you do understand it, you shouldn't have to spend time reading about how to use that specific implementation. It should be designed such that it is self evident.

  65. film it by ca111a · · Score: 1

    1. Get developers in the room, where users are testing, no user interaction is allowed.
    2. Film the developers.
    3. Publish on youtube.
    4.....
    5. Profit!

  66. Re:We DO need another desktop OS. by Runaway1956 · · Score: 5, Insightful

    "Windows has not intuitiveness. The only reason why we think it has is because most people have been using it for 20 some odd years."

    Exactly. Those old exclusivity agreements that MS insisted on are still paying off. People are used to MS, and anything different is "wrong".

    Not to mention - Dell, Compaq, and other OEMS basically did all of MS hardware compatibility for them. Linux is still struggling to make some hardware work that was "designed for Windows".

    Just a few years of unfair advantage can translate into decades of revenues.

    --
    "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
  67. Re:We don't need another desktop OS. by Vancorps · · Score: 1

    Probably someone that doesn't realize that you can SSH into a Windows box just like you can with a Linux box. And beyond that, group policies can be configured to call scripts and custom MSI installers so they really aren't limited in any meaningful way.

    There have always been people that reject any policy driven environment because they take a lot of work to do well but that work is only initially and then also scales to unprecedented magnitudes.

  68. Marketing... by Bert64 · · Score: 1

    How about marketing the advantages of Linux to end users and corporate purchasers in a method they can understand?
    Dell might sell Ubuntu machines, but they don't offer it on the whole range and they don't advertise it, you have to go out of your way to find it...

    As an example...
    Linux has package management, the iPhone has the App Store, both are very similar concepts from a user's perspective... Apple have marketed the App Store well and users love it, they would love having the ability to do the same on a full size computer too...

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    1. Re:Marketing... by Yvan256 · · Score: 1

      The name itself is confusing.

      The name "Package management" might very well trigger "I don't want to manage a bunch of boxes, why is that on my computer?" questions from the user.

      Nobody calls it "packages" except on Linux. I have no idea why. It's called "Software" or "Applications" or even "Programs". Use one of those three. As for "management", replace it with something more familiar like "store" if needed, or some other word if you think that people will equal store with payment requirements. What about warehouse or something.

      "Software warehouse" vs "Package management". One sounds like a place where you can get lots of software, the other sounds like a FedEx package tracking software.

      ----------------------

      And PLEASE stop messing around with the damn CSS of Slashdot, I can't even select this damn textarea properly anymore, it used to work fine.

  69. Re:Ubuntu not ready! by Blakey+Rat · · Score: 4, Informative

    Windows has no touch screen support out of the box either.

    Vista does. You're either full of shit, or talking about an ancient Windows version. Given, Vista doesn't have *multi-touch* screen support, but neither does Linux or OS X. And Windows 7 will. So... yah.

    Please do the world a favor and stop spouting bullshit. If you don't know for sure, don't write the fucking post.

  70. Re:We don't need another desktop OS. by Bert64 · · Score: 1

    Even more amusing is when people rely on group policies to enforce security policies...
    Group policies are only good for setting convenient defaults, they are not suitable for security settings... Many of these settings are implemented in userland applications rather than being enforced at the kernel level, so it is trivial to bypass them.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  71. OT: Amarok 1.4 debs for Ubuntu by Chris+Pimlott · · Score: 2, Informative

    Amen to that. Fortunately, there is a godsend for Ubuntu users: Amarok 1.4 series PPA. You just add it to your package sources and install "amarok14". Thank you Bogdan Butnaru.

    1. Re:OT: Amarok 1.4 debs for Ubuntu by LeperPuppet · · Score: 1

      Awesome, I'm off to go upgrade from the abortion that is Amarok 2.0 now.

  72. But if it can't do 100% of what I need by Sycraft-fu · · Score: 4, Insightful

    It is 100% worthless.

    I have a job to do, it involves many facets. I need to be able to do all of them. It isn't an option to say "No I am not going to do this part of my job." Well, my Windows system does 100% of what I need. It runs all the different kinds of software I need to do the various parts of my job. Ok, great. Now if Linux doesn't, it is worthless. Why? Because there's no point in running a different OS, if I still have to have Windows. If Linux does 80% of what I need, and Windows does 100%, then I might as well always be booted in to Windows. Why would I boot to a different OS, if it can't do everything?

    Also, in terms of switching, it isn't good enough to say "You can do everything you need." It most certainly isn't worth a switch if you can do everything you need, but it is harder or more complicated to do. It isn't even good enough to say "You can do everything you need just as easy." Even if everything works as smooth as it does with what you currently have, it isn't worth switching because there's no advantage.

    To be worth switching, you have to show how things are going to be BETTER. You have to show that you can do 100% of your job, and that it'll be better. Otherwise, it really isn't worth it.

    I think that is part of the problem that often when people say "Well you can do what you need to do in Linux," they haven't really looked at what the person does. What the truth can be is "You can technically do what you need to do, but it'll be a whole lot of work, a good deal of retraining, and not nearly as smooth as what you have now."

    1. Re:But if it can't do 100% of what I need by Anonymous Coward · · Score: 0

      how about, "You can do what you need to do in Linux, and it won't cost you a fortune in licensing costs, and you won't come across idiotic arbitrary restrictions designed to get you to 'upgrade' to the 'Enterprise' version"

    2. Re:But if it can't do 100% of what I need by serviscope_minor · · Score: 2, Insightful

      It is 100% worthless. ... blah blah blah...

      The plural of anecdote is not "data". I can legitimately claim exactly the same as you except with Linux and Windows switched.

      --
      SJW n. One who posts facts.
    3. Re:But if it can't do 100% of what I need by Risen888 · · Score: 3, Insightful

      I see what you did there. But I'll see it and raise.

      First, there's a lot of software I use on a daily basis that either isn't available for Windows at all or requires a bunch of dicking around to get running. Sure, I can do about 75% of the things I need, as long as I'm willing to accept subpar applications that do a shitty job of what I'm trying to accomplish. Windows is therefore 100% worthless.

      Second, if you can't name a dozen ways off the top of your head that the Linux desktop(s) are better than Windows, you've obviously never tried it and therefore have no place in this discussion.

      --
      Hey, I finally got my first freak! Took you long enough!
    4. Re:But if it can't do 100% of what I need by BikeHelmet · · Score: 1

      To be worth switching, you have to show how things are going to be BETTER. You have to show that you can do 100% of your job, and that it'll be better. Otherwise, it really isn't worth it.

      You're absolutely correct. That's one of the reasons XP is still my desktop.

      However, I just finished setting up an Ubuntu NAS - it was quite fun hacking it together! I wouldn't use Ubuntu as a primary desktop, but I am enjoying learning some Linux. :)

    5. Re:But if it can't do 100% of what I need by Anonymous Coward · · Score: 0

      Sometimes you have compelling reasons to put up with deficiencies. Security for example.

      I can still run Windows, I just run it in a VM.

    6. Re:But if it can't do 100% of what I need by Mozk · · Score: 1

      If Linux does 80% of what I need, and Windows does 100%, then I might as well always be booted in to Windows.

      Yeah, but Linux does that 80% stuff better.

      --
      No existe.
    7. Re:But if it can't do 100% of what I need by randallman · · Score: 2

      Linux does 100% of what I need. Windows doesn't. Windows must be worthless.

    8. Re:But if it can't do 100% of what I need by MindCheese · · Score: 3, Informative

      A good friend of mine recently switched to Linux wholesale after sitting on the fence for a while.

      He's a smart guy, but not a technical whiz by any stretch -- usage pattern is about 50% HTML/CSS editing, 30% graphic design and 20% gaming. He knew all of the keyboard shortcuts in Photoshop, was pretty handy with Dreamweaver, and knew enough MS Office to get done what needed to get done. Unfortunately he was also re-formatting his machine every 6 months due to the usual Windows bit-rot, and he'd pretty much had enough of that. I'd been using Linux for about 7 years myself, so I suggested that he get himself a copy of Ubuntu. He had installed it on his own a few days later (one of many non-technical people that I've seen get through the install unassisted).

      It's been about 18 months now. There were the typical "where is everything" questions at the start, and it took some time for him to cozy up to the idea of using a command prompt once in a while, but it would be impossible to say that he's not better off now. Inkscape replaced Photoshop, vim (!) replaced Dreamweaver, and Google Apps replaced MS Office. But more than simply replacing what he already had, using Linux somehow enabled him to quickly develop a whole new skillset. After doing nothing but HTML/CSS for 12-15 years, he's writing PHP now, and he's pretty damn good considering where he was a year and a half ago with no coding experience. He's every bit as good with vi as he was with Photoshop. And he's even installed Ubuntu on his wife's laptop, and she's rapidly developing higher technical abilities as well.

      One thing that has struck me watching new users is how quickly people seem to "get it". If they have preconcieved notions about Linux, they're gone after using Ubuntu for a day. After that happens, a sense of awe and wonder seems to set in and they gradually become genuinely curious about computing. My friend's wife was a hunt-and-peck typer who knew "how to do email". I've since heard her telling others how to use apt-get and she knows how to remotely access GNU Cash on their home server (X11 forwarding over SSH) to do accounting. She even knows what that means, and it's only been several weeks.

      To the parent poster, I'd say if you tried to do your job in Linux at all, you didn't try very hard. Or you started with a distro that is ridiculously overwhelming for a beginner. If you want a real reason to use Linux, delete every program from your Windows machine that you don't hold a valid license for and see how much "work" you can get done. Or imagine what else you could have spent the money for your Windows/MS Office license on next time you're forced to re-format because your system just isn't as snappy as it used to be.

      Windows became so ubiquitous because it was (is) so easy to pirate, and now we have a whole generation of computer users that think anything other than Windows is "wrong". I have yet to see a single Ubuntu user who gave it an honest try go crawling back to Windows.

    9. Re:But if it can't do 100% of what I need by Anonymous Coward · · Score: 0

      Unfortunately he was also re-formatting his machine every 6 months due to the usual Windows bit-rot

      That's one reason I don't want to 'upgrade' from Windows 2000. I haven't reinstalled this machine in over 4 years, and I don't recall it ever blue-screening in all that time either. And this is a machine that is in use 16+ hours a day by 2-3 people, gets several new apps installed each week, and generally given a hard time.

    10. Re:But if it can't do 100% of what I need by mynion · · Score: 1

      A lot of replies to this one - that totally miss the above point which was a good one.

      The year of the Linux desktop still hasn't happened. I love Linux - our servers all run it. Desktops - a handful. Why? It doesn't run the apps we need. The alternatives either don't exist or are 99% compatible and that final 1% is unacceptable.

      I have a dream where one day I will install Linux and not find myself having to edit files or drop to the command line to get something working within the first 30 minutes.
      To put it crudely the bottom half of Linux is great. The top half is a shambles of uncoordinated releases, inconsistent confusing UIs and compatibility issues.

      That I suspect is what Mr Shuttleworth is trying to address and offer advice and assistance to achieve it. Either accept it needs improving or keep ranting at people and forever wondering why it is always next year that is the year of the Linux desktop and not this year.

  73. I don't think Linux can succeed on the desktop as by Demetris · · Score: 0, Offtopic

    I don't think Linux can succeed on the desktop as we know it today. There are several reasons I think that.

    One of the main obstacles, at least to my personal enjoyment of Linux, is X. X has its virtues but seems to me to be problematic for the desktop systems we use today.

    Then there is the quality of desktop applications, which is simply a matter of numbers: There are too few people developing and testing on Linux compared to those who develop and test on Windows. This can be seen particularly well in cross-platform applications. Firefox is a telling case: Compare Firefox for Windows with Firefox for Linux. (An exception to this is cross-platform GTK apps, but it would be strange if GTK apps worked better on Windows.)

    And then there is sound. I feel that I have to become an ALSA programmer in order to achieve on Linux anything even a little out of the ordinary, like, for example, getting two sound cards to work in parallel: one for my music player and one for everything else. On Windows I simply go to the program options and select a soundcard.

    I don't see Shuttleworth mentioning any of the above, but most probably he knows better than me. :-) Or, maybe, he has invested too much and cannot give up so easily.

  74. Re:Ubuntu not ready! by flanaganid · · Score: 0

    You ironically forgot a category: People who care about user experience. These people also don't find it acceptable to have to install 3rd party drivers on a Windows system. It's poor user experience.

  75. Quit whining and user test by Animats · · Score: 1

    Quit whining and user test. The "I'm l33t because I can use the command line" crowd should just shut up. The sysadmins whose ego is wrapped up in being able to edit config files with "vi" need to grow up.

    User testing is straightforward. You need a setup which lets you record synchronized video from both the user's screen and the user's face and voice. Then you give people with various levels of experience various tasks, and record the results. You go through the video, and note when they got stuck, when they couldn't find what to do next, and when they had to back up and undo something. Then check the notes for any problem that occurs more than once. This isn't rocket science.

    User interface design is not about eye candy. The key issue is avoiding user dead ends, backup, and redo. Nor are "wizards" papered over command line programs the answer. In such systems, there's usually too little info coming back; the "wizard" doesn't understand problems reported by the lower levels.

    Apple used to be fanatical about this, before they had to bolt the Mac model onto a UNIX model. One of Apple's original rules was "You should never have to tell the computer something it already knows." If you find yourself typing in serial numbers or IP addresses, the interface is broken.

    1. Re:Quit whining and user test by serviscope_minor · · Score: 1

      Quit whining and user test. The "I'm l33t because I can use the command line" crowd should just shut up. The sysadmins whose ego is wrapped up in being able to edit config files with "vi" need to grow up.

      And people who keep on beating on vi should also shut up. I like the commandline and vi. Everything else I have tried is less intuitive and harder to use. People are different, you see...

      If you find yourself typing in serial numbers or IP addresses, the interface is broken.

      Oh, and peopl who make blanket generalizations should also shut up. What if you need to configure a static IP address?

      --
      SJW n. One who posts facts.
    2. Re:Quit whining and user test by walshy007 · · Score: 1

      Quit whining and user test. The "I'm l33t because I can use the command line" crowd should just shut up. The sysadmins whose ego is wrapped up in being able to edit config files with "vi" need to grow up.

      Has it occurred to you that in the context of myself liking the CLI that *gasp* I AM the user. I have as much right to like the way I'm successfully doing things as any other.

      Some of us really don't give a shit if linux gets bigger and filled with noobs, so long as it suits our needs... which it does.

  76. Re:We don't need another desktop OS. by h4rr4r · · Score: 1

    They only call scripts at the permissions level of the user. Unless you want to expose passwords in a file non-privileged users can access.

    Please tell me how to ssh into a windows machine without impacting a logged user using a windows XP machine, without using cygwin or similar.

  77. Re:We DO need another desktop OS. by Anonymous Coward · · Score: 0

    You must not have ever looked at the add/remove programs panel if you think you can't add software from there. The reason nobody uses it is because software is designed to not need it. It helps to actually know what you're talking about before talking but like most nix geeks you're too obsessed with your own self-righteousness to bother.

  78. Re:We DO need another desktop OS. by Tribaal_ch · · Score: 1

    My wife, mother and yes, grandmother all run linux. They have no computer knowledge, and while they don't install software themselves they didn't when they were using Windows either... but linux (or rather gnu/linux distributions) just works. Oh, and none of them read slashdot as far as I know.

  79. Re:We don't need another desktop OS. by Bert64 · · Score: 2, Insightful

    Except that desktops are generally poor target systems for hackers, they have slow connections (especially slow upstream bandwidth on most consumer level connections), and are frequently rebooted or turned off when not in use...

    Linux has a significant portion of the server market, especially when it comes to internet connected servers, and servers typically have a lot more bandwidth and are running 24/7, a lot of companies specialize in hosting dedicated or virtualized linux servers that are operated by clueless users through a web based gui and they never touch the shell and is thus extremely unlikely to notice what you're doing.

    There are plenty of people out there trying to target linux machines, people were owning unix machines on the internet long before windows even had a tcp stack, and hackers often prefer unix machines because of the more powerful cli based tools (imagine a gui tunneled through multiple machines in different countries because your trying to hide your tracks).

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  80. Re:We DO need another desktop OS. by icannotthinkofaname · · Score: 2, Insightful

    You mean it's not a "real" desktop OS if most of the people using it are geeks? Are we not real people? Do we not count?

    Of course we don't count. We're the ones who don't believe in the fairies and the magic blue smoke that everyone else knows make computers run. Therefore, we are considered either (a) insane or (b) to have esoteric, gnostic knowledge available only to a chosen few, that is designed to be completely incomprehensible for anyone else.

    Or maybe people just can't get past the idea of users and developers being one and the same. It could be either possibility.

    Aside from this, my experience is that the "clueless" users can install software from the repositories as long as they are instructed in how to do so (just as they have to be instructed on how to install software in Windows or OS X), and they are certainly a lot less likely to end up completely screwing up the computer, leaving reinstall as the only recourse.

    I wholly agree. My aunt screwed up her Windows (XP) laptop quite badly, and she didn't want me to break copyright law for her sake (she didn't have a Windows installation CD). So, I went with the legal cost-free option instead. I spent an afternoon with her, having her watch me install Ubuntu, and then I showed her around the interface. She knew her web browser (Firefox), and I pointed her to OpenOffice and the repositories, so that she could do her office stuff and get new applications. She had two other questions after that. What antivirus/firewall did I recommend (my answer: you can't run Windows programs, anyway, so no worries), and something mouse-related (which my father was able to answer). I was able to help her with anything she needed as an end-user.

    I haven't heard anything since. More importantly, it doesn't look like she hates the different OS. I'm pleased with myself.

    --
    Let q be a radix > 1. I am in ur base-q, killing 10 d00ds.
  81. Re:Ubuntu not ready! by node+3 · · Score: 1
    1. Normal people who understand other normal people who do not want to dink around with their computers.

    You mention that Windows users have to install drivers (and then lump Apple users with them, for some reason). If you buy a piece of hardware, you can be almost certain that it will work with Windows. The driver comes in the box, and if it doesn't, you just google the manufacturer's website and download the driver.

    With Linux, it either works (fairly often these days, but not nearly often enough), or you have to do a google search for "[hardware name] linux", then either get *really* lucky and only have to download a few files and run them as root in the terminal, and as you are running them, either a few things are different ("I don't have an /etc/network file, do I make one, or is it somewhere else?") or require a bit of customization, and further googling ("just enter my device id and revision code in place of the one in the file? I don't even know what those words mean!"), then maybe edit a configuration file or two. All the while not being really sure if the source of those files are trustworthy, but hey, they work. And even though it works, it doesn't work well (and all the forum users blame the hardware manufacturer for not releasing the specs--fat lot of good that does!).

    If you're not lucky, you have to try google searches with the model number, not just hardware name. Then maybe even a revision number, to make sure you have the right version with the right chipset. Then you find something with a very similar chipset (the xt100, but you have the xt100n). Is the 'n' important? No searches show up for the one with the 'n', so let's try the xt100 driver. Nope, doesn't work.

    Eventually, you think, "fuck it, it's not worth it" and install Windows and the xt100n works just fine, you didn't even need to download a driver. Or maybe you did, but you just used the disk in the box, or downloaded it from the manufacturer's website.

    So, when I say "normal people", I mean people who have not only zero interest in going through that hassle, but people who have a fundamental aversion to such a process, if they're even capable of following it through in the first place. You may enjoy it, or may find it not a big deal. Hooray for you. But for everyone else, having to go through this process is a bad thing.

  82. Re:We DO need another desktop OS. by DrLov3 · · Score: 2, Insightful

    Let's compare shall we.
    Imagine your grandmother wishes to install something simple like Firefox :

    The windows way:
    ---
    1. Open IE.
    2.Type www.firefox.com(Avoid spyware bars*this is important*)
    3. Let's say her browser isin't Highjacked*this part is also important* and it brings you to the right page.
    4. Find and download the installer or binaries, not the source, for your operating system, whatever it is, she must know, and sometimes cpu, 32 bits, 64 bits, PowerPC ....etc .....
    5.Double click on "FirefoxInstallerWhereEverItIsWhatEverItsCalled.exe"
    6.Norton(or other) comes up saying : "running exe files likes this one can harm your computer" All she knows is her computer is farked up enough and does not want to damage it further, she might not install it.....


    The Linux way:
    ---
    1. Open Synaptic
    2.Do a search for Firefox in the properly identified search bar, no spyware bars here.
    3. Check the box next to Firefox.
    4. Press "Apply" : Synaptic automatically downloads and installs and sets the shortcut for for Firefox.


    P.S. : Learning about synaptic for user takes about the same time it takes to learn to search google for aps.

    So you tell me which way is easyer.

  83. Re:Ubuntu not ready! by StayFrosty · · Score: 4, Informative

    Well Linux has "support" as well. In both cases additional drivers may or may not be needed. Since the parent was not in any way specific as to the type of touchscreen I was being as general as possible. Most Linux distributions provide support for a variety of touchscreens and drawing tablets out of the box. I know for a fact that Vista on one of the tablets I use needs a driver installed manually for the Wacom tablet. Ubuntu does not. It really depends on the hardware.

    My comment was aimed at the people who rip on Linux because they have to install drivers (it really doesn't matter what type.) I was pointing out that you need to do that in other OS's as well.

    --
    "Frequently wrong, never in doubt."
  84. Re:We DO need another desktop OS. by Hijacked+Public · · Score: 1

    Leaving aside the fact it has been renamed since Vista, probably the same reason there are programs listed in Ubuntu's Add/Remove that can't be removed from there: inattention to detail.

    Why is it that every UI discussion immediately turns into a pissing contest between OS fanboys? I've used nearly no software that couldn't stand improvement in the UI department. Even from relatively simple things like a smartphone, from a company with a reputation for getting UIs right, there are several absurdities present in the iPhone UI. Ever looked at most programmable thermostats?

    --
    "Sacrifice for the good of The State" - The State
  85. Re:We don't need another desktop OS. by h4rr4r · · Score: 1

    I should add or machine, for those.

    What I want is to have them run the script as a separate user altogether.

  86. Re:We DO need another desktop OS. by PC+and+Sony+Fanboy · · Score: 3, Insightful

    Whatever. I had to explain disk images to a fucking Ivy League professor (a young one, not some doddering 80-year-old). People are fucking stupid. Especially Christians.

    Was that before or after he told you how much money he makes, how he gets a year off after 6 years of work, and the awesome retirement plan? Not to mention the fact that he's paid to do jack-all.

    I suppose I'd rather be uninformed (not stupid, as you imply) and on easy street, than whining about people like that on slashdot.

  87. Re:Ubuntu not ready! by EndlessNameless · · Score: 1

    //I do not understand why it is acceptable and expected to install all sorts of third party drivers on a Windows system, but as soon as you have to do it on any Linux distribution it's "Not ready for prime time."//

    I believe it is because when you have a fairly recent device and a fairly recent version of Windows, you have a 90% or higher chance of finding a self-configuring, self-installing driver from the manufacturer's web site or on a CD with the product itself.

    I'd even go so far as to say many users couldn't even get it working without an auto-run installer on a disc. I've done desktop support before, and I doubt the world has changed in the time since.

    If a driver typically requires any non-GUI configuration, it's not ready for average users. If it requires the user input any system parameters, it's not ready for average users. If it requires the user to remember information about software or services installed longer than 10 minutes ago, it's not ready. This very likely will require laborious dependency/version checks, device probing, protocol probing, and other installer logic that is tedious to develop and test.

    This is the difference between ready and not ready, in a nutshell---substantial developer time spent on user convenience rather than on features, performance, and fixes.

    --

    ---
    According to the latest ruleset, this post should be modded as Vorpal Flamebait +5.
  88. Re:We DO need another desktop OS. by RichardJenkins · · Score: 1

    I think the biggest barrier to Linux adoption is lack of ubiquitous support from hardware and software manufacturers - it is a chicken and egg problem, quite the blocker.

    Another barrier is the fact that everyone uses 'Linux' to describe all Linux distributions. This means that a single word is used lots for a variety of very different UI's. Get a bunch of Linux users in a room and there'd be so much fundamental variation that they'd have to spend some time learning how to use each others systems (if they weren't techies which as desktop Linux users today they probably are). No one seems to address the issue that talking about 'Linux on the Desktop' is so many times less specific than 'Windows on the Desktop' that it doesn't even make sense to talk as though the two phrases are equivalent.

    Arguments about the lower chance of installing malware on linux becomes moot when you're using at as an argument for promoting widespread linux use on the desktop - and remember that most malware is injected through flaws in userland apps or in front of the screen.

    And you're right that windows has many UI deficiencies (also that maintenance - not policy enforcement - is a PITA), and appears extremely intuitive because we've gotten used to it: but although that means the IT landscape would be better off after a Linux distribution makes headway in the desktop space, it makes Windows' dominance very sticky and difficult to overcome.

    I think of it like this: Windows desktop dominance is like being in the bottom of a big hole, and Linux desktop dominance is being at the top. Sure, it's better to be at the top, but that doesn't make climbing any easier.

  89. It's a sad day when !hating = acceptance. by PC+and+Sony+Fanboy · · Score: 1

    More importantly, it doesn't look like she hates the different OS.

    Sad, when the criterion for success is !hate.

    1. Re:It's a sad day when !hating = acceptance. by icannotthinkofaname · · Score: 1

      It is. But I have (a) low standards and (b) little else to go on.

      --
      Let q be a radix > 1. I am in ur base-q, killing 10 d00ds.
    2. Re:It's a sad day when !hating = acceptance. by PC+and+Sony+Fanboy · · Score: 1

      well played, sir.

  90. Re:We DO need another desktop OS. by x2A · · Score: 1

    "Windows has not intuitiveness"

    Erm, that's subjective, it depends on your intuition. I picked up using Windows far quicker and easier than other OSs, it instantly made a lot more sense to me (the more minimal interfaces of 95/98/2000/2003, not so much vista/7 which I find moves the rug beneith your feet too much). I find OSX the least intuitive of GUIs I've used (excluding some of the lesser known Unix/X interfaces).

    See what I did there? I used terms like "I find" to express recognition of the fact that different people have different experiences of things, and described my own, rather than making the oh so common "generalising from self" mistake. Please don't state something as fact simply because you haven't thought that there might be people out there with differing experiences to you. Try open your mind a bit.

    "anyone else wonder why Add/Remove programs is called that even though you really can't add in any programs from there"

    Actually I'm wondering why you haven't noticed that you can.

    --
    The revolution will not be televised... but it will have a page on Wikipedia
  91. Re:We DO need another desktop OS. by Hizonner · · Score: 3, Insightful

    So what?

    Look, your wife is well served by Windows. My father is well served by MacOS. Great. There are operating systems for them.

    I use desktop Linux. I've used desktop Linux since 1996. I use it because it's well suited to my needs, and I do not care who else does or does not use it. If it fits their needs, they can use it. If something else fits their needs, they can use that. As long as there are enough users to keep development going, why would I care about more people adopting Linux?

    In fact, changing Linux to make it appeal to your grandmother is just likely to make it less useful to me, because your grandmother and I have different needs. Which is why we just might need to use different operating systems.

    So long as the data on the wire are standard, the end node operating system doesn't matter. Use what works for you. Shuttleworth cares about market share because he's in it for a buck. What's in it for the rest of us?

  92. Who cares? Everyone cares. by PC+and+Sony+Fanboy · · Score: 1

    Tell me again why I should care about your "world domination metrics"?

    Are you new? If there isn't some sort of user base, then there isn't a product. Alternatively, if there is only one option and no competition, then stagnation occurs.

    Seriously. Get an education... or at least a clue.

    1. Re:Who cares? Everyone cares. by jedidiah · · Score: 1

      >> Tell me again why I should care about your "world domination metrics"?
      >
      > Are you new? If there isn't some sort of user base, then there isn't a product. Alternatively, if there is only one option and no competition, then stagnation occurs.
      >
      > Seriously. Get an education... or at least a clue.

      Let's see...

            I post a concrete example of how "there is a product"

            You post baseless nonsense.

            I will repeat this again since you didn't PAY ATTENTION to it last time.

      >> I can fully exploit a HD-PVR on my MythTV server and have it stream to an ION box with full hardware acceleration for h264.

            If "world domination" was that important, then I wouldn't be able to make that claim.

      You are the one that needs to be beaten with a clue stick and then beaten some more.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    2. Re:Who cares? Everyone cares. by PC+and+Sony+Fanboy · · Score: 1

      Dude, if you can't formulate an example from an idea as simple as "There will be either competition or stagnation", then I'm the idiot... because I'm wasting time talking to you.

  93. Re:We DO need another desktop OS. by david_thornley · · Score: 1

    The repository is an important source of software, and by itself will satisfy many people's needs. Neither MS Windows nor MacOSX have anything really comparable.

    That being said, one thing that would be nice would be a common installation procedure for commercial software. It's possible to make one package for MS Windows and one for MacOSX, but Linux distros have different formats, splitting an already very small market.

    The shortage of software is a problem, but it doesn't mean Linux is doomed for the desktop, or that MS Windows and MacOSX should be the only two. WINE hit 1.0 not that long ago, and may well be suitable for non-geeks (I run little Windows-compatible software myself). Moreover, if Linux gets more popular, software vendors are likely to start offering more products for Linux.

    Right now, there's plenty of people who effectively can't run Linux, because they can't get the software they need or want. There's also plenty of people who don't need that software. I'm looking at setting my mother-in-law up with Ubuntu, since all she needs is email, a browser, word processing, and card games.

    --
    "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  94. Re:We DO need another desktop OS. by Mystra_x64 · · Score: 1

    The repository cannot be the only source of software.

    It sure can. Unbelievable isn't it?

    --
    Quick way to get 30% Funny 70% Troll: defend Opera browser on /.
  95. Re:We don't need another desktop OS. by Anonymous Coward · · Score: 1, Insightful

    Better....when it works.

    Useless when it can't provide basic functionality because the hardware isn't supported.
    Useless when it can't run the applications the user needs.

    This is the giant elephant in the room. It's like people are just choosing to ignore it. There is no Linux hardware section at BestBuy. There isn't even a Linux Hardware Store you can go to. I don't even know of a website that sells hardware that is 'certified' to be Linux ready.

    And it doesn't run the newest, coolest games. It doesn't run the AV software the college dorms require. It doesn't run the software that you need for your Stats 301 class. That super fancy TV remote control you purchased? Yeah - it's software you need to use to configure it....doesn't run in Linux. The cool mp3 player you bought with fancy auto-synch software...it doesn't work in Linux. (But yes, you can probably read and write .mp3 files to the drive yourself - woot). The setup disk that came with your router - doesn't work in Linux.

  96. Re:We don't need another desktop OS. by node+3 · · Score: 1

    Nobody said anything about Mac OS X

    Because having a solitary botnet based on non-self-propegating pirated software is *so* exactly the same (or worse, even!) than how things are in Windows-land...

  97. Re:We don't need another desktop OS. by PC+and+Sony+Fanboy · · Score: 1

    You mean, the linux installation that took me 8 hours to properly compile was free? I like to think that my time is more valuable than that.

  98. Re:We don't need another desktop OS. by geekboy642 · · Score: 1

    If you're going to limit the windows guys to an OS released in 2001, and demand they perform a Linux-style administration task, you should similarly limit the Linux guys to something built in 2001 and designed to work with Windows. How easy was it for the average Mandrake 8 machine to join a Windows NT domain in 2001? How was the Samba support in Suse 7?

    Compare equally, or you're only a partisan fanboy.

    --
    Just another "DOJ fascist authoritarian totalitarian bootlicker" -- Zeio
  99. Re:Ubuntu not ready! by StayFrosty · · Score: 2, Insightful

    You are correct in that there are people out there who think this way. It's funny though, I don't see these people complaining about Windows at all.

    If you are thinking of Macs here, it's important to note that anyone using an OS installed from the factory will only have to install drivers for hardware he or she added. Reinstalling OSX on a Mac is about like reinstalling Windows or Linux using a manufacturer's recovery disc. The end result is that the drivers are not installed by the user. On Linux and Mac systems many user-installed peripherals work out of the box, but sometimes you still need drivers. It is not practical to expect an OS to support every piece of hardware ever made out of the box--especially if the hardware was released after the OS.

    --
    "Frequently wrong, never in doubt."
  100. I volunteer by Brett+Buck · · Score: 1

    Hey, "clueless user"? And you wonder why people get irritated with Linux or free software zealots and no one wants to use your apps?

          I am a "user". Given my experience building things you wouldn't understand, I would argue the point of "cluelessness". I don't give a crap one way or the other what your ideals are, or how fervently you "believe" in open source. I just want to sit down and write a report. If it works easily and reliably, it's a good product, and if it doesn't, it's not.

          BTW, I spent the last few days writing an engineering report using OO.o. Does my "cluelessness" make my comment on the good and bad things about it invalid?

            Brett

  101. Re:We don't need another desktop OS. by rickb928 · · Score: 2, Interesting

    "Sorry, the simple fact is there is no need for another desktop OS.."

    "Instead, how about focusing on being a workstation OS and a server OS?"

    The subtlety between being a desktop OS and s workstation OS is lost on me. So is the need to differentiate.

    If this is the thinking going on behind Linux desktop development, then I understand why it is still almost there, but never quite. No surprise.

    ps- the SFTU protocol is truly needed in the Linux community. I still get the predictable responses to requests for help with Linux software issues:

    1. "RTFM!"
    2. "Did you install it correctly?"
    3. "Doesn't Winblows suck?"
    4. "Did you test your RAM?" (I like this one a lot)
    5. "If you don't understand the documnentation, perhaps you shouldn't be using this"
    6. "You should be using {insert another application name here, it need not be for the same purpose} instead"
    7. "You should try {insert another distro name here} instead" (I get this a lot less nowadays)
    8. "Go back to Windoe$"

    More helpful advice from the Linux community is not what I wanted. I just wanted help. Of course, I expect a lot from the nonprofessionals that respond the most, I know. I hardly ever snap back anymore. I'm hopeful that one day Linux will indeed command a significant portion of the desktop market. I may even be alive then.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  102. Re:We DO need another desktop OS. by RobDude · · Score: 1

    You can use the 'Add/Remove Programs' item in the XP Control Panel to add programs.

    "Add or Remove Programs helps you manage programs and components on your computer. You can use it to add programs (such as Microsoft Excel or Word) from a CD-ROM, floppy disk, or a network, or to add Windows updates and new features from the Internet. Add or Remove Programs also helps you add or remove Windows components you chose not to include in the original installation (such as Networking Services)."

    http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/win_addprog_window_component.mspx?mfr=true

  103. Re:We don't need another desktop OS. by RightSaidFred99 · · Score: 1

    Nobody does that. Nobody even does that with Linux. You don't manage 10,000 machines with SSH scripts you primitive screwhead.

  104. How about a dose of... by DBCubix · · Score: 1

    more than 1% market share for all linux distros combined?

    --
    I called it a mighty Sperm Whale, she called it Finding Nemo.
  105. Re:We DO need another desktop OS. by phoenix321 · · Score: 3, Interesting

    Well if a million users expect a certain UI widget at a certain spot doing certain things, what's there to stop someone from fulfilling this expectation?

    If the goal is mass appeal to Microsoft fanbois, well, make it appealing then. It's much easier to change a bit of code than try to evangelize some million users. Improving any one's deep ingrained wrongness can backfire when everyone is used to it and has to adapt to everything new at once, that's life, always has been.

    Car analogy: all car makers seem to have different layout of their reverse gear in stick shifts. We can't rip out all stick shifts, we cannot standardize, because people who've always driven a particular will lament for weeks when something changed. So we have a status quo for decades which nobody quite wants to change.

    Microsoft got heavy flak, no, nuclear artillery, for every single change they did to the Windows UI in the last 10 years. People actually seem to like the "Windows standard"-mode of XP and all users at my company fought tooth and nails to keep that when we migrated to new terminal servers - they like it so much that people constantly ask if they could somehow revert Vista or Windows 7 to that look.

    So Microsoft get's their own dose, really. Since XP, GUIs (and their userbase) have come to a point of maturity where progress can now only move forward very good reasons. We may use other window managers, different layouts or whatever, but to the general public, the Windows XP non-kiddy GUI mode has been the definitive gold standard for most regular people - for now more than half a decade.

    When Microsoft could copy over the descriptive buttons from MacOS ("Overwrite:" [yes|no] and "Keep this setting [yes|no]" to File exists: [overwrite|don't overwrite] and "[Keep setting|abandon setting]" etc.), we're actually finished building a UI metaphor.

  106. another good user experience by jsled · · Score: 4, Insightful

    Go do volunteer basic computer literacy session for your local senior center. Don't try to convert them to linux or get them using Firefox or anything dumb like that. Just ask what their problems are, and how you can help. You will quickly understand how broken and unintuitive computer software is.

    1. Re:another good user experience by Grishnakh · · Score: 1

      I already know that Windows (and Outlook, Office, etc.) is broken and unintuitive, that's why I use Linux. How is seeing seniors struggle with MS crap going to help anything? I have to struggle with MS crap at my own job every day.

    2. Re:another good user experience by Anonymous Coward · · Score: 0

      Agreed... When a good proportion of people think the computer case is the "hard disk" you are in for a shit storm. Most people don't even get the isea of a program running, let alone concepts of OSs, scheduling, processors, RAM etc. Fro the technically minded, it's fine, but most people learned on Win, most of the time they just click buttons they were taught to, so you get people scrolling the mouse down 120 pages of text to copy it, when a CTRL-A CTRL-C would save them literally hours every day... sad, but true.

      Car Analogy: Windows is like a automatic car... how many people can drive a auto but not a stick shift? It's not hard (before autos, every 12 y.o. could drive a tractor on the farm) but people think it is because they're used to it.

      People are dumbasses. Just because the world revolves around IT doesn't mean people can handle it. Part of the probelm is that nowadays, there's layers and layers of abstraction from the hardware to the user, so most people (even if they use a PC for 8 hrs a day) never really know what the hell is going on behind a mouse click or playing a DVD or surfing pr0n...

    3. Re:another good user experience by Quantumstate · · Score: 2, Interesting

      I found that I quickly found how broken and how resistant to logical thought the learners are. I have never actually tried helping but my mother worked at one of these places teaching IT so sometimes I would be there. I will jsut highlight some of the worst things for people who have not tried this.

      People forget the most basic things from one week to the next. One person basically started from scratch every single week and never got anywhere.

      People cannot switch on computers, there is one large button (plus on small one) on the front of a PC, which incidentally has the standard universal power symbol on it. They need to be shown how to press it.

      People do not read. For example in Outlook Express one user wanted to know how to find an email, there was a large toolbar icon (there was only one toolbar with maybe 8-10 buttons on it) with text saying something like find/search on it. When it was pointed out they say something like 'oh that was simple', they simply do not bother reading the text on the screen.

      People cannot repeat the same process they learnt in one program in another. My mother is adapting material for a Dreamweaver web design course, for which a requirement is to do one of the beginners courses. There is a page explaining how to save the file. It is literally a list of instruction saying click file>save select the location from the dialog box, enter a name and click the save button. Naturally I have abbreviated the instructions because they actually take up a side of A4 what with all of the excess detail and screenshots. When I asked if this was really necessary my mother said that it definitely was for about half the people taking the course and this was a web design course which is categorised as advanced.

      Some software is obtuse and difficult to use of course but it is not just the softwares fault.

  107. Re:We don't need another desktop OS. by RightSaidFred99 · · Score: 1

    The difference is in the target audience. Developers, software engineers, hardware engineers, scientists, etc... use Workstations. They typically need a shitload of memory, high performance, and germane to this conversation the users are typically technical people.

  108. Re:We DO need another desktop OS. by fatalwall · · Score: 1

    i agree with you however it would be nice if there was a easy mode where you do the search for firefox and you dont see 20 packages related to firefox but just the primary package. then have it ask would you like to add support for xyz.

    I use synaptic when ever in linux and i always hate digging though the results.

  109. Re:We DO need another desktop OS. by Overunderrated · · Score: 2, Insightful

    Compared to Windows, Linux administration is a breeze. A Linux system ran by a normal user who doesn't screw around as root, will remain stable.

    How exactly does one administer Linux *without* "screwing around as root"?

  110. Re:What Is a Workstation? by linuxpyro · · Score: 1

    What exactly do you consider a workstation or a desktop? A corporate machine verses a home machine? A computer used for things like browsing the Web and Email, verses one used for programming or 3D modeling? I've done all of those things on the two main computers I use the most, a one a desktop and the other a laptop.

    --
    Saying "I'll probably get modded down for this" in a post is the best way to get it modded up.
  111. Re:We DO need another desktop OS. by anglophobe_0 · · Score: 1

    Actually, I have linux set up on my parents' (and, by extension, my nephew and niece's) computer at their place, and my nephew was able to get a native windows app up and running with no issues whatsoever. Granted, I was surprised, but all he did was download the app, double-click it and start clicking "next". The app happened to be some free driving game, complete with 3d acceleration. I know this isn't always going to be the case, but wine really does work well. Aside from that, my wife and I run mostly FOSS apps on our windows laptops for both personal and business purposes anyway (Firefox, OO.o, Eclipse, Tbird, Pidgin, etc.), and the apps that aren't FOSS have linux freeware executables (Reader, Skype, Flash Player, Earth, Picasa). The one, solitary reason I still run Windows is that both the vendor-supplied and Open Source drivers for ATI r6xx chipsets in Linux still suck. They're improving, but glxgears is not the same as CS:S.

  112. Re:We DO need another desktop OS. by cusco · · Score: 1
    "Similar to how you can either get Windows XP or Windows Vista/7 with different UIs."

    Not at all. If I look at the Gnome desktop in three different distros I'll see three different (sometimes VERY different) desktops. If I pick up a Windows 7 or OSX box I'd expect to see a different interface because it's a markedly different OS than the previous version. The core of the current Ubuntu or Suse distro is pretty much identical, it would be nice to be able to tell how old up-to-date the Linux install is without having to dig through file version information.

    "tweak text files"

    Agreed, this is old news, but there are a LOT of serious user interface issues still. Sure, we've been using Windows for over a decade, so there are some conventions that people are used to. For instance, when we install a program we're accustomed to seeing an icon or folder appear under the Programs list and maybe the desktop. There is absolutely no reason why Linux programs don't do the same, except that the distros have different versions of that same interface piece. When I installed Google Earth on my wife's Windows box she got an icon on the desktop and another on the Programs list. When I installed it on my Linux box I had to do a 25 minute search to figure out how to start the frelling program and another ten minutes to find out how to create a simple shortcut to it. If they can't figure out something equivalent to the way InstallShield works in Windows then they're going to be hosed in the consumer market (supposedly rpm is supposed to provide that function, but either it doesn't work as advertised or the programmers using it are lazy).

    "Compared to Windows, Linux administration is a breeze. A Linux system ran by a normal user who doesn't screw around as root, will remain stable."

    So will a Windows install if users aren't logging in with elevated permissions. In a decade of desktop and server support the only issues that I've seen with systems that weren't caused by elevated permissions were hardware problems.

    "Simply going to a site can get you a virus in Windows."

    Then your system admin is an idiot. Plain and simple. There is absolutely no other reason for that being possible.

    "with Windows update you never know what you are going to get"

    Agreed. Pissed me off for years, but they've pretty much stopped that after XP SP1.

    "you really can't add in any programs from there"

    WTF? There's a clickable link right there for "Add Programs", where your admin can advertise available programs through Active Directory.

    It sounds as though you've worked with a bunch of lazy assholes who didn't even bother to read up on the most basic abilities of Active Directory and Group Policy. Unfortunately there are a lot of them out there, and Windows' ease of use lets them get away with it. Let me guess, they're always very mysterious about what they do, your Exchange server goes down for a day or two every month, retrieving files from backups is problematic if it's even possible at all, your SQL Server database gets corrupted at least once a year, viruses get loose on your network fairly regularly, and printers drop off the network at random. Am I right? Fire the bastards and hire someone who knows their head from their ass. Grey hair is not a bad thing to see on your system admins.

    --
    "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  113. Re:We don't need another desktop OS. by mhall119 · · Score: 1

    Actually, we are starting to see hardware at Best Buy labeled as compatible with Linux. You can buy linux hardware from Dell, HP, Lenovo or IBM, not to mention System76 and Zareason. Oh, and the software for Statistics 301 most likely will run on Linux too.

    --
    http://www.mhall119.com
  114. Nice sentiments but... by lennier · · Score: 3, Insightful

    this is the same Mark Shuttleworth who removed update-notifier and then when hundreds of beta-testers said 'please put that back' on the infamous https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/332945 he personally said 'no, I'm not listening to you'.

    He said it politely:

    "I'm marking the bug wontfix on the basis that we are confident the behaviour as at 9.04 release is a good one. I wouldn't be surprised for the conversation to continue though I do ask that it continue in a good spirit. If significant data shows this to be a suboptimal choice in future, we will revisit the point, but for now the question is settled."

    but it was still a WONTFIX in the face of overwhelming public opinion to the contrary.

    I'll believe he listens to users when he actually listens to the users.

    --
    You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
    1. Re:Nice sentiments but... by lennier · · Score: 1
      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
    2. Re:Nice sentiments but... by PeanutButterBreath · · Score: 2, Insightful

      There is a difference between 'no, I'm not listening to you' and 'I hear what you are saying but for these reasons I am not implementing your request at this time.'

      What's your point, anyway? That his sentiment is nullified by one example of his own failure to live up to it? Or any number of failures to live up to it? That it is fun to play 'gotcha' on someone who is in the limelight? That it is fun to whine?

    3. Re:Nice sentiments but... by ZorbaTHut · · Score: 4, Insightful

      You're confusing two very different things. "Pay attention to the user's behavior" and "listen to what the user asks for".

      The first is always valuable. Seeing what users do is just plain good. You should be doing that. You should absolutely be doing that.

      The second, however, is a frequent mistake. Users don't know what they want. They know what they want to do, and they either know they can't do it or they know how they used to be able to do it, but the ideas they come up with to fix that issue tend to range the gamut from "barely acceptable" to "horrible".

      Any change you make to an existing UI - *any change whatsoever* - will result in a storm of people calling for blood. No matter how good the idea is, no matter how good the change is, people will scream for it to be changed back. If you want to create a good UI, at some point you just have to ignore this. People yell for reversion, you tell them "no", and a few months down the line you find out if you made the right call or not.

      You might think he made the wrong decision here, but "listening to the users" has absolutely nothing to do with real user experience testing.

      --
      Breaking Into the Industry - A development log about starting a game studio.
    4. Re:Nice sentiments but... by Dhalka226 · · Score: 4, Insightful

      The two really aren't the same thing, they only seem that way because you've erroneously over-simplified his position to "listen to the users."

      User experience testing is essentially about usability. If you put some dude who has never seen your software in front of it, can he use it to get his work done? Is there anything seriously impeding his ability to 1) learn or 2) use the software?

      What you're referencing is that something changed and people don't like the change. For starters, most people don't like change even if it is ultimately change for the better. More to the point though, it has nothing to do with learning or using a piece of software. They simply preferred one behavior to another for a set of reasons that may or may not address any of the reasons the change was ultimately made. A user below suggested that the previous situation (apparently, an icon in the dock for updates) was terribly ineffective but that the new system now achieves much higher update rates. In a situation like that, where some users are annoyed by a behavior but there is a demonstrable and measurable net positive to the change, reverting it is probably the wrong answer even if his motto was "listen to the users."

      For what it's worth, as somebody who has no vested interest in the change either way I think his response was perfectly reasonable.

      but it was still a WONTFIX in the face of overwhelming public opinion to the contrary.

      Was it overwhelming public opinion? Sorry if I'm wrong in my assumptions, but I smell some bias in your post. It seems to me like you were one of the ones who want the change reverted. There's nothing wrong with that, but combine selection bias with the general megaphone that negative reactions get compared to positive ones (far more people hop on to review something they hated than loved) and I don't know it's as clear-cut as you suggest. Plus, this is a bugtracker. For all the increased likelihood of bad comments to good in general, most people wouldn't even think to log onto a bug tracker if they liked or accepted the new behavior. And why should they?

      It's also worth mentioning that "listen to your users" wouldn't necessarily equate with "give your users everything they want" as well.

    5. Re:Nice sentiments but... by BikeHelmet · · Score: 1

      The update notifier is so annoying that I turned it off completely, and manually run it every couple days.

      I've had it pop-over a video playing in Totem no less than 6 times. That is SO irritating. Sometimes it also grabs input without appearing over totem, so the pause button and volume controls stop working. :/

      At some point I'll look up the update command and add it to a script launched by crontab -e

    6. Re:Nice sentiments but... by Ksempac · · Score: 2, Interesting

      I'm a developper, so I'm pretty computer-savvy, but have been using Ubuntu like a standard user (for tasks such as email, Internet, chat) for several years. That means I don't want to have to type console commands to set up standard things (like being able to share my files with my Windows PC with Samba...Ubuntu 7.x was a pain for that, Ubuntu 8.04 made this disappear and made me happy). Therefore, I don't read Ubuntu forums, and don't follow planned evolutions but I do update to each new Ubuntu version on release.

      All this to say that I didn't know about this bug report/controversy for automatic update version. However this change was one of the first things I noticed on 9.04 and was very happy about it. Although I always clicked on the little icon to update my softwares in previous versions (i know how important updates are), this change makes updating easier, therefore it makes my life as a basic user easier and it's one more step in the right direction (and an important one that increases the likelihood i will one day recommends Ubuntu for less computer-savvy people, because it will help them keep their software updated).

      So IMHO Shuttleworth was right on that one, and you should have used the STFU testing method before complaining.

    7. Re:Nice sentiments but... by Anonymous Coward · · Score: 0

      mmmm...
      itunes 9.0... green button does what it's supposed to: switches between fullscreen and the last set window size
      itunes 9.1 ... reverted to previous behaviour: switches between fullscreen and mini-player

      instead of sticking firm and making iTunes follow their own guidelines, Apple reverts to the previous broken function to please a vocal minority

    8. Re:Nice sentiments but... by Sax+Maniac · · Score: 1

      Nicely put. I could not have said this any better with twice the amount of words!

      --
      I can explanate how to administrate your network. You must configurate and segmentate it, so it can computate.
    9. Re:Nice sentiments but... by Anonymous Coward · · Score: 0

      In this specific case, they replaced a mechanism that was conceptually sound, but spammed by other applications, by a popunder that people won't notice unless they close all other windows. So in this case, the change was a hack, and the people who protested against it really knew what they wanted, because they're the ones who were actually using the update notifier to learn about available updates in a timely and non-obtrusive manner.

      This change wasn't even meant to be for the actual Ubuntu users. According to Shuttleworth, the goal was to win new users that don't want to configure anything on their computers over from Windows. I wonder what those would need an update notifier for. What these hypothetical future users would need is a mechanism that installs security patches with no notification or interaction at all.

  115. Re:We don't need another desktop OS. by PitaBred · · Score: 1

    Percentage of use is in no way an indicator of suitability. There are a number of vehicles that have been well ahead of their time and sold like crap or were driven into the ground because of pressure from the incumbents, but they were still much better than what was out there.

  116. Re:We DO need another desktop OS. by Blakey+Rat · · Score: 1

    And the version in Vista (which no longer allows you to add programs) was renamed to "Uninstall a Program" to keep its name consistent with the operation it performs. (They also added a separate control panel, "Turn Windows Features On Or Off" which you can use to, for example, activate IIS or Telnet.)

    That actually makes for a pretty good example of how to "focus on the details" and keep the UI self-descriptive, rather than an example of Windows getting usability wrong like the grandparent is trying to make it.

  117. Re:We don't need another desktop OS. by cusco · · Score: 1
    "Don't give them the root password."

    Duh. Don't give them the Administrator password either, or Admin rights, or Power User rights. Lock down the desktop using a standard template available for free from the MS web site and they won't get pwned because they don't have the rights to allow pwn-ership. Unfortunately most admins are lazy morons who allow users to log in as Admin. (Admittedly there are a few programs still that won't run without Admin rights, but that's the lazy moron programmer's fault, not Microsoft's.)

    --
    "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  118. Re:Ubuntu not ready! by StayFrosty · · Score: 1

    A fairly recent Linux distribution will support 90% of hardware out of the box. The hardest it will get is clicking the box to install a proprietary driver. The problem with hardware support in Windows isn't always the support of new hardware but support of older hardware. I have a scanner sitting on my desk that works with every version of Windows up until Vista. I have to muck around on the manufacturer's website to download the driver and then mess around in the "add new hardware wizard" to get it up and running (which is difficult for average users...probably just as difficult as typing "apt-get install" in a CLI.) This scanner doesn't work in anything newer than XP because Microsoft changed the driver model. This same scanner works with no configuration, no downloads, anything on my Linux box. It's 100% plug and play. With my Linux box I have good confidence that since support for this is built in now, it will not be dropped in the foreseeable future since the driver is maintained by the SANE project (who makes the software and can verify that the driver works after software changes are made) rather than the maker of the hardware who will have to spend a lot more time testing the driver and updating for new software.

    --
    "Frequently wrong, never in doubt."
  119. Re:We don't need another desktop OS. by ToasterMonkey · · Score: 1

    Sorry, the simple fact is there is no need for another desktop OS. Windows and Mac are fine. I don't know why people think Linux will _ever_ make headway in that space when there's no conceivable way it ever will.

    Instead, how about focusing on being a workstation OS and a server OS?

    +1

    Free software ideologies and non-technical users mix like oil and water. Chasing after non-technical users cost Linux projects a lot of progress in places that matter. Now, usability matters, but providing the best end user experience possible is/was/will never be a priority for the thousand headed beast called Linux. If there was a focus on engineering & integration instead of copying the Windows 95 desktop, I wonder where we would be today. And no, moving in a thousand directions at once will not get you the most well engineered, tightly integrated, usable OS, for any occasion; sorry to burst anyone's bubble.

    Everyone knows how Linux can be improved on the desktop, but that's dangerously close to the 'why work for free when I hate doing it' zone. Unless someone wants to claim that free software has morphed from a hobby into a charity, and free software developers are all humanitarians... someone is going to have to show the money to get this kind of work done. Or, face the facts and rally the troops to a rational goal.

    Shuttleworth should be talking with money.

    PS: Mods, you should be ashamed.

  120. Re:We DO need another desktop OS. by droopycom · · Score: 2, Interesting

    Car analogy: all car makers seem to have different layout of their reverse gear in stick shifts. We can't rip out all stick shifts, we cannot standardize, because people who've always driven a particular will lament for weeks when something changed. So we have a status quo for decades which nobody quite wants to change.

    Well, cars also have different lights controls, wiper controls, radio controls, gas trap side, instrument cluster layouts, etc... Yet I dont think that most people think of those features, or the position of the rear gear, as critical when purchasing a car.

    So, bad car analogy. (even though the rest of your comment makes sense)

    As long as the pedals and the steering wheels are in the same position everything else pretty much goes, everybody can still use the car.

  121. Uhm . . . by Me!+Me!+42 · · Score: 1

    And how about a similar user testing regimen and protocol applied to the Linux OS rather than applications?
    Pot, Kettle.
    Kettle, Pot.
    Why don't you two get to know each other.

    --
    -- My apologies if the above facts contain any opinions, or vice versa! --
  122. Re:We DO need another desktop OS. by Anpheus · · Score: 1

    You say that with such conviction, someone might be tricked into thinking it's true.

    But I'm absolutely certain Microsoft not working harder with third parties (Nvidia, Creative, to name a couple) resulted in millions, maybe even a few billion dollars in lost sales for Vista. After all, Vista was death by a thousand cuts for the enterprise, and that cost them dearly. Some, not all, of the problems were not even Microsoft's fault. Lazy or unmotivated third party vendors released poor drivers despite having over a year of release candidates and betas, and continued to release these drivers in monthly or quarterly installments that resulted in marginal improvements. I think Nvidia alone accounted for nearly 1/3 of all blue screens. Microsoft released numbers documented here:

    http://www.crn.com/hardware/206905475;jsessionid=MNAOZ34HU4KWHQE1GHPCKH4ATMY32JVN

    So no, I think Microsoft painfully learned that they could not rely on the OEMs to do the hardware compatibility testing "for them." And even if those crashes were encountered on primarily enthusiast PCs with high end graphics cards and sound cards, those statistics and the anecdotes about them reached businesses at the speed of rumor, and before you knew it, Vista was sunk as a business sell. It did alright, after all it still had Microsoft's force, long term support contracts meant businesses could deploy as little or as many Vista desktops as they wanted, but it didn't do great.

  123. Re:Ubuntu not ready! by Blakey+Rat · · Score: 1

    I'm guessing the situation where you have to download a separate installer for Windows tablet is the rarer situation. I could be wrong. I've installed Vista on about a dozen tablets, with various hardware, and I've yet to have to install the "touch" driver separately. (I have no idea if any of those tablets have Wacom hardware, though.)

    In any case, are Wacom tablets *pen-based*? Do they even work with touch?

  124. Re:We DO need another desktop OS. by thejynxed · · Score: 2, Insightful

    You'll keep having that issue too, because hardware manufacturers are in general running into the ATI/nVidia issue: Their drivers contain patented, licensed, proprietary code - and not all of it owned by them. This is the main reason ATI drivers lag behind Intel or nVidia for *nix, and why nVidia only releases binary blobs.

    The controller code, shader code, etc can all possibly be originated from different corporations, that the manufacturer licensed the code from. I don't think too many people stop to think about this. They just whine about it being a binary blob, or the specs aren't fully open, or accompanied by working drivers and full source code.

    I look at it this way. You want full driver support in your operating system, you need to play along with established rules. Just like you expect them to honor the GPL, BSD, MIT or whatever license, OS developers need to honor and respect the contractual/licensing obligations the hardware manufacturers have as well.

    --
    @Mindless Drivel: 100% of Twitter posts ever Tweeted.
  125. Centralized computing by ub3r+n3u7r4l1st · · Score: 1

    Yup. Cloud computing is coming along.

  126. Re:We don't need another desktop OS. by MartinSchou · · Score: 1, Interesting

    Now, why is it that for Linux the totally clueless get their computer set up by an expert (don't give them the root password), whereas Windows XP is just set up like crap?

    If you take Windows XP Linux and a blank computer and gave it to a totally clueless user, asking them to install it and get online, neither OS will result in "secure in the "kiosk" sense", as the user will inevitably have the root passwords needed. The only way Linux scores better security there, is because there isn't really any malware targeted at that platform. As we all know, once the user gives admin rights to malware, the computer is fucked.

    However, if you have an expert lock down XP, the clueless user won't be "pwned" anymore than when using Linux. And they'll be limited in the same sense.

  127. Re:We DO need another desktop OS. by droopycom · · Score: 2, Insightful

    "Windows has not intuitiveness"

    Erm, that's subjective, it depends on your intuition. I picked up using Windows far quicker and easier than other OSs, it instantly made a lot more sense to me (the more minimal interfaces of 95/98/2000/2003, not so much vista/7 which I find moves the rug beneith your feet too much). I find OSX the least intuitive of GUIs I've used (excluding some of the lesser known Unix/X interfaces).

    Well, your methodology to test your intuition is probably flawed. I dont think its possible to conclusively test what your intuition would be on one given person.

    Because, as soon as you start using a computer, you stop "intuiting" and start learning. And when you switch to another OS, you cant "intuit" right away, first you need to "unlearn" which is painful.

    If you first started on MacOS, then switched to windows, and found windows more intuitive, then your result is valid, otherwise your result is tainted and you cant say for sure if the fact that you found MacOS less intuitive is because its inherently less intuitive or because you were partly conditioned by using windows.

    For my own case, I would say there is nothing intuitive about any of them... you have to learn for all of them. Some might be easier to learn for an individual for some reasons that are specific to the individual or specific to the OS.

  128. Adobe is great at this by mattwad · · Score: 1

    Since Photoshop 4, I have been impressed by each version Adobe releases. Besides a few extra nifty tools, each one feels a bit more intuitive and streamlined. I could have done the same things in older versions, sure, but it in double the time, etc. IMO their ability to understand needs from multiple kinds of users is what has kept them popular and makes me happy to give my monies. -matt

  129. Re:We DO need another desktop OS. by Actually,+I+do+RTFA · · Score: 1

    As long as the pedals and the steering wheels are in the same position everything else pretty much goes, everybody can still use the car.

    Never driven a stick I assume. The position of the rear gear refers to how you have to translate/rotate (yes, even that decision is not standard) the stick so that it goes into reverse. Get it wrong and the car will go forward instead. Even worse is getting into reverse accidentally.

    The controls for the wipers and lights are also pretty standard, and the gauges and their approximate location too.

    That's the kind of glossing over the details that make it hard for me to switch to Linux.

    --
    Your ad here. Ask me how!
  130. Re:We DO need another desktop OS. by Mortlath · · Score: 2, Informative

    For corporate networks, the network administrator can make programs available for download from the network. That interface is what one would use to install them. In Vista, now there is a seperate icon to "Install programs from the network."

  131. Re:Ubuntu not ready! by StayFrosty · · Score: 1

    Wacom tablets use an active digitizer and a stylus. Some work with touches and some do not. It depends on the particular model.

    --
    "Frequently wrong, never in doubt."
  132. The Readers Digest version by Linegod · · Score: 1

    I want a pony.

    You buy it for me.

    Holy slopin' dipole this guy is arrogant.

    --
    -- I care not for your foolish signatures.
  133. Re:We DO need another desktop OS. by Ocker3 · · Score: 1

    Actually, you Can use Add/Remove Programs to Add software, there's a tool on the left side of the gump that you point at setup files, and I would imagine it tries to make sure the program is setup properly. I have never heard of or seen anyone use it though.

  134. Re:We DO need another desktop OS. by Risen888 · · Score: 1

    The repository cannot be the only source of software. In Windows, you know to run setup (the word makes sense) to install.

    1. It's not. Most developers who release non-free software for Linux do something like setup.sh, which is exactly the same as setup.exe.

    2. You're wrong. Installing software from a central repository is easier and more convenient and more maintainable and just plain better in every single way than downloading and running some random crapware's setup.exe file.

    The "user" needed to be reached to make Linux a viable desktop OS are those who do not know what iptables and init.d is.

    Nice strawman you've built there. Here, let me help you knock it down.

    1. This doesn't have shit to do with repositories or installing software. What the fuck are you on about?

    2. I'd bet you twenty bucks that not 1 in 20 Ubuntu users know what either of those things are.

    My wife could not install and run the software she wanted to in Linux. She can on Windows and Mac and she has only used a Mac a few times.

    So fucking what? I can't put a Playstation game in a Wii. Obviously the Wii is not ready for the living room, huh?

    I could make a list of desktop software that I use every day that I can't install on Windows, either because it's not released for the platform (gmusicbrowser, Krusader) or it just requires a level of dicking around that I'm not willing to do (the last time I tried to install KDE 4 on Windows, which admittedly was a while ago). Obviously Windows is not ready for the desktop! Tell your friends!

    --
    Hey, I finally got my first freak! Took you long enough!
  135. mmmk by Anonymous Coward · · Score: 0

    https://www.opendns.com/start/device/ubuntu

    and right clicks work fine for me on gnome-terminal.

  136. wait a minute.. by anonymousNR · · Score: 1

    We just had a flame war on UI .

    --
    -- It is the mark of an educated mind to be able to entertain a thought without accepting it. -- Aristotle
    1. Re:wait a minute.. by mjwx · · Score: 1

      We just had a flame war on UI .

      That's nothing. Try suggesting that any Apple UI is deficient or that there is undue importance placed on UI (over engineering) and a UI that is great has no advantages over a UI that works just well enough to an end user who only wants to perform a task.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  137. Re:Ubuntu not ready! by MightyMartian · · Score: 1

    Then you weren't around when I had to reinstall an HP notebook, and tried to find suitable WiFi drivers. What a pain. When I installed Ubuntu on it, it detected the WiFi hardware, downloaded the appropriate driver and within about 60 seconds I was surfing the net wirelessly.

    Yes, there is hardware that finding drivers for can be a pain, and installing them isn't always fun. But it's the same for Windows. That's why the crappy little computer store down the street makes a decent living off of little old ladies and people who won't or simply aren't interested in learning how to reinstall software (or just as often clean up the rats nest of crap that comes with easy installs).

    The problem is that places like Slashdot skew the whole debate. People talk from all three fronts (Windows, Mac, Open Source) about how easy this is, and how streamlined that is, and how this pain isn't such a pain or that pain can be fixed by editing this or registry hacking that.

    The reality is that computers break. Drivers fail, software screws up, and Joe and Jane Average end up having to take it to some twerp who maybe has an a+ certification who charges them $50 or $70 an hour to fix the disasters that can occur on their machines.

    Having used a whole bunch of operating systems since I first stuck my paws on a computer back around 1982, what I can say for sure is that as advanced as the current batch of desktop OSs are, they all have some major issues, and can all cause a lot of grief in the wrong hands.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  138. Re:We DO need another desktop OS. by tacarat · · Score: 1

    Basically, when grandma can install and run her greeting card creating software without any help, you there

    I'm pretty sure 99% of the grey haired grandparents out there can't,or are afraid to, install that software on windows either.

    --
    "Common sense will be the death of us all"
  139. Re:We DO need another desktop OS. by digitig · · Score: 1

    Of course we don't count. We're the ones who don't believe in the fairies and the magic blue smoke that everyone else knows make computers run.

    Fairies and magic blue smoke? So that's where I've been going wrong -- I thought it was daemons.

    --
    Quidnam Latine loqui modo coepi?
  140. Re:We DO need another desktop OS. by blackest_k · · Score: 1

    thats a really bad example the reality is search in google for firefox and get directed to a download page which detects your operating system and region/ language and offers up a button which says click here to install firefox (appropriate version) but also offers a link to other versions if you require them.

    you really can't get easier than that.

    There is likely to be a warning that installing this might not be a good idea.
    which tends to suggest it isn't harmful. Strangely most malware sites really really want you to think installing the malware is essential for your pc's well being and practically begs to save you from disaster.

  141. We need ONE fuhrer of the Linux movement by ub3r+n3u7r4l1st · · Score: 1

    If you want victory against Microsoft and Apple, there can only be one leader.

    An Old Chinese saying: One house can not store two tigers.

  142. Re:We don't need another desktop OS. by h4rr4r · · Score: 1

    What do you think those flashy GUI tools do?
    They load a script onto a box and run it.

    What exactly is the difference between loading it via ssh or using a GPO to have it run on login?

    If you have a list of the machine names both seem pretty trivial.

  143. Re:We DO need another desktop OS. by velja27 · · Score: 3, Funny

    Well you then continue to use ur XP and have 1 antivirus for 1/4 the internet and another antivirus for 2/4 of the internet and then use some spyware removal program to take care of 3/4 internet and you are safe and when you spit all that money for antiviruses there goes Vista and spit money there and then comes out Win7 then again same thing and around and around we go or you will just buy Win7 cause Vista was such an epic win for M$.

  144. How? by Evil+Shabazz · · Score: 1

    Linux is making no headway in the homes of non-geeks mainly due to marketing and due to ease-of-use perceptions. Back in the day when I tried Linux, even as techy, I found it a pain in the ass to set up and be happy with. I haven't gone back to try again in several years, but there are other reasons for that. People don't associate the word "easy" with "Linux" and so they don't want it. Changing that perception would, I think, go a long way to getting people to use Linux. If all I wanted was email and internet, I'd use Linux in a heartbeat - because I know it's possible and a heck of a lot cheaper. Most non-geeks buying computers depend on the pimply dude in the bright blue shirt driving the black and orange Beetle to tell them what computer to buy. Which goes back to sales and marketing.

    As for me, I won't go to Linux because I mainly use my home computer for gaming. Thus, it's a Windows box. Windows has a very strong command over the gaming rigs due to the sheer volume of titles. Even today, the majority of PC game releases do not have OSX or Linux versions. There are, however, some notable exceptions (didnt Valve say they were gonna start doing Linux versions?). But just a few publishers going there isn't enough. It won't really take off for the gamer world until "most" games come out for Linux.

    So without gamers and non-geeks, what other market for the home desktop do they have? Probably, the ones who are already using it? :)

    --
    Down with the career politician! SUPPORT TERM LIMITS
  145. Re:We don't need another desktop OS. by h4rr4r · · Score: 1

    I am asking them to do something that Unixes have done forever.

    I am not asking linux-style administration task, just a method similar to what lots of OSes have used for a long time.

    Heck, if you can tell me how to do it on Vista that would be cool too. Not my fault windows takes so long between releases.

    I asked for XP because that is what 99% of businesses standardized on. They will eventually move to 2007, but expect a good 3 year lag on that.

  146. Re:We don't need another desktop OS. by s73v3r · · Score: 1

    Except Windows XP, by default, sets you up as Admin, and its incredibly hard to do normal stuff (like install software) as a non-admin user.

  147. Re:We don't need another desktop OS. by h4rr4r · · Score: 1

    I meant windows 7, that is what most businesses will be using ~2013.

  148. Re:Ubuntu not ready! by SiggyTheViking · · Score: 1

    I'm guessing that people who make comments like this fall in to one of 3 catagories:

    How about option 4: They could just be stupid.

  149. Switch Nautilus wallpaper off. by SharpFang · · Score: 2, Interesting

    Sounds easy enough? It isn't. In the age when Compiz is THE default manager running over Gnome, we have the ancient long-standing problem: you have the cute "desktop cube", you have 4 desktops and you have only one wallpaper for all of them. Of course Compiz allows you to place 4 separate wallpapers, the problem is they will be obscured by the default Nautilus wallpaper.

    And now Nautilus allows you to switch the whole desktop off (wallpaper + icons), it allows you to set transparent wallpaper (through which Nautilus default background will be seen), it allows you to set background gradient style and colors, but it doesn't allow you to tell it "don't draw background, let some external program do it."

    I think this problem is as old as the "desktop cube" and possibly older. There are 3rd party patches but they haven't been accepted into Gnome.

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re:Switch Nautilus wallpaper off. by Fallingcow · · Score: 1

      Oh, I didn't mean to imply that solving that problem is easy--I was saying that, though I'd like that feature, it's not exactly something that I lose sleep over.

    2. Re:Switch Nautilus wallpaper off. by Anonymous Coward · · Score: 0

      Nautilus is always lagging behind. It doesn't even implement a dbus interface, probably the number one Gnome application that should. Because of this applications like Gloobus can't use one key short cut to activate it on the file currently selected.
      http://gloobus.wordpress.com/

    3. Re:Switch Nautilus wallpaper off. by Mateorabi · · Score: 1

      This problem has been there for YEARS. Ran into this when updating a box ~5 years ago to Mandrake 10 or some-such. I don't mind the desktop icons, but I want Enlightenment (which I'd been using 9 years ago) to handle the background and desktop switching. The ONLY reference to an overly obscure option to switch it off I found on, get this, a KDE rant site describing why Gnome was so awful. Of course the option still turned the icons off too. F**k Gnome, E is prettier.

      --
      "You saved 1968." - Ms. Valerie Pringle to the crew of Apollo 8

  150. Re:We don't need another desktop OS. by Vancorps · · Score: 2

    Install powershell, or openssh, why am I not allowed to use cygwin? I don't need cygwin anyways as powershell is quite capable on all Windows from XP on up which covers that last 8 years pretty much.

    The only remote administration that does impact a user is RDP, all other things from remote registry to installing applications in the background can be down without the users knowledge.

    Also, scripts can run with elevated permissions without exposing passwords. That is the single biggest reason to use GPOs to deploy scripts, because they give you that exact ability!

  151. Can we just be adults here? by Tetsujin · · Score: 1

    Can we just say "fuck" when we mean "fuck"? What's this "f***" crap?

    --
    Bow-ties are cool.
    1. Re:Can we just be adults here? by geekoid · · Score: 1

      If we want to be adults, perhaps we should actual make clear points and not stoop to cursing?

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  152. If we listened to users we'd get a ribbon bar by Anonymous Coward · · Score: 0

    If we listened to users we'd get a ribbon bar in every app, because it looks useful, but really isn't.

    Really what users want is 100% compatibility with MS-Windows applications. They want to load the latest beta of MS-Office 2012 and have every feature just work.

  153. Re:We don't need another desktop OS. by ajlisows · · Score: 1

    I believe that the Linux desktop share is around 3%. While 3 percent doesn't seem that great, it is 3 percent of a rather large number....not to mention the fact that it is a growing number. I don't think Apple is even near cracking 10% market share and I don't think that anyone thinks that Macs are insignificant. Linux isn't that far behind.

  154. *yawn* by msimm · · Score: 1

    Hating on RMS may be fashionable, but it's still childish. By understanding the copyright system he'd taught all of us not to just disagree but to actively work to subvert the system, or actually use the system. He may not have invented free software single-handedly, but anyone having any interest in open software of any variety owes him some debt of gratitude.

    RMS and people like him have fundamentally changed the way we view and discuss software and more broadly our increasingly important digital rights.

    As for Shuttleworth I don't know so much about him, but generally I believe the proof is in the pudding and while Ubuntu might be the best or most popular desktop Linux distribution he seems to be more focused on assembling and polishing existing pieces of software leaving very little to differentiate his vision from the rest. Ubuntu isn't fundamentally much different from RHEL or Suse or Mandriva and that makes it hard for me to think of Shuttleworth as much more then a funding source for a popular and fairly vocal distribution.

    --
    Quack, quack.
    1. Re:*yawn* by Ash+Vince · · Score: 1

      As for Shuttleworth I don't know so much about him, but generally I believe the proof is in the pudding and while Ubuntu might be the best or most popular desktop Linux distribution he seems to be more focused on assembling and polishing existing pieces of software leaving very little to differentiate his vision from the rest. Ubuntu isn't fundamentally much different from RHEL or Suse or Mandriva and that makes it hard for me to think of Shuttleworth as much more then a funding source for a popular and fairly vocal distribution.

      The main difference seems to be Ubuntu's emphasis on useablity. In my experience it is far better at just working out of the box that any other distribution I have ever tried. It is the only distribution I would recommend to Linux newbies.

      The only other distrubution that comes close out of the ones you have quoted is Suse, and in that case I would say you have a point. However SUSE seems to have moved away from the desktop market since they were bought by Novel so they lost ground to Ubuntu very quickly.

      --
      I dont read /. to RTFA, I read /. to offend people in ignorance.
  155. STFU by Again · · Score: 1

    Start Talking Faster U!!!seven! (http://uncyclopedia.wikia.com/wiki/STFU)

    So what Shuttleworth is saying is that we are all slow and need to start talking faster. Once everyone has mastered fast speech it will be the year of the linux desktop.

  156. Re:I don't think Linux can succeed on the desktop by Grishnakh · · Score: 1

    One of the main obstacles, at least to my personal enjoyment of Linux, is X. X has its virtues but seems to me to be problematic for the desktop systems we use today.

    Care to elaborate? This sounds like yet another anti-X troll with no basis in fact whatsoever.

  157. Re:We DO need another desktop OS. by retchdog · · Score: 0, Troll

    You did it to yourselves, you fucking moron.

    --
    "They were pure niggers." – Noam Chomsky
  158. Re:We DO need another desktop OS. by ajlisows · · Score: 1

    (anyone else wonder why Add/Remove programs is called that even though you really can't add in any programs from there).

    For what it's worth, you used to be able to Add programs that way. I don't know if you still can. Back in Windows 95/98 you would hit "Add Program" and it would tell you to insert the install disc or something. It would look for "setup.exe" or "install.bat" or a few other similar programs and run it. Also, Add/Remove Programs is where you go to install additional Windows components.

  159. I can sum it up in one question by geekoid · · Score: 1

    "Why would I install another OS when mine comes with one that does what I need?"

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  160. Re:We DO need another desktop OS. by Grishnakh · · Score: 1

    Windows has not intuitiveness. The only reason why we think it has is because most people have been using it for 20 some odd years.

    Exactly, it's just like the QWERTY keyboard. Everyone's so used to it that it's really hard to change, but it's most definitely not a good design.

  161. Re:We DO need another desktop OS. by lgw · · Score: 1

    The controls for the wipers and lights are also pretty standard, and the gauges and their approximate location too.

    Ahh, you've never driven a car with pedal-operated high beams, I see. Control for wipers and light are pretty standards across Japanese cars, yes, but not so much broader than that. It takes me a while to familiarize myself with American car control layouts when I rent one. And my one German car was just full of tiny unlabeled switches everywhere that you just had to memorize from the manual.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  162. same shoes by Anonymous Coward · · Score: 0

    Because you're a cross dresser?

  163. Re:We don't need another desktop OS. by RightSaidFred99 · · Score: 1

    Sigh. Because if you use "SSH" and just run shit willy nilly you can't easily track successes, failures, etc.. It won't automatically run on new machines in your environment. That's why things like cfengine exist, you don't manage large environments by piping lists of hosts into a multi SSH script and running shit on all your machines on a whim.

    Not to say this will _never_ be done, but it's typically for one off situations. For example, if I want to just quickly install a patch on all existing machines and I know it's a one-time-only thing (maybe it's only legacy machines I'm patching) an SSH task might be fine. But not for day to day management.

  164. Other people know about Linux user experience... by Nomaxxx · · Score: 1
  165. Re:We DO need another desktop OS. by fullfactorial · · Score: 2, Funny

    Windows has not intuitiveness.

    The only "intuitive" interface is the nipple. After that it's all learned.
    - Unknown

  166. Re:We don't need another desktop OS. by rickb928 · · Score: 1

    Oh, you mean gamers.

    Except for the 'technical' audience stuff. Oh, gotcha.

    Another myth - everyday users aren't technical. Except for the ones using laptops,WiFi, and Ubuntu.

    If they can get through this, then they are technical. And if you're thinking this isn't much worse than Windows, well, now that we've set the standard, we know what you're aiming for.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  167. Re:We don't need another desktop OS. by DragonWriter · · Score: 1

    If there was a focus on engineering & integration instead of copying the Windows 95 desktop, I wonder where we would be today.

    I imagine we'd be using things like Gnome and KDE, neither of which has focussed on copying the Windows 95 desktop (though each has taken some elements inspired by the Windows UI, more in KDE than Gnome, as well as plenty that were inspired elsewhere or that are original), and which have focussed internally on integration, and even between eachother on interoperability, for some time.

  168. "fuck" is not a bad word. by Tetsujin · · Score: 1

    If we want to be adults, perhaps we should actual make clear points and not stoop to cursing?

    You seem to be under the impression that "cursing" is inherently bad. I do not agree. There are times when it's right to use the linguistic equivalent of a scalpel, and there are times when a sledgehammer is more useful...

    If you want to say that this was not a case that "shut the fuck up" was not a case that called for the use of the word "fuck" - then that's a valid viewpoint, though I would tend to disagree. What "fuck" brings to the equation in the case of the use in the summary is the right level of emphasis.

    It's like the expression "a picture is worth a thousand words" (which isn't true, BTW - even if you used enough words to convey what would come through in the picture, someone would have to actually read and understand that huge message before they got what the picture could have conveyed at a glance... Basically there is no equivalence. The picture conveys something words can't.) - these words exist for a reason. If you're not willing to use the potent words in your vocabulary, you're throwing away a lot of your potential to communicate.

    But at any rate, my beef here is with people using-but-not-using "curse words". Like they want to say "shut the fuck up" - but, oh no, "fuck" is a bad word, so we'd better not say it. How is saying "f***" any better in that case? How is it inherently bad to say "fuck", and why is it any better to communicate the word with 100% clarity without actually saying it? I think if people want to use the effective vocabulary they shouldn't be half-assed about it.

    --
    Bow-ties are cool.
  169. Re:Ubuntu not ready! by bigredradio · · Score: 1

    If you don't know for sure, don't write the fucking post.

    Yeah but what about.......um........nevermind

  170. Re:We DO need another desktop OS. by blackest_k · · Score: 1

    Thats really quite a lousy analogy, manual shift cars are easy to pick up and usually have a little diagram where the gears are. It's far more complicated figuring out where the headlight and foglight switches are, which stick is used for indicators and which for wipers.

    The accidentally selecting a wrong gear problem isn't as bad as you seem to think as using a clutch you progressively bring the clutch up to biting point where the car will try to move in one direction or the other. If its incorrect you depress the clutch and pick another gear. Usually failure to locate reverse results in nothing happening or possibly engaging 4th from a stand still which is likely to stall the engine rather than move the car.

    The problem used to be with automatic cars you could easily get in the situation of putting it in reverse instead of park, these days a standard pattern has been adapted making that error unlikely.

    Making Linux like Windows but not windows is pretty much doomed to failure there is always going to be something different or impossible or absent e.g iTunes isn't on Linux and likely will never be. Selling linux as windows but free is always going to lead to disappointed users. Some things can be better when you adapt to the new interface, some worse I don't like linux file requester dialogues for example in kde or gnome maybe its because when i select to save i expect the dialogue to be ready to take the file name i want the file to have. I dislike Windows in general but the file requesters are better than most alternatives.

    On the other hand that ribbon...

  171. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0

    You're either full of shit, or talking about an ancient Windows version. Given, Vista doesn't have *multi-touch* screen support, but neither does Linux or OS X. And Windows 7 will. So... yah.

    Please do the world a favor and stop spouting bullshit. If you don't know for sure, don't write the fucking post.

    So prior versions were not Windows?

  172. Re:We don't need another desktop OS. by teh_commodore · · Score: 1

    My OS is increasingly becoming just Firefox.

    --
    --"insert clever quote here"
  173. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0

    Touch support is installed in Vista/7 if you install it on a platform with touch support.

    I don't think Linux is "ready for the prime time", but I think that's more of a marketing mishap (ie, with the average user's view of Linux, if they know it, they already can see the green on black terminal window), then any fault of the developers.

    For the record, I'm not a Microsoft or Apple schill, I'm not a zealot who never tried Linux, in fact I use Ubuntu 9.04 for work AND I also use a MacBook for work as well. In fact, I use all three major OSes every day.

  174. But he was right... by imtheguru · · Score: 4, Informative
    But Mark's observation was right for bug 332945!

    For the benefit of those not familiar with this... the old behaviour of displaying updates was to display an icon next to the clock. The new behaviour is:

    • When there are security updates, Update Manager will open and show them (plus any other available updates) within a day.
    • When there are non-security updates, Update Manager will open and show them *one week* after it was last opened (whether it was last opened manually or automatically, and regardless of whether updates were actually installed then).
    • When there are no available updates, Update Manager will not open automatically at all.

    Friends' Ubuntu installations were rarely updated due to the limited attention received by the little icon. With the new [minimised] update window, the machines updated weekly.

    It all comes down to visibility.

    Cheers.

    --
    Yet Socrates himself is particularly missed.
    A lovely little thinker but a bugger when he's pissed.
    1. Re:But he was right... by Anonymous Coward · · Score: 0

      Many times the user is not king. In this instance a benevolent dictator did the right thing and in that instance I agreed. Actually, in many instances I would agree if it meant better interaction with a greater population on a broad basis. However, I wouldn't object to having an option to leave it visible on a more permanent basis for those who wanted it. ie: not your typical end user.

      Also, this is very similar to how Apple handles OS X updates and in my opinion is a superior method.

    2. Re:But he was right... by Nurgled · · Score: 1

      And now if I'm watching a full-screen video and Update Manager starts up I lose my full-screen context and need to get up to my keyboard and mouse (because if I'm watching full-screen video I'm probably not sitting at my desk) and reset the fullscreen setting.

      So I solved this by turning off Update Manager updates completely. Well done, Shuttleworth.

    3. Re:But he was right... by celle · · Score: 1

      "Friends' Ubuntu installations were rarely updated due to the limited attention received by the little icon. With the new [minimised] update window, the machines updated weekly.

      It all comes down to visibility. "

      Or harrassment. Updates are often coming out, prioritizing definitely helps the annoyance factor. A big window popping up in front of everything isn't always going to get kudos(interruptions) but at least you're getting told outright and blatantly about updates and other pending issues. Just depends on how many popups a week we're talking about.

  175. Re:We don't need another desktop OS. by VoltageX · · Score: 1

    >Shuttleworth should be talking with money. https://lists.ubuntu.com/archives/ubuntu-announce/2005-July/000025.html Shut the fuck up.

    --
    "Anonymous could not immediately be reached for further comment." - International Business Times
  176. Also... by spiffmastercow · · Score: 1

    Sorry to reply to my own post, but I'd also like to point out that the goals of BSD and GPL are very different. GPL has at its heart the idea of controlling code and making sure its only used in the way you want it to be used. BSD, on the other hand, is about letting people use your code, regardless of what they plan to do with it.

  177. "STFU protocol" nothing new by jc42 · · Score: 1

    I've worked in a lot of software development projects over several decades, and I can say that this STFU protocol is nothing new. In almost most projects, the developers are never allowed contact with actual users. This is commonly used as an explanation for why software is usually so awful from a user's viewpoint. But managers consider user interaction a waste of expensive developer time, and do all they can to prevent it from happening.

    Now, I can appreciate Shuttleworth's approach, since it seems to have the useful feature that the developer gets to observe the poor user's frustrations. But it probably does little to really solve the problem, since the developer (being a computer expert) probably develops little understanding of why the user is so frustrated. It's all too easy to dismiss the user's problem as mere ignorance. This does nothing to improve the usability of anything. To get any improvement, you need ongoing interaction between the developers and an assortment of users with varying knowledge of the subject area.

    I have no idea how to change the software-development culture to encourage this. But it seems obvious that Shuttleworth's method won't do much to fix the problem. It may humble the developer somewhat, but unless it communicates more information than "ignorant user", it doesn't do anything to improve the painfully slow process of making new software usable by non-developers.

    Of course new users are ignorant. They're new users, after all. They aren't the developers. There's no way they can have prior knowledge of how the software works. And if the developers have been kept apart from the users, there's no way the developers will produce something that makes much sense to most new users.

    Actually, there was one project I worked on that provided access to ignorant users. The managers of the project were excellent ignorant users, at least at first. I found that they were very good test subjects for new versions of the software. They had a sense of humor about it, especially when I told them that they were losing their value to the group. They were becoming knowledgeable users of the software, and were losing their value as test subjects. They laughed, and found us some more ignorant users to test with. That product's introduction actually went fairly smoothly, and we got a lot of orders for the first release of the product.

    But few managers are so understanding of the problems developers have in understanding how to make the software work well for novices.

    --
    Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    1. Re:"STFU protocol" nothing new by fotbr · · Score: 1

      The problem in open-source world is the answer given to questions is usually some form of "Come back after you RTFM", and often not even phrased that nicely. Many programmers are not the best people-persons (people-people?) and lack tact. This isn't a problem most places, since as you say, programmers are usually kept away from the customers. This isn't the case in the open-source world, where QA and feedback is direct via forums.

      I'll be the first to admit I don't have a solution to offer (because users to tend to have issues that are addressed in TFM), other than recognizing that even "helping" users is often the worst thing you can do if the person "helping" is missing tact.

    2. Re:"STFU protocol" nothing new by Anonymous Coward · · Score: 0

      The problem in open-source world is the answer given to questions is usually some form of "Come back after you RTFM", and often not even phrased that nicely.

      So someone is willing to provide you help, for free, for a free OS, and all they ask in return is that you try to help yourself before you come to them. Helping yourself, in this case, requires basic literacy and the willingness to use it. Since you are writing a post on Slashdot, I assume the basic literacy.

      If, however, you want someone to coddle you and hold your hand through each step, well, when you buy a proprietary OS now you know what you're paying for since Open Source has abundently demonstrated that the code itself can be free. Don't worry, user support is a neat little cottage industry that couldn't exist without a steady stream of helpless users who refuse to inform themselves, and this industry will be only too eager to accept your financial contributions in exchange for relieving you of the terrible burden of assuming responsibility for your own computing experience. Of course, entrusting your computing experience to these third parties means it will never be as smooth and problem-free and will never meet your specific needs as much as taking care of things yourself could have done, but hey, whether it's with dollars or willingness to get off your ass, you get what you pay for.

      Now go cry and whine about how this isn't the "people-person" response you wanted. You're a sucker for being told what you want to hear, that's all, and a people-person knows how to say it to you. You think the Geek Squad-level tech support guy gives a fuck about you personally? HAH-HAH! He's paid to, but he's much "nicer" and more of a "people-person" and you like that even if it's fake.

  178. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0

    ASSUME.

    ASS = U

  179. Um, no by melted · · Score: 3, Informative

    This was a new product, in a new (for Microsoft) market. We were starting from zero marketshare against firmly entrenched competitors. It took that product about five years to even start breaking even and now it brings in a healthy profit.

    People at MSFT by and large try really hard to put out the best product they can. Unfortunately, in a company the size of Microsoft it's not as straightforward as it perhaps should be. If you work on a product that's already shipped a few versions, you end up having to convince too many people to get anything changed, so unless something is truly horribly broken people tend to pick their fights and argue for the cases where have a greater probability of success.

    Fortunately, this is not an issue with new, v1 products, since you're building from the ground up. Hence, in our case, we've made fairly dramatic changes as we went along.

  180. Re:We DO need another desktop OS. by Jurily · · Score: 1

    People are used to MS, and anything different is "wrong".

    If people expect it, anything different is wrong. But there is nothing stopping us to make a compatible interface at least an option, if not the default.

    In user interface design, programming language design, and ergonomics, the principle (or rule or law) of least astonishment (or surprise) states that, when two elements of an interface conflict, or are ambiguous, the behaviour should be that which will least surprise the human user or programmer at the time the conflict arises.

  181. Re:We DO need another desktop OS. by Fulcrum+of+Evil · · Score: 1

    I dunno, qwerty isn't particularly bad - it tends to alternate hands and allows for some fairly fast typing: my mother made money doing typing on the side and she did 180wpm with no errors at the time. I do about 45 with no training to speak of.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  182. Re:Pretty good idea by Anonymous Coward · · Score: 0

    There is no single Linux OS that can be bettered/ruined by a single person. There are literally *hundreds* of Linux OSs. And even if there were just one single Linux OS, how can you argue *against* usability testing? If there's just one OS, and it goes through testing, it will almost certainly be made better, but if you *don't* test, it will still be the single Linux OS that everyone has to use, it just won't be as good.

    Yeah, It'll be Windows.

  183. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0

    Whoever modded this 'Insightful' should go kill themselves.

  184. Re:We DO need another desktop OS. by Jurily · · Score: 1

    When Microsoft could copy over the descriptive buttons from MacOS ("Overwrite:" [yes|no] and "Keep this setting [yes|no]" to File exists: [overwrite|don't overwrite] and "[Keep setting|abandon setting]" etc.), we're actually finished building a UI metaphor.

    Yes/No questions are horrible. You can only answer it if you read and correctly interpreted the question, which can be tricky if the question is phrased wrong. A [Delete]/[Cancel] pair is much clearer and faster to interpret (See, you already know which dialog this is, and there isn't even a question).

    And please don't confuse themes/skins with usability. It's not the color of the menu that counts, but how much you have to wait for the shiny animation to finish before you can click again.

  185. Re:We DO need another desktop OS. by Dun+Malg · · Score: 1

    which stick is used for indicators and which for wipers.

    Are you kidding? That's one that never moves: it's the one on the left, that you can reach with your hand on the steering wheel.

    --
    If a job's not worth doing, it's not worth doing right.
  186. Re:Ubuntu not ready! by dangitman · · Score: 1

    Yeah, because the average computer user has a touchscreen PC. WTF?

    --
    ... and then they built the supercollider.
  187. I Disagree. by smpoole7 · · Score: 1
    > It was opposition to binary-only drivers that
    > kicked off the formal free software movement

    .

    Stallman himself says that the primary goal of the GNU Foundation, when it was created, was to develop a free version of Unix. Drivers were only part of it.

    > What's more, the fact that the binary Nvidia
    > drivers are treated as a sort of pariah helps
    > Linux overall

    I'm sorry, but this is a happy fantasy. The primary reason why you don't see more drivers for Linux is because manufacturers are frustrated by the need to recompile/rebuild each and every time the kernel is updated. THIS is the primary source of frustration amongst Linux users, too -- they'll install the NVidia driver kit (which, just for the record, generally works just fine and enables advanced features), only to have the whole thing break when the next Kernel security update comes out.

    I think there is a place for FSF philosophy, but there's a reason why the more pragmatic OSI was founded.

    Further and finally, while I love Linux -- absolutely and to death -- it is NOT, as of this writing, the most popular F/OSS. Packages such as Mozilla's Firefox and OpenOffice would get that nod, if you go by install figures.

    And just for the record, I think your sig line gives a great insight into your mentality. :)

    --
    Cogito, igitur comedam pizza.
    1. Re:I Disagree. by Anonymous Coward · · Score: 0

      Stallman himself says that the primary goal of the GNU Foundation, when it was created, was to develop a free version of Unix. Drivers were only part of it.

      Go back even further. It all started with a printer driver.

      RMS and friends were working on a project (university project, I think), and the printer they needed to use was in a different part of the building. The printer had a tendency to jam, so they'd walk all the way to the printer, find that it had jammed on page one, and need to walk back to the terminal, to send the print job again.

      They were programmers, they could easily have added a couple of lines to the printer to detect the jam, so that they wouldn't need to walk all the way to the printer to find out.

      Except for one thing. The printer driver was closed source. The printer company wouldn't make the change, and refused to give them the source.

  188. Re:We DO need another desktop OS. by Anonymous Coward · · Score: 0

    Plus, with Windows update you never know what you are going to get

    So, what you're saying is, Windows Update is like... a box of chocolates? Mmmmmm...

  189. Re:Ubuntu not ready! by westlake · · Score: 1

    Every desktop-oriented Linux distribution has video drivers built in that provide basic support for anything a "normal user" will need to do. If the user wants to play games or whatever most desktop-oriented distributions provide a nice GUI to download and install the proprietary drivers automatically.

    To me this reads like a very strange definition of "normal" - particularly in the home market - where media play and gaming are important to a very broad spectrum of users.

  190. Re:We DO need another desktop OS. by thethibs · · Score: 1

    That's a really good point. I always run in "Windows Classic" mode because I find the newer themes distracting.

    The interesting thing is that whenever I have to work on someone else's machine, the first thing I ask is whether I can temporarily switch the UI to Classic. The response, without exception, has been, "You can do that? Sure. And please leave it that way when you're done."

    A bit of, "if it ain't broke, don't fix it."

    --
    I'm a Programmer. That's one level above Software Engineer and one level below Engineer.
  191. Re:Ubuntu not ready! by StayFrosty · · Score: 1

    Media play works fine with open-source drivers. With the current state of gaming in Linux, users who really want to go through the hassle to get games running in wine will go through the hassle of clicking the one button it takes to install the proprietary video driver.

    --
    "Frequently wrong, never in doubt."
  192. The grandma focus by jmv · · Score: 1

    I think a lot of OSS software (I'm think about gnome in particular) is so focused on "grandma can use it" that they're ending up in a state of "grandma's the only on who will want to use it". It's nice to be simple to use, but in the end if I can't do the more complicated things I want, then what's the point. Again, a gnome example. To make everything "so much simpler" I now have to use gconf-editor to configure many of the apps/tools because the option I was isn't considered "mainstream" enough. Now, talk about user-friendliness.

  193. Re:We DO need another desktop OS. by thethibs · · Score: 4, Funny

    This has to win an award for the longest sentence ever posted on Slashdot, with a special mention for incoherence.

    --
    I'm a Programmer. That's one level above Software Engineer and one level below Engineer.
  194. Re:We DO need another desktop OS. by uncqual · · Score: 1

    Has she figured out yet why her MS doc files format like shit in Open Office?

    --
    Why is there an "insightful" mod and why isn't it "-1"? If I wanted insight, I wouldn't be reading /.
  195. Re:We DO need another desktop OS. by thethibs · · Score: 1

    The repository is an important source of software, and by itself will satisfy many people's needs. Neither MS Windows nor MacOSX have anything really comparable.

    Sure they do, in fact, several. I invite you to visit tucows.com or the PCMag download section.

    Find an application you want and click "Download Now". Thanks to the Windows standard, selecting an application to download has the same effect wherever you find an application. Installing is as simple as double-clicking the setup file that's downloaded to your desktop.

    --
    I'm a Programmer. That's one level above Software Engineer and one level below Engineer.
  196. usability issues by carbon116 · · Score: 1

    When I install Thunderbird on Ubuntu, why do I have to compile it first? When I conduct an update in Ubuntu, why do I download loads of files?

    I think it's this kind of stuff that has to get sorted in Linux if my Mum is to use it.

    --
    I'm too cool for a sig.
    1. Re:usability issues by uncle+slacky · · Score: 1

      Funny, I've never had to compile Thunderbird in Ubuntu - it's in the repository already.

      I'm sure if you added up all the individual updates for each application in Windows you'd end up with a figure not too far from a typical distro update, which of couse includes updates for apps as well as the OS.

      --
      Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it.
    2. Re:usability issues by Anonymous Coward · · Score: 0

      Well, I wasn't sure what I had to do to get Thunderbird running - I suppose that's an issue in itself?

  197. CDE had it right-Re:Switch Nautilus wallpaper off. by Animixer · · Score: 1

    The desktop switching and automatic different default wallpapers for CDE (the Common Desktop Environment) was one of my favourite features. There was basically nothing worth configuring, and it was so dead simple. The terminals like dtterm were wicked fast, the window manager was light and worked ok with 8bit colour....and it was on Solaris, AIX, HP-UX....an actual 'common desktop environment'. Most of the time, all I need are about four fast raster-font terminals anyhow.

    But the automatic different backgrounds (albeit ugly) were great.

    --
    man tunefs | grep fish
  198. Re:We DO need another desktop OS. by mpeskett · · Score: 1

    I don't know how all the lefts/rights translate, what with how here in Britain we drive on the opposite side of the road (and accordingly have the driver's seat on the opposite side of the car) but the norm here is to have the indicators on the left, wipers on the right. I assumed the rationale was that the right hand would do most of the steering, left hand was for changing gear and indicating - the things that require you take a hand off the wheel. Wipers, used less often, can go the other side.

    My car is reversed from the norm; indicators on the right, wipers on the left. Took a while to get used to, but now that I am used to it I'm just as messed up by a normal car as anyone else is by mine.

    Taking a guess at which stick you meant was "the one on the left", I'd say my layout is a complete mirror of yours - driver on the opposite side, sticks reversed too, whereas a normal car here is more a translation than a reflection; sticks the same way around, but on the other side of the car. So the minor feat of flipping the indicators up/down with an outstretched finger while steering and changing gear at the same time would be possible in both of our cars, but not a normal British one.

    So wait... this all means you mainly use your left hand to steer? Damn... that would mess with me. I seem to have developed right-handedness for steering, I guess because it's the stronger hand and gets used for steering all of the time (unlike my left which spends some time changing gear, some time just holding the wheel as a counterweight to my right) My left hand is only really good for holding the wheel steady, not steering like a competent driver.

    I have spent far too much time thinking about this...

  199. Re:We DO need another desktop OS. by mpeskett · · Score: 5, Funny

    I really doubt that could even come close to being the longest sentence ever posted on Slashdot, although it might possibly be the longest sentence put together without including any punctuation or obvious structure - the trick really to building an excessively, almost absurdly, long sentence is to first ensure that it contains plenty of subclauses to pad out the length, adding extra detail without becoming complete sentences in their own right, which allows you to keep adding words without bringing the sentence to an end, followed by the addition of plenty of un-necessary, redundant and absolutely preposterously worthless adjectives and further extra description, and then the final stage is to replace natural sentence breaks with connective words, commas and semi-colons to paper over the gaps between what would otherwise be separate sentences and keep the run-on flowing so that the sentence can just keep on growing and growing without any real limit or inhibition to further growth, save for the limiting factor of the author's patience with the endeavour.

  200. *sigh* these kids . . . by hawk · · Score: 1

    kids . . .

    I learned programming cheating at star trek, loaded from tape . . .

    Far more interesting than the atari . . .

    what's a "nintendo"? Something you didn't mean to do, as in, "I nintended to shoot that klingon"?

    hawk

  201. Professionals configure computers. by sowth · · Score: 1

    Except the end user should not have to configure and install their operating systems. That is the job of the hardware manufacturers and the "friendly" "Geek Squad" types at the local computer / electronics stores. Linux (Unix) was designed for professional admins to fix the computer while the end user doesn't have to worry about it.

    For a stupid car analogy, you wouldn't expect someone to have to install the engine (or brakes, or transmission) or tweak the settings on those components just to use a car. They send it to a mechanic if they need one of those things done.

    In fact, I have seen people do exactly that with their MS Windows systems, so I don't see why Linux should be different. Only people who work in IT (or are hobbyists or do-it-yourselfers) work on their own computer, just as mechanics and such are the only people who work on their own cars. The real problem is the company who turned choice into "all must use the one true OS!"

  202. Re:We don't need another desktop OS. by nacturation · · Score: 1

    I think it's time for a big dose of, as Mr. Shuttleworth himself so elaborately expressed, shut the fuck up.

    I think you mean eloquently, not elaborately. I'll shut the fuck up now.

    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  203. Re:We don't need another desktop OS. by Risen888 · · Score: 1

    I still get the predictable responses to requests for help with Linux software issues:

    Can you provide a link?

    --
    Hey, I finally got my first freak! Took you long enough!
  204. Why doesn't he do something about it? by Anonymous Coward · · Score: 0

    Okay, he's said what he has to say, and it makes some sense. However, given Ubuntu's beating they've taken on how little actual development they do, why don't they take the lead and actually make the necessary changes? It is open source... But, they don't. He makes a lot of noise, then uses mostly others' work, and markets it so that everyone can say "Ubuntu is awesome!". If he doesn't like the state of things, pony up and do something about it! Otherwise, "Shut the f*ck up!"

  205. Re:Ubuntu not ready! by Bert64 · · Score: 1

    How do you work out who the manufacturer is and what their website is?
    When you download random binaries from some website in china (where most hardware is made) how do you know its legit?

    Perhaps for external devices there will be branding on the case, but what about internal stuff like PCI cards?

    Clued up users use apt-get because its quicker, users who are afraid of the cli can use synaptic package manager to do the same thing.. It's like an extended version of keyboard shortcuts.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  206. Re:We DO need another desktop OS. by MrNiCeGUi · · Score: 1

    Well, in my last three (european) cars, those two switched places every time. FYI, I liked it better when the indicator switch was on the right (now it's on the left again). You could drive the car with just the right hand, operating gears, indicators and wheel at the same time.

  207. Re:We DO need another desktop OS. by blane.bramble · · Score: 1

    Tell that to Hyundai on the Tucson then.

  208. Re:We DO need another desktop OS. by Lord+Bitman · · Score: 1

    Thank you! It's not "Linux" that needs UI changes, it's "a bunch of Linux Software". The only reason one can even mention "Windows" to mean "a bunch of Windows software" is because it's mostly produced by the same company.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  209. Re:Ubuntu not ready! by indiechild · · Score: 1

    You should take some of your own fucking advice.
    http://en.wikipedia.org/wiki/Multi-touch#Mac_OS_X_Tiger

  210. Sausage Fest Linux by Anonymous Coward · · Score: 0

    Apple and Nintendo both have alot of female fans, so why is Linux still Sausage Fest? It's because Ubuntu/Linux is still not user friendly enough to appeal to women. You know you have a user friendly product if there are significant number of women using it. Anyway I'm pretty sure Linuxcon was a sausage fest.

    .

    1. Re:Sausage Fest Linux by Anonymous Coward · · Score: 0

      Your funny post has some hidden insight.

      I think those shut-up experiences should get Women to test the software.

  211. priority number one: pda support by paai · · Score: 0

    I would expect one of the most important features for a good desktop, the ability to use all functions of the PDA from the desktop, before all, effortless syncing of calendar, contacts and memos.

    As far as I know, there is only a single line of PDAs that more or less can sync with Linux: the PALM based ones. Even then, there are all kinds of problems. Kpilot did work after a fashion with KDE3, but it is hopelessly broken with KDE4 because of the Akonadi disaster. Evolution does sync, even with bluetooth, but there still are some bugs. Jpilot works fine, but only over a serial link, and it is a stand-alone application.

    If you don't have a Palm (and they are really old fashioned nowadays), the situation is worse. I know of no modern PDA, that is guaranteed to sync with the Linux desktop. Sometimes, partial succes is reported, but even then we are not talking out-of-the-box solutions. There is always a fair amount fiddling with libraries, (re)compiling, much burning of incense and never 100% functionality.

    Somebody tell that to marc shuttleworth...

    Hans Paijmans
     

  212. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0

    If by "ancient" you mean "has 66% of all computer market share" then yes, 2 out of 3 computers have no mutli-touch support. So.... yah

  213. Wrong, wrong, wrong! by Anonymous Coward · · Score: 0

    You sit and watch someone struggle with the software that you've so lovingly produced

    Wrong, wrong, wrong!

    You sit while the user beats you with a cluebat after giving up the struggle with the software that you've so lovingly produced.

    There, fixed that for you.

  214. Re:We don't need another desktop OS. by Anonymous Coward · · Score: 0

    That link is outdated, you can do it all from the a GUI now.

  215. Re:We DO need another desktop OS. by higuita · · Score: 1

    "Then your system admin is an idiot. Plain and simple. There is absolutely no other reason for that being possible."

    Its called security hole...
    any system can have then, but windows always had more, its usually easier to break by design (but its getting better designed in each release) and the lusers are usually alot simpler to trick doing the wrong thing

    "WTF? There's a clickable link right there for "Add Programs", where your admin can advertise available programs through Active Directory."

    yep, everyone knows how to work with AD, its plain simple in usability!! NOT!!

    you are trying to compare windows and linux, yet you use both sides for windows ( home user and enterprise ) yet only home user for linux for comparing

    if you are a home user, you have a set of problems for both OS, in enterprise you have others...
    example: text files and installing programs in linux on a enterprise is almost totally blocked for users in a enterprise, a decent admin will do all that and the user just use the machine... just like windows
    Linux admin for a home user might look harder than windows, but in a enterprise its the oposite

    Finally, there are the false issues, linux for home user arent really that different from windows to admin... linux have a lot more choice/flexibility, that might confuse some users, it have advanced apps that are always hard to config and manage, but windows also have its own problems! to start, most of then arent administrated at all, the most common administration action in windows is to reinstall. then a user have to install many apps in windows to make it useful... then update then manually to fix security problems. If you use apps that are build for that system, everything is fine... if you try to use things not designed for that system, you are screwed! ... this for BOTH OS
    in any case, users/admin must know what they are doing, not knowing, searching, reading, learning will only lead to complains that it "doesnt work"

    --
    Higuita
  216. Re:Pretty good idea by Anonymous Coward · · Score: 0

    "There is no single Linux OS that can be bettered/ruined by a single person. There are literally *hundreds* of Linux OSs."

    There is only a one Linux OS, you can get it from kernel.org. Yes, the Linux kernel is a operating system. Linux is monolithic kernel, not a microkernel.

    But, there are multiple releases (uname -r) and multiple versions from every release (uname -v) and you have hundreds of *distributions* of Linux OS (kernel).

    The Linux OS is powerfull because you are not forced to use the one desktop for it. No one has integrated the user interface to Linux OS. You have possibilities to choose what desktop environment you want on your screen. That is what matters for NORMAL user. Not the OS. Normal user does not care what OS she or he is running, as long the desktop is easy to use. And he or she does not care about desktop if 95% time goes only using web browser or other application without need to manage files with Dolphin or Nautilus. Write some emails with Kmail or Thunderbird. Manage photos with digiKam or F-spot and so on.

    Do not blame the OS (linux kernel) if desktop (desktop environments, windowmanagers) or applications (firefox, audacity) are terrible. OS just runs all those softwares on the machine. You can only blame the OS if the hardware does not work (even it has driver for it) or it is slow by some reason (bad scheduler, memory management, networking etc).

    Mark Shuttleworth should itself just shut the f* up. He again stoled the idea of old way to do usability testing and presented it as hes own. Now Ubuntu fans are all again tounting how Mark is wise and needed.

    Welcome to usability testing where Mark is actually very late and poorly prepared for actuall testing.

    But hey, we can always let Mark to be samekind as RMS, taking fame of others on the field. It is just sad that people does not listen or learn until some famous guy comes and says it on TV or Internet.

  217. Screensavers and networks by Anonymous Coward · · Score: 0

    To be honest, not much. But they have made such a religion about it, taking away configuration even in cases where it is required to actually use the system properly!

    Especially screensavers. I just cannot understand why they prevent you from configuring screensavers - even ones that require user input, like where your pictures are stored. You can't even control which screensavers run - you can have all of them randomly, or a particular one.

    And being able to configure static ip addresses.

    I do use gnome rather than KDE (too much configuration everywhere you look!), but I replace the screensaver component and network manager. So it's not a total disaster, but it is irritating when ideology overrides common sense.

  218. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0

    Actually Linux does have multitouch and Multi-pointing support. The Xorg had such few years ago. But you need devices to support it as well.

    So please, do the favor and stop shouting bullshit. Thanks!

  219. Re:We DO need another desktop OS. by Anonymous Coward · · Score: 0

    Well if a million users expect a certain UI widget at a certain spot doing certain things, what's there to stop someone from fulfilling this expectation?

    If the goal is mass appeal to Microsoft fanbois, well, make it appealing then. It's much easier to change a bit of code than try to evangelize some million users.

    The problem with fulfilling the expectation that everything should work just like Windows, is that then we could just as well go back to Windows.

    You might get the idea from reading Slashdot, that Linux users use Linux because of some kind of hate towards rich people, but let me assure you that this is not the case for most of us. We use Linux because we consider it better than Windows, in one way or another. Making it just like Windows would remove our reasons to use Linux in the first place.

    This is not about taking Bill Gates money away. It is about gaining enough users to get the attention of hardware and software companies, so that we can use the system we like for all of our needs. It may be something like Autocad, or even just the newest version of Command & Conquer, doesn't matter.

    Turning the system we like into a clone of the system we don't like doesn't help reach that goal. It just leaves the position of "system we like" open for FreeBSD to move in.

  220. Re:We DO need another desktop OS. by EsbenMoseHansen · · Score: 1

    In Windows, you know to run setup (the word makes sense) to install.

    Huh? What would make sense would be if you run install to install. Running setup to install makes no sense at all.

    --
    Religion is regarded by the common people as true, by the wise as false, and by rulers as useful.
  221. Re:We DO need another desktop OS. by phoenix321 · · Score: 2, Interesting

    You're not going to completely cover all the minute details, of course. But there's a ton of established de-facto standardization that you can emulate or reproduce without doing damage to your user interface.

    To stay in the analogy domain: make sure the left hand control is for lights, indicators, horn etc. (= signalling) and the right hand side for wipers, air conditioning, defrost etc. (= climate adaption), no matter whatever side your steering wheel is on. If you need to turn, twist, click or move a paddle, switch or knob is less important, because at least the user is going to look in the right place and will probably figure it out quickly.

    Some things cannot be standardized, especially the gear shift position, because hardware limits prevent you from mounting the gear selector on the right side of a right hand drive or left side of a left hand drive - but the position is obvious enough in the first place.

    Problem are the myriads of possible reverse selector positions, because
    - people usually need it in a hurry
    - it obviously cannot be worked around
    - inappropriate settings are highly dangerous
    - it's possible to not notice a wrong setting at all (hence the sound most modern cars make when reverse is selected)
    - it's possible to be underway for a while before noticing that this setting is ambiguous

  222. Re:We DO need another desktop OS. by phoenix321 · · Score: 1

    You mentioned two goals:

    - having a system you like to use
    - having access to decent programs

    If A hinders mass adoption, it also hinders goal B, which is the reason for this discussion.

    As I understood and experienced Linux, A is not a valid reason to style the GUI, because there are literally thousands of window managers and desktops to choose from, leaving capable Linux users with more than enough alternatives to "have a system you like to use".

    Therefore, goal B is of higher importance, and that usually requires an implicit step of "luring people away from Bill Gates", if you like to put it that way. There's a bit of networking effect involved like in "companies don't produce printer drivers for a platform that people don't use because there's no printer driver for it", but that's not an argument for or against mimicking established GUI and OS metaphors, just an effect that severely punishes ongoing balkanization in the OS world.

  223. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0
    First:

    If you don't know for sure, don't write the fucking post.

    And then:

    I'm guessing the situation where you have to download a separate installer for Windows tablet is the rarer situation. I could be wrong.

    ;)

  224. Problem is emphasis of features over workflow by hrpatton · · Score: 2, Interesting
    Free Software programmers and designers tend to emphasize features over workflow. This is understandable given that most of them use some flavor of Unix-alike for their primary OS. They have a command-line mentality. The important thing is that the feature exists; one can always read the man page for the syntax.

    This carries over to GUI apps and desktops. Desktop Linux apps are crammed with features, no less than apps for Windows and OSX. The problem is that the designers don't consider what tasks users actually do, and it what order. That's where extensive (and expensive) UI testing pays off for Apple and Microsoft.

    Consider Blender. Its UI is much maligned for being a nightmare of contextual button panels, but the UI's density is not the underlying problem. What's wrong is that the designers don't take into account the workflow of actual users. The software's jam-packed with functionality, but much of it is mired in multi-step processes that make the workflow painful. It's almost literally impossible to use the app without tutorials.

    Go read the docs and try to figure out how to apply a decal to a model in Blender. It's reasonably straightforward once you know how to do it, but it's weirdly complex. It's a perfect example of the mindset of a designer who's trying to implement a feature--"We can do it with an empty object!"--without considering the task the user wants to perform with it.

    You're not going to win over any users by saying, "The function's in there! It's on a par with professional apps that cost thousands of dollars!" If a user runs into teeth-grinding frustration, the app's functionality doesn't matter. It's not what the app can do; it's what the user can do with the app.

  225. Re:We DO need another desktop OS. by AtlSickBoi · · Score: 1

    Bravo. Well done.

  226. Re:We DO need another desktop OS. by muckracer · · Score: 1

    > When it achieves the same level or better of intuitiveness as Windows, then it can compete.

    Press START to QUIT...

    Right! o_O

  227. Re:We DO need another desktop OS. by muckracer · · Score: 1

    > The only "intuitive" interface is the nipple. After that it's all learned.

    I'd like to verify that through some usability studies... :-)

  228. Re:Ubuntu not ready! by cciechad · · Score: 1

    You probably shouldn't tell others that they are full of shit when you are also spouting BS. I know for a fact that Linux has multi touch support in 2.6.30.

    --
    https://www.fsf.org/associate/support_freedom
  229. Get off my bridge by jason.sweet · · Score: 1

    Unless you happen to own the right hardware, getting wireless to work on linux will involve jumping through hoops that the average computer does not have the desire to do. If telling the truth make me a troll, then a troll I am.

  230. Re:*sigh* these kids . . . by Anonymous Coward · · Score: 0

    Dude, I don't think computers were around back in your day, I don't recall any dinosaurs using a computer.

  231. No, versions should be decoupled by Anonymous Coward · · Score: 0

    An OS should support any version of an app. That Linux distros come with some apps preinstalled is just sugar. Actually, "coordinating" releases is bad because it breaks the "release early and often" paradigm. Ubuntu's control freak attitude is fundamentally wrong here. They should stop seeing apps as part of their OS and accept that they are separate entities, with their own bugtrackers and their own extension systems (Firefox!) where the Linux distro has simply no business meddling with.

  232. Re:We DO need another desktop OS. by infinitelink · · Score: 1

    'Luring people away from Bill Gates' is not the issue: it's 'away from the photo software that came with my digital which I can put antlers on my kids heads', or 'away from the software dedicated to my work and standard in my industry' that's the problem; Gates is just assumed: many I meet don't even understand what an OS is: a computer is just this appliance thing, much like Apple intends its stuff, but Microsoft-loaded computers are just assumed to be. Get the software available, and you'll start getting the moves; not that the UI and many (MANY) other (horrendous and often easily fixed) problems in Linux aren't themselves issues. Note how so many people get a Mac and, they say, 'I/we love it'; this only works when the software they need is available for their platform (i.e. if it's for work, etc.), but Mac by virtue of being known, commercial, supported, gives clear documentation to devs, is reliable enough a company (one can never rely on the distro makers for Liux much), etc., is supported widely enough (and just enough) that it's somewhat viable; not to mention they don't flinch at the idea of advertising dual-boot (they've become aggressive because on hardware--see commercials, but in reality they're pretty much OS agnostic in a way: and not worried that someone must boot into the other for some tasks, whereas with Linux it's always 'we're trying to replace...'). Anyway, just some thoughts: typing this from Xubuntu, and loving it. : )

    --
    Intelligent idiots are we. | Evil men do not understand justice.
  233. Re:Ubuntu not ready! by Blakey+Rat · · Score: 1

    Well, I figured since Apple doesn't sell any hardware with a touchscreen (other than a cellphone), it's really irrelevant whether OS X has multi-touch support or not. Even if it has it, the vast, vast, vast majority of Mac users can't use it.

    You're right, though, I should have mentioned it. Since you can plug-in an external touchscreen monitor and use that. But there's no need to be so rude.

  234. Re:Ubuntu not ready! by Blakey+Rat · · Score: 1

    You probably shouldn't tell others that they are full of shit when you are also spouting BS. I know for a fact that Linux has multi touch support in 2.6.30.

    The difference is that when I install Windows 7 on my touchscreen tablet, it FUCKING WORKS. And when I install the latest Ubuntu on it, it DOES NOT FUCKING WORK.

    So while there may be some API that supports it in the Linux kernel, kudos to you, but that seems mostly academic since it doesn't actually fucking work when installed onto a tablet PC. The real point is that since Linux has so many thousands of random widgets and plug-ins, and crazy random software "stuff" made by some guy in a garage, that it supports damn near everything. (Of course, using that definition of "support", so does every other OS) But none of that matters if I install the OS on my tablet and the touchscreen doesn't work.

  235. Re:We DO need another desktop OS. by ooomphlaa · · Score: 1

    Within Add/Remove Programs you and Add/Remove Windows features as well as if using group policy in a domain environment this is also where you can set programs to be picked up for install. As well as (not that anyone would use this method) you can install software from Add/Remove by navigating to the installer through the Add/Remove GUI. Your comparrison of Ubuntu to Kubuntu (GNOME to KDE) and Windows XP to Windows 7 is a huge leap. There are loads of difference between XP and 7 far beyond the GUI. Not to mention that you can make XP look just like 7 with some modes and extra software. I am a fan of Linux but a MS Administrator by trade. I'd love to see more people use Linux and see what they are missing. What I would really like is to see the battle between the major three Windows, OSX, GNU/Linux end and a new OS born that combines the best of breed from all three. Having used Windows for many years and GNU/Linux for only a few I now find myself nearly weekly saying, damn, I wish I could do this in Windows like in Linux, or Damn, why is this so hard to find/change in Linux, in Windows it's right there. None of them is perfect and each does certain things better than the other. I completely agree with other posters though, and even in my own experience, that often when using a new OS you do compare it to what you are used to. That is human nature. And most end users aren't admins or programmers, they can't look beyond their biases and think, what would make a better OS, not why is this not like what I am used to.

    --
    "I wouldn't recommend sex, drugs or insanity for everyone, but they've always worked for me." --Hunter S. Thompson
  236. Re:Ubuntu not ready! by oo_HAWK_oo · · Score: 0

    It was an example you moron! Don't be a dick!

  237. The only thing I think Linux really needs by Kevin108 · · Score: 1

    at this point, and the Linux purists will condemn me for saying so, is to be able to go to a given web site choose between the Linux, Mac or Windows version of a given program and download a self-installing package that goes Next, Next, Okay. I don't want to have to deal with repositories and dependencies and having to choose which version of Firefox 3.5 I want from a list of 50 entries.

    --

    It's a perfect time for being wasted.
    A perfect time to watch the stars.
    - Burden Brothers, "Beautiful Night"
  238. Re:Ubuntu not ready! by cciechad · · Score: 1

    So what you are saying is an OS that hasn't even been released supports it. Linux has had support since June 10, 2009. In my book that means Linux beat them by 4 months. Also it does work on Linux all you need is 2.6.30 and Xorg 7.5(possibly compiz too I don't remember) Just because you aren't intelligent enough figure it out doesn't mean that it doesn't work.

    --
    https://www.fsf.org/associate/support_freedom
  239. STFU is a great idea by MaryBethP · · Score: 1

    I think the entire development team should have to watch! There are often developers who don't care about the end-user experience, and then wonder why their bills don't be paid when the software flops.

  240. Re:Ubuntu not ready! by Blakey+Rat · · Score: 0, Troll

    Also it does work on Linux all you need is 2.6.30 and Xorg 7.5(possibly compiz too I don't remember) Just because you aren't intelligent enough figure it out doesn't mean that it doesn't work.

    Yes, actually, it does. If I plug in a blender, hit the "Go" button, and it doesn't blend... yes, that means the blender doesn't work. It doesn't matter whether or not my IQ is 50 or 200, and it doesn't matter if I have a electrical engineering degree or not. Works and doesn't work is a pretty damned binary concept. And the latest Ubuntu doesn't work with a touchscreen.

  241. Re:We DO need another desktop OS. by Sax+Maniac · · Score: 1

    Wow, you should consider writing some Winnie The Pooh books. You've got the A. A. Milne British run-on sentence down to a science!

    --
    I can explanate how to administrate your network. You must configurate and segmentate it, so it can computate.
  242. Re:We DO need another desktop OS. by Anonymous Coward · · Score: 0

    The more people who use Linux, the more commercial software developers will write their programs for it.

    I am a PC gamer. Do you know how much I would love to get rid of Windows entirely from my computing life? When I realised that Linux was better in a lot of ways than Windows, the only thing stopping me was the huge base of supported apps on Winblows.

    Just like the huge base of apps is allowing Apple to keep on 69ing with AT&T.

  243. Get the basics right first by FreakyGreenLeaky · · Score: 2, Insightful

    /begin rant.

    Noble goals, etc, but for crying out load, get the basics right first. Hear me Mark, my cousin?

    This is probably all Gnome shortcomings, but still:
    Universal copy/paste between applications, like windows, for fuuuuck sakes (don't tell me to right-click select copy).
    Consistent window behaviour:
    - tabbing behaves differently in various windows.
    - hitting enter doesn't always select the default button.
    - ESC doesn't always cancel the window.

    Yes, yes, there are workarounds and the argument that one simply needs to adapt, etc, etc, to which I reply: fuck off. This is basic shit and there is well-established and expected GUI behaviour which windows folks take for granted. If the Linux "desk top" is ever going to /begin/ to make any kind of significant inroads into windowsland, THEN FIX THE BASIC SHIT for your target users.

    Then there's the bloody twitching abortion which is Linux printing: default printers mysteriously stop printing. Only workaround is to clone them (then it mysteriously works again). Another fuckup is print authentication: I've already entered the goddamn password - yet my print job is defered because it's decided to forget my password despite my having clicked "Remember my fucking password."

    What's up with this friggin crackling when streaming audio? huh? Change the stupid "driver" and it works for a day, then it crackles again. This is simple fucking shit which works flawlessly elsewhere.

    Now, don't get me wrong, girls, I love Linux. Have used it since 0.9.x - on servers. However, when it comes to recommending a desktop OS for friends/family, I insist they use windows since I don't have the energy to help them adjust to something which is unnecessarily obtuse and difficult to use.

    And please, spare me the knee-jerk fanb0i responses, or I'll bliksem you :D

    /end rant.

  244. Re:Ubuntu not ready! by cciechad · · Score: 1

    OK now you are switching the subject. I said it works in Linux not Ubuntu. Specifically it works on Gentoo(My guess is that it probably works on quite a few other distros as well). If you want to cherry pick a distribution that it doesn't work on you could probably be right about just about anything not working on Linux.

    --
    https://www.fsf.org/associate/support_freedom
  245. Re:We DO need another desktop OS. by kd4zqe · · Score: 1

    "anyone else wonder why Add/Remove programs is called that even though you really can't add in any programs from there"

    Actually I'm wondering why you haven't noticed that you can.

    And under a Windows Terminal Server environment, using the "Add Program" feature is a requirement for any application that doesn't use a Windows Installer or InstallShield shell to trip the server into Installation Mode.

    At least with Windows, I almost never have to use the term "compile," and if it does, it doesn't bother me about it.

    "Blissfully ignorant since Windows 3.1, March 1992."

    P.S. Yes, I used DOS... When I was 8 and my brain was still play-doh, and I'm happy I'll never have to write another config.sys file again!

    --
    You're not paranoid if they really ARE out to get you...
  246. Re:Ubuntu not ready! by MajorCatastrophe · · Score: 1

    There's a 4th category: People who are happy to install drivers, but expect them to work.

    I've recently been trying to get a Broadcom NIC working on a Red Hat 5 installation. It didn't work out of the box - fine, I'm happy with that. Windows didn't recognise it either. But when I got the Windows driver on that system, it "just worked." After downloading and compiling about 4 different versions of the Linux driver, all of which claimed to support my kernel version, the only one that actually gave me an eth0 in my ifconfig listing would hard lock the system as soon as I tried to ping anything on my LAN.

    Linux is not ready for prime time.

  247. Re:Ubuntu not ready! by dangitman · · Score: 1

    An example of what? Presumably that "Ubuntu is not ready for prime time" going by your post. How is a feature that almost nobody uses, an example that it's not ready for widespread use?

    --
    ... and then they built the supercollider.
  248. My wife is an accountant by melted · · Score: 1

    And their entire office was upgraded to Office 2007 in a couple of months after it came out. They were ecstatic about it, too, since features that were previously hidden in the menus were now right there, intuitively laid out and ready to be used.

    Me? I couldn't care less about 2007, but I think whoever came up with the idea and pushed it through has an enormous pair of balls. This is the best innovation that's come out of Microsoft in a LONG while.

  249. Re:We don't need another desktop OS. by orngjce223 · · Score: 1

    True, but until Flash for Linux catches up to Flash for Windows (Flash in WinXP in VirtualBox runs at the same speed as Flash in Linux natively o.O) it definitely won't be "ready for the desktop" on, say, netbooks that people want to play dinky little flash games on.

    --
    Note: I was 13 when I wrote most of this. Take with several grains of salt.
  250. Re:We don't need another desktop OS. by orngjce223 · · Score: 1

    Battle of the dueling anecdotes?

    Ubuntu 9.04 CD, stuffed into the CD drive of this ol' Sony VAIO. Surprise, WiFi worked perfectly out of the box and there's a perfectly usable GUI tool for connecting to whichever network is around. (Now, all I want is the tool that tells me whether the router's actually sending packets back over the airwaves to me, like the Wireless dialog box in Windows - my router craps out just often enough that it is necessary to check if something's even going on in there.)

    --
    Note: I was 13 when I wrote most of this. Take with several grains of salt.
  251. Re:We don't need another desktop OS. by spitzak · · Score: 1

    I would be interested in seeing actual links to such responses, rather than your anecdotes.

    When I have searched for Linux problems I have either found a solution, or (too often) I have found somebody asking the question but there is no answer at all. I have never seen an insult or wrong solution ever presented.

  252. Re:Ubuntu not ready! by whoever57 · · Score: 1

    I've recently been trying to get a Broadcom NIC working on a Red Hat 5 installation. .... After downloading and compiling about 4 different versions of the Linux driver, all of which claimed to support my kernel version, the only one that actually gave me an eth0 in my ifconfig listing would hard lock the system as soon as I tried to ping anything on my LAN.

    Be specific or we can assume you are BS-ing.

    --
    The real "Libtards" are the Libertarians!
  253. Re:Ubuntu not ready! by spitzak · · Score: 1

    Ubuntu worked out of the box with a Wacom Intuious 2 tablet (a few years old, missing a pen that I bought a replacement for, that damn pen was $40!). Quick test with some code I had shows it reporting pen angle and other info, though I see no software using it. Nuke (our commercial software) did pick up the pen pressure and two ends, I don't think it is using the pen angle at all however.

    Gimp also picked it up but required a bunch of mysterious fiddling before it started treating the pen & eraser as different than the mouse, it sure looks to me like that could be improved a lot, since it certainly recognized the pen so why not at least guess at a useable setup? That is the sort of problems Linux (and everybody else including Windows and OS/X) have in their software, sometimes it is obvious you cannot blame anything other than programmer ineptitude and panic about compatability, it is obvious the program has all the information it needs so you cannot blame closed drivers or physical impossibility for anything.

    Another example: people complain about the sound not working on Linux. Now if no sound ever came out I would probably not complain too much, figure they did not get information on the sound card. But far too often (well, it is better now) sound would work and then fail in the middle, until reboot. That is obviously a programming mistake that cannot be blamed on anybody else.

  254. Re:We don't need another desktop OS. by rickb928 · · Score: 1

    Yep. that's one I forgot.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  255. Re:We don't need another desktop OS. by rickb928 · · Score: 1

    "I have never seen an insult or wrong solution ever presented."

    Well, wrong answers are par for the course. It happens, often because the question was badly phrased.

    But insults are less frequent, though not yet zero.

    By 'insult', do you mean for example "you must be a moron..." or "Can't you read the documentation..."?

    For me, insulting does not always include "Have you read the documentation..." when I stated that I had read through the documentation, or "have you tried..." when I stated that I had tried "...". It also includes referencing my apparent skills, abilities, knowledge, intentions, or resources in ways that tend to place the fault upon me. Sometimes it is my fault. Sometimes not. The reponses don't seem to vary depending on which is actually true.

    Defending the Linux community as a whole, however, is pointless. I am getting better at avoiding forums where abuse is common. it is easier now.

    You haven't been searching for solutions to Linux problems very long if you've *never* been insulted. It wasn't that long ago that insults were common...

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  256. Re:We don't need another desktop OS. by Risen888 · · Score: 1

    So that's a no?

    --
    Hey, I finally got my first freak! Took you long enough!
  257. My mum is 70. by jotaeleemeese · · Score: 1

    She has been using Ubuntu for a couple of years now.

    And why geeks are not users?

    Any other idiotic anecdotal evidence or inane comment you have?

    --
    IANAL but write like a drunk one.
  258. What an stupid statement. by jotaeleemeese · · Score: 1

    People like Stallman complement people like Shuttleworth.

    The ground ploded by Stallman created the conditions for Shuttleworth's work.

    To say we need more from one or another is a monumental disregard for the history and achievements of the people that have made possible computing infrastructure accessible to all.

    --
    IANAL but write like a drunk one.
  259. Re:We don't need another desktop OS. by spitzak · · Score: 1

    All I can say is that I have not seen any insults at all.

    I tend to put the Ubuntu version into my searches, ie "Feisty" along with the problem. This works really well if it is an error message. Perhaps that is limiting me to the non-insult forums, but I just have not seen this at all. And this is for at least 5 years.

    Again a pointer to a forum showing insults would go a long way to proving your point.

  260. Re:We DO need another desktop OS. by DrLov3 · · Score: 1

    Assuming you have the Google bar, assuming you don't type : "Firefox" in one of the spyware bars, assuming your IE isin't highjacked .... then yes Firefox might have been a bad example, I agree, but that's not true for every software out there, sometimes the download page will offer let's say : Apple or Windows Version, and the user won't know what to do.

    P.S. : Just went to the Firefox download page, along with the green big download Firefox 3.5 button, there is a shit load of links. Believe me, users can stall at nothing, even seeing a shit load of options to click on a web page. Some will try to read them for no reason at all or some reason like, well the thing came up, I read from left to right and up to down, by the time he reaches the middle of the page(Where the button is), he is long gone man.

  261. Oh please... by jotaeleemeese · · Score: 1

    How do you know how many Linux desktop users are there? Most people don't buy Linux, they don't show up in any statistics.

    I have a method to know who is who in desktop computing: magazines.

    Here in the UK we have a pletora of Windows oriented magazines (as could be expected), but now we have at least 3 regular Linux ones (Linux Magazine, Linux Format, Linux User) as well as the venerable Linux Journal in some places.

    How many OSX magazines do we have? One I think.

    The important tidbit is this: publishers have an ear in the ground regarding readers' needs. to me it seems like they have identified Linux a more mainstream than OSX, this can mean only one thing: more people using Linux in a regular fashion...

    --
    IANAL but write like a drunk one.
  262. Re:Ubuntu not ready! by Anonymous Coward · · Score: 0

    Broadcom based NetExtreme 2, can't remember the specific chipset off the top of my head. Red Hat 5. Compiles and loads module without error. Only one version gives me an eth0 and it hard locks the system when I ping another machine on the LAN.

    "Be specific or we can assume you are BS-ing." See Shuttleworth's comment about shutting the fuck up. It's a supported network card for crying out loud. How many decades have we been networking machines together?

    If you think that all that is required to claim hardware support is "user can acquire patches and compile code," you need to get a clue.

  263. Re:Ubuntu not ready! by whoever57 · · Score: 1

    Well, since Broadcom only seem to have one version of the driver on their website (not the 4 that you claimed) and since they suggest that you should normally use the tg3 driver that is included by Red Hat, SUSE, etc, and since you haven't really given any specifics, and since you have a history of anti-Linux postings, I don't believe you.

    --
    The real "Libtards" are the Libertarians!
  264. Re:We DO need another desktop OS. by Billly+Gates · · Score: 1

    Administration is certainly not a breeze for Linux. Sure as a server you set it up once and walk away with the exception of patching but it has its issues.

    For example Firefox's history and back and forward functionality accidently got disabled in my Ubuntu installation. Why? I wanted to upgrade to Firefox 3.5 just like everyone else and it was a pain in the butt. Ubuntu doesn't support 3.5. I had to use the multiverse to install firefox (try explaining this to Grandma) and it turns out synaptics installed both side by side instead of an upgrade, which in return screwed each other's sql-lite databases. I can start Firefox 3.1 or 3.5 but their profiles are disabled. Uninstallation doesn't work and I have to re-install or delete and recreate my user account.

    With Windows you see a message box "Gee want to upgrade to 3.5 click here!". Simple as that

    Add other apps that require a different sound server or package to work and you have a nightmare. Read the reviews on KDE 4.x here on slashdot? THey are terrible because most Linux users use Ubuntu and Kubuntu does not even have a wifi connection manager. Grandma does not need to install this herself through the unsupported multiverse. She just wants to turn it on and click.

    Windows just works as a desktop. Point and click. Its not the pile of garbage err half the pile of garbage it once was. If your machine gets infected just re-image it. Linux/Unix rootkits and infections are on the rise too as hackers like phishing with real servers.

    Windows is very intuitive you just point and click and it comes already setup. WIth Vista and Windows7 you just type in the name of the program or document without even using the mouse. Unix could use this.

    Also MS Office is the reason most people wont leave.

    My laptop I use dual boots between the two operating systems but for the reasons described above I use Vista regularly.

    Linux used to be ahead on the desktop during the Windows 9.x days of unpredictability but its behind.

    Linux is better as a server to administer but it surely is not as a desktop.

  265. He's right! by Anonymous Coward · · Score: 0

    When the slaves produced the cotton which we were able to buy in Europe very cheaply, the users who complained about the rights and wrongs of using such a process to produce the goods should have shut the f*k up. Definitely.

    Shuttleworth is a businessman. He made a bundle off the back of the free Apache Server and now he intends making another bundle off the back of the Linux desktop. He don't need your stinking GPL, and he also don't care if it takes a Windows clone to bring in the readies.

  266. So-Called "Experts" by jazzduck · · Score: 1

    I think Shuttleworth's basic premise is completely sound -- I know from experience that watching actual users, in the field, using my 'well-thought-out' and 'intuitive' software, found it much less intuitive and well-thought-out than I did. It was a valuable (and, yes, painful) learning experience. The problem I see is that he suggests putting the software in the hands of user interface experts, which are even worse than developers at predicting how real users work.

    I've read lots of articles written by usability experts that talk about idioms, efficiency, doing what the user expects, etc. etc. And that's all great, except that it's wrong. If you follow the experts, then you get in a habit of saying "users are used to software X, so if we want to make our software easy to pick up, we'll make it use the same idioms and concepts as software X." Out in the real world (yes, I worked there for a while, and yes, it was painful), people are asking themselves, "why, for the love of god, does every piece of software do this same stupid thing?"

    In every conversation I've had with a well-educated, progressive developer about usability, the argument they believe is that users expect the status quo. (I've been shot down from making a few small changes to our software's user interface on these grounds.) When I've asked everyday, non-technical people who actually use our software what they would think of the change, despite the fact that it behaves differently than all the other software they use, over 90% of them have said "oh yes! That would be a GREAT change! I'm so sick of programs always doing it the other way!"

    Now, I'll be the first to admit that what users say they would enjoy and what they'll actually enjoy are often different. But I'm inclined to believe them, because I too have been in situations where I constantly have to fight with an interface choice even as I watch other software rush to copy it. I know that experience first-hand. And I know how nice it would be to find software that stopped listening to the so-called 'experts' and actually spent some damn time thinking about what the best design choices would be.

    The Linux/OSS community, as a whole, has spent a long time and a great amount of effort trying to become as Windows-like or Mac-like as possible. And I'm not going to say they/we shouldn't have done that, because one thing that such similarity does is it lowers the learning curve for people who want to try Linux/OSS or switch completely. Both Apple and Microsoft have also figured out how to focus their development efforts on the user, instead of developing for their own use, and that's another lesson it's good for the Linux world to learn. But we shouldn't be afraid to ignore the way the commercial OS writers are trampling and take some time to consider what the BEST direction is. Too much regurgitation of the accepted "expert" design, and you get into a feedback loop where you can't make a better design decision because you've written too much stuff that behaves the "expert" way. And then you're Redmond.

    So should we put our software in front of the users? Absolutely! There is no better, more accurate, more incisive, more disillusioning gauntlet for our software to go through. But screw the "experts." Seriously.

    --
    A cat is no trade for integrity!
  267. Re:Ubuntu not ready! by tomsen · · Score: 1

    Well, my experience with Ubuntu since 7.10 has been that the open source Ati driver that came with the distrib wasn't stable anymore at some point. I had X going to 100% CPU, this used to freeze the desktop with no way to get out with the keyboard; since 9.04 I get a black screen after a while when doing some arbitrary action like restoring a window, again without any possibility to restart X or the system safe for a cold restart. This effectively disallows Ubuntu on my machine, which has been running rock-solid under XP for years. Another sad story is Canon Pixma printers on Linux. There are drivers from Canon but not maintained. You can download and recompile yourself since the linked libs are not common anymore, but this is certainly not the way the ordinary user will do this. So I'll say I have a fairly common system and for the graphics problem alone it was unusable for years - and I was considering to switch over completely from XP at Ubuntu 7.10! Things have hardly improved for me since then. So I'll say if the graphics driver misery goes on like this Linux is not ready for the desktop.

    --
    2 + 2 = 5 for very large values of 2
  268. Re:We DO need another desktop OS. by Anonymous Coward · · Score: 0

    and ease of administration

    Compared to Windows, Linux administration is a breeze.

    Hey? Please accomplish the following tasks:
      - Lockout any desktop that has not received required security policies within the last 240 hours.
      - Configure all 2,179 desktops to display the login notice required by the latest customer contract. Audit and report on deployment.
      - Deny access to 'jsmithers' to all desktops within 240 hours (targeting 98% policy deployment within 20 minutes.)

  269. Re:We DO need another desktop OS. by blackest_k · · Score: 1

    Never moves ?

    mostly never moves perhaps.

    http://en.wikipedia.org/wiki/Unsafe_at_Any_Speed interesting page I think thats where I picked up on standardized shift patterns on automatic gear boxes.

    Cars are developed for different markets and perhaps American car manufacturers did work together to standardize the controls. The rest of the world seems to have been less organised.

  270. Re:We don't need another desktop OS. by Anonymous Coward · · Score: 0

    So you've never installed linux before, have you? That's what I thought.

  271. Re:We DO need another desktop OS. by Actually,+I+do+RTFA · · Score: 1

    Usually failure to locate reverse results in nothing happening or possibly engaging 4th from a stand still which is likely to stall the engine rather than move the car.

    That is not so bad, as I pointed out. The larger problem is when you think you are upshifting and end up in reverse. Or, to a lesser degree, think you are in second switching to first, and are in reality in first, switching to reverse.

    --
    Your ad here. Ask me how!
  272. Re:We DO need another desktop OS. by x2A · · Score: 1

    "Well, your methodology to test your intuition is probably flawed"

    I think your definition of "probably" is flawed... what you mean is "I don't understand how something that is the case for me but not for you (or isn't for me but is for you) can possibly be true because I don't understand how different people can be, and rather than try to understand I'm just going to say you're wrong".

    When using Windows, I found stuff easily and found understanding stuff easy because of how closely aspects matched to how I would've done it, so my guesses tended to be fruitful, and having to look up how to do stuff was minimal. If somebody designs something in a similar way to how you would've thought to do it, you'll find it more intuitive than if somebody did it in a completely different way (a bit like how you're struggling to understand this concept right now, because it's so different to your own preconceptions). That's just a fact. Struggle to believe it all you want.

    "For my own case, I would say there is nothing intuitive about any of them"

    Exactly, for your case. My case was different, because I am a different person.

    --
    The revolution will not be televised... but it will have a page on Wikipedia