Slashdot Mirror


48 Hours Enduring Ubuntu 5.04

ceswiedler writes "Matthew Thomas lists 69 interface issues he has with the new Ubuntu release "Hoary Hedgehog", ranging from desktop and Nautilius behavior to Firefox and Evolution. They're serious interface issues, he claims, but he also says that Ubuntu 5.04 "is the first Linux-based system I have encountered that is tolerable enough for me to use for everyday work." That's a rather backhanded compliment...the suprising thing is that he's an interface designer working for Canonical, the company behind Ubuntu." As Thomas mentions, "Many of these flaws probably exist in other Gnome-based systems, and some of them also exist in Microsoft Windows and/or Mac OS."

9 of 127 comments (clear)

  1. Usernames by SouperIan · · Score: 4, Interesting

    Apparently, usernames are design flaws: "The login screen uses the term "username"." As is rebooting the computer: "The login screen uses the term "reboot". (My shoes are fine as they are, thanks.)"

    --
    http://unelite.freelinuxhost.com - Rock/Scissors/Paper and RPGs shouldn't mix.
  2. Excellent basis for improvements by thsths · · Score: 4, Interesting

    The guy is a genius. Sometimes I feel like compiling a list like this myself, but I rarely install a system from scratch, so it is difficult to point them back to a single source.

    But Linux needs more people like. Interface bugs are bugs, because the confuse the user, and (thus) the software does not work for them. Calling the user "stupid" wont help either, because you are still stuck with the same user :-).

    The most obvious UI bug I remember is the GNOME pop up box when you exit a program without saving. They keep changing it, but it still makes me hesitate every time. It is just extremely nonintuitive. (Yes, and MacOS also took many revisions before they got it right. Microsoft this didn't get it...) Openoffice is a lot better, as is KDE.

    Now if the developer would take these issues serious and fix them, Desktop Linux would be a lot closer already.

  3. An indication of the flaws in the F/OSS community by offline · · Score: 4, Insightful

    Judging from the complaints I'm seeing so far in the postings to this story, the issues that have been brought up over and over again with respect to usability in F/OSS software are still alive and well here.

    Which is, of course, not a surprise to anyone literate.

    The thing with this list, and I'll agree that TFA is pretty picky, is that they are all little things that, much like the Uncanny Valley, are the key to making the step from half-baked to user-friendly. Bear in mind, please, that I am writing this from a 96-hour old installation of Hoary, myself, and I'm quite pleased with it. However, the issues he has mentioned overlap rather thoroughly with issues that I've had.

    I'd like to see more open source software make it in the real world -- I've tried to get my girlfriend to use this laptop, but, well, I've lost that battle from the first time she had to ask me how to make movies play (and we're not talking about someone clueless here, either!). So, something with a bit more polish is going on here this weekend, and I'm back to using the laptop for only web surfing and movie watching.

    Anyway...

    Seriously, guys. Yes, he's a nitpicker. But he's also right. Polish is everything, and polish means picking at every little thing.

    --

    C
    --
    Democracy would work just fine if people weren't so goddamned stupid.

  4. That's funny... by misfit13b · · Score: 5, Funny

    because for someone so keen on user interface, I can't seem to figure out where on that page I'm supposed to click to get to the home page of his own website...

  5. flaming assholes missing the point by snorklewacker · · Score: 4, Interesting

    Defect reports are by and large nitpicks. Many of these are even bigger than nitpicks. But that's what UI polish is all about. You get your car detailed, you don't expect them to leave a few streaks and smudges here and there, do you?

    And he wasn't exactly using multiple exclamation points or making comments on how this rendered the whole thing unusable or shoddy. He simply listed defects and sometimes the reason this constituted a defect.

    It's pathetic, the way some people create this personal attachment to software like this. It's not like he whitegloved your damn homes. If the GNOME developers share the reaction of the slashdot crowd, then frankly I too think he should shut up -- because he's otherwise wasting time and effort on a project that doesn't deserve any.

    --
    I am no longer wasting my time with slashdot
  6. Re:Definitely Pedantic by FuzzyBad-Mofo · · Score: 4, Informative

    He does have a few good points though, such as:

    • Caps Lock: Please include a way to easily disable this useless key. Nothing like accidently going into caps lock mode when you're working in Vi..
    • Gnome "Save Session": Please fix it or lose it. This feature is broken since forever, and even once it's disabled it still tries to restore the session from the "last save."
  7. Hmm... by nickos · · Score: 5, Insightful

    "15. Dialogs themselves are not modal: they let you continue to use the parent window. This allows such nonsensical situations as a "Save as JPEG" dialog for a Gimp image that no longer exists, and a Print dialog for a Web page that is no longer open or even still in Firefox's cache."

    Fair enough, but sometimes dialog boxes should be modeless (a find/replace dialog box in a text editor for instance). Remember Larry Tessler (from Apple and PARC) used to wear a t-shirt saying "DON'T MODE ME IN" - in general, modal interfaces (including dialog boxes) suck. They have their place but noone who knows anything about user interfaces should make such a blanket statement.

    "16. The mouse pointer does not hide itself when it is stationary and I start using the keyboard. As a result, it frequently gets in the way of what I am typing or reading."

    Hiding the mouse pointer completely is usually a pretty stupid idea. It's quicker for the user to move the pointer out of the way than it is to find a hidden pointer when they need to use the mouse again...

    1. Re:Hmm... by Blakey+Rat · · Score: 4, Insightful

      Hiding the mouse pointer completely is usually a pretty stupid idea. It's quicker for the user to move the pointer out of the way than it is to find a hidden pointer when they need to use the mouse again...

      Try it in MacOS. Seriously, hiding the mouse cursor should be done when:

      1) The user is typing text and the insertion point is nearing where the cursor is. (Say, within 25-50 pixels or so.)

      2) The mouse is over a scrollable window and the user scrolls it with the keyboard. (If the user scrolls it with the mouse, the cursor is likely already out of the way.)

      MacOS does this right. I'm constantly annoyed in Windows when I'm reading a web page and I scroll to the bottom (with the keyboard) and the mouse cursor is sitting right atop some crucial letter in a sentence, so I have to move my hands away from the keyboard and tap the mouse to move it out of the way, interrupting the flow of my reading.

      As for locating the mouse, you can't find the position of the cursor by looking for it on the screen anyway, so it's not like hiding it makes much of a difference.

      (Seriously, try it. Look away from your screen, have somebody else reposition the cursor, then look back and see how quickly you can find it without touching the mouse, then with touching the mouse. Hint: You'll find that without touching the mouse it takes several seconds to find, but by moving the cursor you can find it almost instantly-- eyes track motion, not stationary objects. The reason you can normally find your cursor quickly isn't because it's highly visible, but because your brain remembers where you left it. Apple did a *ton* of psychological research on issues like this while they were designing their GUI, and it shows.)

  8. Re:Wow, this is almost funny by Short+Circuit · · Score: 4, Insightful

    That you are accustomed to it doesn't mean it is a good way of doing things.

    Unless someone can convince me I'll be more productive with the new system, I'm going to do things exactly the way I am. Forcing a new system on me will force me to find a way around it. I'm efficient the way I'm doing things now. Requiring me to learn a new system will result in lost productivity.

    For example: Remember when GNOME switched Nautilus from tree-based to "spatial", or whatever it is that they call it? I still use GNOME, but I've stopped using Nautilus to browse with. Instead, I use gnome-terminal. It's faster and more efficient for me to have presences in multiple locations on my filesystem via a tabbed terminal than multiple windows.