Slashdot Mirror


Gnome Switches Nautilus Back To Browser Mode

An anonymous reader writes "In one of the do-the-developers-actually-use-their-own-software decisions in the Linux Desktop World, back in 2004 Gnome switched to the 'Spatial' view by default with their Nautilus file manager opening a new window with each new folder viewed. Many derided the decision as poor design or as being different for the sake of being different. Well, after five long years the Gnome powers that be have decided to switch back to browser mode."

44 of 311 comments (clear)

  1. Nautilus following KDE's Dolphin? by GreatBunzinni · · Score: 5, Interesting

    It does appear that Nautilus' people are taking many many lessons from (let's not say ripping off) KDE's Dolphin. I mean, if you compare Nautilus' demo screenshot and you use KDE's Dolphin (please ignore the command line at the bottom and info dock widget at the right) on a daily basis you will be hard pressed to find any differences.

    --
    Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    1. Re:Nautilus following KDE's Dolphin? by Anonymous Coward · · Score: 5, Funny

      (please ignore the command line at the bottom and info dock widget at the right)

      you will be hard pressed to find any differences.

      You're absolutely right! If you ignore the differences then you will be hard pressed to find any differences!

    2. Re:Nautilus following KDE's Dolphin? by Anonymous Coward · · Score: 5, Insightful

      Yes, they have copied the "split view" (one of the killer features of dolphin/konqueror).

      Now Gnome needs to fix the file chooser dialog so that it can 1) have views other than "list view", 2) view generate thumbnails of all kind of files that nautilus can (PDFs, videos, etc) 3) a list view that can order the files by something that is not modification date or size (for example, the type of archive) 4) a list view with BIG icons, not miniatures that are so tiny that you can't tell what picture is in the thumbnail and need a ugly extra panel on the right side of the dialog to show the preview

      The main reason why Gnome can't do all those things is why the file chooser dialog is not a "gnome file chooser dialog", but a "GTK file chooser dialog". The KDE guys don't use the QT file chooser dialog (which exists), they use a KDE file chooser dialog that can use any part of KDE (including parts of konqueror/dolphin) while the gtk dialog can't use nautilus or anything besides the basic GTK building blocks. They have been adding some hacks to avoid the need of writing a decent file chooser, but it still sucks and misses a lot of functionality.

    3. Re:Nautilus following KDE's Dolphin? by GreatBunzinni · · Score: 2, Informative

      The only differences between that pair of screenshots consists on a couple of dock window widgets which are pretty much never used on KDE's Dolphin and are turned off by default. I use KDE exclusively on a daily basis and I had to look at the screenshot to learn that KDE's Dolphin had an Info dock window and if you happen to use Dolphin then the window config you will get will be exactly the same config as the one Nautilus is sporting on it's screenshot.

      --
      Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    4. Re:Nautilus following KDE's Dolphin? by ciroknight · · Score: 5, Interesting

      view generate thumbnails of all kind of files that nautilus can (PDFs, videos, etc)

      With GIO, the file chooser can load any thumbnails that are available, but Gtk+ doesn't actually have the architectural pieces for doing thumbnailing itself (since it's quite a lot of specialized code that's not widely needed). But in most cases, Nautilus has already generated the thumbnails you require anyways.

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    5. Re:Nautilus following KDE's Dolphin? by FooBarWidget · · Score: 2, Informative

      Maybe because there are only so many ways to design a file manager? They've only been around for, what, 40 years?

    6. Re:Nautilus following KDE's Dolphin? by ta+bu+shi+da+yu · · Score: 5, Informative

      Well, the rationale for changing from spatial to browser mode in Nautilus is because much of the functionality is now being implemented in Gnome-Shell.

      From the following post by Alexander Larsson:

      The current ideas behind the design of nautilus is that its the main way to access files. By this I mean everyday stuff like finding and opening your files, rather than "file management" (reorganizing files, copying files, etc). This together with the desktop having links to important places (as well as being a repository for currently worked on files) makes this a sort of "desktop shell" in the sense that its how apps are launched to a large degree. This is also why spatial mode is the default for the desktop icons (and why browser mode is availibile in the menus as "File Browser" for those times you want to
      do intense file management).

      However, in the gnome-shell design a lot of the things nautilus is currently used for (locating and opening files) is integrated into the
      shell and mixed together with the ui for locating and starting applications. This makes a lot of sense to me as launching applications and opening files with an application are closely related actions, and a merged UI could do a lot better than the current sort of double UI with the panel launching apps and the desktop launching files. The shell also wants to de-emphatize the desktop as a place for storing files in use and launching links, for good reasons (read the design paper[1] for details).

      This leads to two initial conclusions from my side. First of all we should disable the drawing of the desktop by default. Second we should default to browser mode. This might seem a bit suprising (sic) since I've generally been on the spatial side. But, this has mainly been because I've seen nautilus as much more used as a kind of file activation shell rather than a hardcore file manager, and when that changes the rationale for spatial mode change too.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    7. Re:Nautilus following KDE's Dolphin? by Narishma · · Score: 2, Insightful

      I think you don't get his point. He's not talking about the change from spatial to browser mode, he's talking about the overall new UI, which you have to admit looks like nearly a perfect copy of Dolphin.

      --
      Mada mada dane.
    8. Re:Nautilus following KDE's Dolphin? by Zero__Kelvin · · Score: 2, Interesting

      "please ignore the command line at the bottom and info dock widget at the right"

      You really couldn't bring yourself to simply toggle the terminal and info windows off with View --> Panels --> Terminal and View --> Panels --> Information or using the F11 and F4 hotkeys to make your point sans caveat?

      Are you sure you are not a Gnome user? (sorry Linus; I couldn't resist, and lighten up mods. It's a playful / tongue in cheek chide, not a troll or flamebait)

      Oh yeah. emacs sux and vi rulezz!!!

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    9. Re:Nautilus following KDE's Dolphin? by Galactic+Dominator · · Score: 2, Interesting

      That's what the columns view does. Dolphin is the best file manager I've ever used, now that it's stable, used to crash frequently.

      --
      brandelf -t FreeBSD /brain
    10. Re:Nautilus following KDE's Dolphin? by vegiVamp · · Score: 2, Informative

      "split view" ? You mean, the thing that Windows 3.1's file manager had ? Yes, it's always been very useful.

      --
      What a depressingly stupid machine.
    11. Re:Nautilus following KDE's Dolphin? by BrokenHalo · · Score: 3, Interesting

      Well, the difference really is minimal given that the "fix" for the much-hated and derided "spatial" view has been built into gconf ever since spatial was introduced, and was only somewhat more recently incorporated directly into Nautilus preferences. The whole idea of introducing that Win95 "feature" was one of the more craniorectal decisions on the part of the Gnome developers, and I suspect they knew it.

      Slipping a more sensible default in by stealth after everybody had been accustomed to toggling the preference is probably as close to an apology as we'll get.

      Don't get me wrong, I'm not trolling: I've been a Gnome user since pre-1.0, but there have been times when I have felt that some of the developers needed a good whack with a cluebat.

    12. Re:Nautilus following KDE's Dolphin? by osu-neko · · Score: 3, Interesting

      Yes, it was very useful on the file manager I used under ProDOS on my Apple //c. Alas, I'm afraid I've since forgotten the name of it, but I was happy when I found a program called Norton Commander for the PC that could mimic it.

      --
      "Convictions are more dangerous enemies of truth than lies."
    13. Re:Nautilus following KDE's Dolphin? by AigariusDebian · · Score: 2, Insightful

      Have not noticed this thing as Debian and Ubuntu sensibly switched it back to browser mode by default for its releases. That is part of the reason why distributions exist - provide sensible defaults for their users.

    14. Re:Nautilus following KDE's Dolphin? by thelexx · · Score: 2, Informative

      The Midnight Commander project was started in '94. Norton Commander was nearly a decade earlier.

      --
      "Gold still represents the ultimate form of payment in the world." - Alan Greenspan, 1999
  2. Thougt it was default by sorennielsen · · Score: 2, Informative

    Didn't even notice. Haven't used a distro that didn't have "browsermode" set as default.

    --
    Best Regards Søren
  3. Is it really anything *new*? by hubert.lepicki · · Score: 4, Informative

    I don't know any modern distribution that is using spatial mode for Nautilus windows. Ubuntu tried that and it was only 1 or 2 releases they kept this default setting. Can you help me out with listing distributions that this change will affect somehow?

    1. Re:Is it really anything *new*? by Torrance · · Score: 5, Informative

      Debian uses spatial by default. I know, because it's about the first thing I change on a fresh install.

  4. Does it matter? by delirium+of+disorder · · Score: 2, Interesting

    I only saw the weird "open a new window" mode once, I think it was on Solaris 10. Ubuntu, Opensolaris, etc all seam to have configured gnome to use the normal "browser" mode. If the distros set the gnome configuration, does it really matter what the default is?

    --
    ------ Take away the right to say fuck and you take away the right to say fuck the government.
  5. Those who like the new-window-every-folder view... by Anonymous Coward · · Score: 4, Funny

    Should be forced to use a browser that opens a new window every time a hyperlink is clicked

  6. Now for List Mode... by flyingfsck · · Score: 4, Insightful

    Nautilus and most other file browsers also default to Icon view, which is fine if you have only about 5 files on your computer, which was probably true for Windows for Workgroups 3.1, but these days List view should be the default.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
    1. Re:Now for List Mode... by Hurricane78 · · Score: 4, Informative

      Hmm... Maybe you are too young to know, but the list view was the default since forever, in all software. It’s why “ls“ is named “ls”.
      Microsoft also had the list view in its file manager of Windows 3.1 and before.

      Only with Windows 95 did the resolution even become high enough to allow it for file management. And only then did they merge the program groups (windows with icons inside) with the file manager (a tree of folders and a list of files) to create the Explorer (then they naturally added the web browser in there, as it’s just another space to browse).

      It was hated by virtually everybody back then. As was the “new window for every folder‘ mode that became default.
      I still have a script that fixes up all windows failures after installation. It’s called AntiDAU (DAU = dümmster anzunehmender user = dumbest assumable user), similar to (XP)AntiSpy nowadays.

      I fear that I have to port that script to Gnome and KDE too. Which should tell you a lot about the sad state that they both are headed for (or actually, always were in a bit).

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    2. Re:Now for List Mode... by TheLink · · Score: 2, Insightful

      > And as soon as there are more than 20 files/directories in a directory, I am on the shell, anyway.

      That's more an indication of how crap the Desktop GUI or file manager is. Seriously.

      Using a CLI may be better over high latency low bandwidth links, or when you are scripting stuff.

      But it is a really terrible GUI if it's better to use the shell just because you need to deal with more than 20 files.

      I bet gamers will still find it easier to manage hundreds of "RTS game" units with a GUI than a CLI.

      Perhaps game GUI designers have more clue than Desktop GUI designers.

      --
  7. Re:Those who like the new-window-every-folder view by Englabenny · · Score: 2, Insightful

    Should be forced to use a browser that opens a new window every time a hyperlink is clicked

    I'm pretty sure you misunderstand **spatial** mode. I don't want a spatial idea of all the pages on the internet, my head is not quite big enough for that, but I do like my spatial nautilus.

  8. Corporates in the Gnome Foundation by hebertrich · · Score: 5, Insightful

    Look 5 years ago indeed , in a gnome devel mailing list , we were a bunch to comment on that
    and a few others .. like the dual mode in other file browsers at the time where we have two panes to
    work with. Well .. lo and behold . a devel asked me why one would use a dual pane file manager.
    I gave up on it at that point. I suspect the corporates running the Gnome Foundation have a lot to do
    with most the bad design decisions and the stubbornness at making Gnome bad in general.
    As far as im concerned .. if it takes 5 years to change a bad default .. by 2020 we should perhaps have
    a delete command by default too :) Im cynical yes. But i loved gnome till 1.4 at 2.0 they hosed everything
    that was truly good about it and made it into the lesser desktop. A shame.

    Richard

  9. Still waiting for a Total Commander equivalent by rduke15 · · Score: 3, Interesting

    I switched to Linux 4 months ago, and what I still miss is a file manager as good as Total Commander. Krusader seems to be the closest and most feature rich, but it just isn't as complete and as polished as Total Commander. And it crashes about once every few days. So sometimes, I have to start a WinXP VM, just to have the power and reliability of Total Commander.

    In other words, I don't care so much for little details in Nautilus. It doesn't seem any worse than Windows Explorer, and seems better than the Mac Finder (which is the file manager that Nautilus resembles most). I just wish there would be more resources to improve Krusader.

    (Midnight Commander is excellent in a console, and should be part of the base install of every distro)

    1. Re:Still waiting for a Total Commander equivalent by eqisow · · Score: 4, Informative

      What you want is an orthodox file manager. There are plenty of other options on Linux besides the ones you mentioned, such as emelFM2, Gnome Commander, or Beesoft Commander. Perhaps one of those will be more to your liking, though I personally find Krusader more than adequate.

    2. Re:Still waiting for a Total Commander equivalent by Anonymous Coward · · Score: 2, Informative

      No need to switch to Windows VM. Total Commander works nicely under Wine (www.winehq.org)

    3. Re:Still waiting for a Total Commander equivalent by TeXMaster · · Score: 2, Informative
      I too miss Total Commander on Linux. I've heard reports of it working pretty decently under WINE, but I haven't tried it myself.

      Krusader is indeed the best candidate to try and get something to the level of TC, but it really needs a lot of work. I really wish I had the time to grab the codebase and start hammering on those rough edges ...

      --
      "I'm never quite so stupid as when I'm being smart" (Linus van Pelt)
    4. Re:Still waiting for a Total Commander equivalent by MemoryDragon · · Score: 2, Insightful

      Actually I personally in my long kde time always found Konqueror superior to total commander in everything except that much of the goodyness was hidden behind kio::slaves (sftp://blabla for instance)
      and in shortcuts, you could reach various notworked filesystem you could split and tab as youd like and etc... but it took time to learn it, most of the functionality was not obvious.
      I never missed total commander in Linux, on OSX however... sure there is pathfinder, but it is not the same!

  10. NEWSFLASH by anonieuweling · · Score: 4, Insightful

    Will we get another Slashdot newsflash when they fix the copy/cut situation?
    Please see http://bugzilla.gnome.org/show_bug.cgi?id=47948 for this age old 'unimportant' bug.
    Even the basics take ages for them.

  11. Re:Corporates in the Gnome Foundation by Anonymous Coward · · Score: 5, Insightful

    IMHO it's not 'corporates', it's developer group-think coupled with wilfully ignoring what damn near *everybody* is telling them.

    When this was rolled out, the forums were *filled* with people complaining, people explaining exactly why it was a poor design choice, etc. But this was simply ignored because someone had a nice academic theory about why "spacial was more intuitive". Never mind that it wasn't, and that everyone hated it, and that it wasn't how people were used to computers working. They had a theory! All the users must be wrong!

  12. Re:Those who like the new-window-every-folder view by TheRaven64 · · Score: 2, Informative

    Not sure why this is moderated as interesting. The point of a spacial file browser is to use your spacial memory (which is big, and is the reason why you can find things all around the house or on a messy desk easily) to manage your files. Every time you open a folder, it opens in the same place on your screen. This lets you mentally associate screen locations with files.

    The problem with spacial browsers is that they don't scale beyond a certain point. They were great on older machines where you'd only have a few hundred files, but managing a thousand files with a spacial UI will just confuse the user. A good compromise would be to use spacial mode for documents and an explorer for everything else.

    --
    I am TheRaven on Soylent News
  13. The futility of HIGs is what it shows by Budenny · · Score: 4, Insightful

    Back in the 80s there was some point in HIGs, and Apple back then was generally felt to lead the way. The reason was that there were, among your users, a very high proportion of new users. So we conflated ease of use with ease of learning, and it was not completely stupid, for much of the market using and learning were the same thing.

    Now however HIGs have become part of the problem rather than part of the solution, because they make the implicit assumption that everyone works in the same way, and has the same basic skills. We just do not. And anyone who experiments a bit with end users will find this out in a flash. I have had people who loved spatial browsing because it might be cluttered, but they always knew where they were. Then there are people who love Gnome and the desktop and love to put all their files all over it where they can see them. And then you have the odd case of some totally non-technical person, who you try out with Fluxbox, and you get the reaction that this is great, this is how I always thought Linux was supposed to be, no clutter and very minimalist and above all fast. It turns out that hand edited menus and the explicit startup of the file manager are actually something some non-technical people welcome and find refreshing. Others of course will run a mile. One size does not fit all.

    The Gnome ideal, that there is such a thing as the right way to set up a desktop, an application, is the problem. There simply is not, and when you take that approach, the penalty is that you inconvenience and impair working for at least one third of the people using it. Far beter to have a few broad choices, and then let people refine within it, and offer some guidelines. If you are not very computer familiar, start out with this, then see if, a while later, you want to move to this, and here is a very minimalist alternative.

    HIGs are a snare and a delusion, very apt that they are sometimes rudely referred to as 'interface fascism'.

  14. Re:why anyone would use gnome is another question by hairyfeet · · Score: 2, Insightful

    Having a stable ABI ( which is something as a retailer I have suggested for years) would allow a penguin on the box and I predict would help Linux explode as it would solve the "Walmart problem" in that folks wouldn't have to study like it was a college entrance exam just to avoid the paperweight roulette game, but sadly it will never ever be. Why? Politics. It all comes down to RMS and his SCoN! (Source Code or Nothing!) brigade.

    You see, if there was actually a stable ABI some manufacturers might actually pull an Nvidia and release drivers without code. While this would be a good thing, as those that completely ignore Linux now would at least have motivation to release drivers, penguins on the box would fix the Walmart problem, and word of mouth would quickly weed out the bad manufacturers, it would severely piss off those "Give us your specs!" and "Give us all the source code and we'll incorporate it in the kernel" zealots.

    Never mind that this approach is ultimately fail because by the time the code trickles down from being approved by the kernel devs, who frankly should be maintaining the kernel and not printer drivers, to all the distros your hardware isn't being sold in stores anymore, but frankly making Linux easier is NOT something they care about. To them Linux is NOT an OS, but an ideology. To them it is all about "RMS style" freedom, where there can NEVER be compromises, even though hardcore political zealotry is never good for the people and helps to keep Linux locked into a niche. After all, what non developer wants to study like it is the ACTs just to keep from playing paperweight roulette? And what retailer like me is gonna want to carry your product knowing that less than 35% of the devices in Walmart actually work and the users has NO WAY of actually telling that by looking?

    So I'm sorry dude, but Linux will always be a niche. In servers, where the hardware is very limited and rarely changes, and the corporations that build the hardware have millions invested in Linux? Yeah it will work great there, same as in cell phones and other devices where the hardware is locked down tighter than a nun's thighs and the user can only do what the developer allows them to. But in the consumer desktop market, where there are literally 1000s of hardware manufacturers, devices have a short window of shelf life, and keeping developers around to constantly update drivers because Linux is like a shifting sand, where if you actually tried to put a binary driver on a CD with your device the odds are that it won't work by the time you make it to market? Yeah not gonna happen friend. Back when Win9X was the buggy crap that folks had to deal with daily I thought "Surely they will come out with a stable ABI soon and then we'll have real choice in the market". But it has been 10 years, and the SCoN! brigade have kept everything the same. Just look at how many "update foo broke my sound" posts you have on Ubuntu. Yeah, good luck with that pal.

    --
    ACs don't waste your time replying, your posts are never seen by me.
  15. Re:why anyone would use gnome is another question by Eravnrekaree · · Score: 2, Insightful

    The idea that all manufacturers will release code or specs is sheer fantasy. There is little or no business motivation and Linux is really a small group of users, 95% using Windows, there really is no point and no monetary reason for them to support such a small minority. In thinking that they can get hardware makers to release source the kernel developers think they are more important than they really are. All their actions do is keep Linux an OS that no one really cares about on the desktop. If thier ideology works, Linux would have decent 40% market share by now but it has hardly grown at all in the past 10 years. Linux is exactly where it was 10 years and really not any easier to use. The nightmares and headaches with installation, the infuriating and incomplete documention, the hours of studying and troubleshooting, and the obnoxious elitist assholes on IRC who think that all users including grandma should be able to edit source code are all still there. I have concluded that many Linux people are elitists, and keep the OS intentionally difficult to use so that it remains a minority OS, this makes them feel special and superior that they can figure out this OS that average users cannot. They dont care about making the OS easy to use for average users and in fact they do not care about the free software cause, their actions keep Linux and free software fringe.

    By putting up with some binary drivers what these people dont understand that a system that is 99% open source still could be made viable for many more users and thus the deployment of the OS would increase substaintially, and far more open source code would be run than if we had kept linux as it is now, with its impossible and difficult driver situation and so on.

    About RMS, he opposed providing any modular API in GCC or any kind of output format so that GCC could generate output for its syntax trees, because he thought that it would make it too easy for other parties to make code generators or front ends for GCC that were not covered by GPL. Now, to make architectural decisions based on political ideology is an extremely bad move. GCC is now being rendered totally obsolete by LLVM which is fixing all of the problems with GCC and has built a clean new compiler, with a modular code base.

  16. Re:why anyone would use gnome is another question by cptnapalm · · Score: 3, Insightful

    If Windows is so easy to use, why am I constantly asked "How do I do this?", "Why won't this work?" and "How do I make this work?" by Windows users?

    The Windows UI is dog shit.

  17. Well, of course they did. by Hurricane78 · · Score: 3, Interesting

    back in 2004 Gnome switched to the 'Spatial' view by default

    Of course. They always copy the worst of all ideas Microsoft, and on top of it, do it way too late too. To make sure that really everybody already knows and hates that from MS, and disables it as the first action of installing a Gnome... uuum I mean Windows desktop. ;)

    Don’t mod me troll here, as I am a big friend of Linux. I’ve just got a huge problem with the fact, that pretty much all “mainstream“ Linux desktop environments are always imitating, and never innovating. Always with the (invalid) excuse of wanting to make it easier to switch.
    Exceptions prove the rule: The only glimpse of innovation came from KDE with their “semantic desktop” idea. But it came in one atomic package with a huge load of other “improvements” for the worse.

    The thing is, that that point of view is not ever going to get them anywhere. They are their own worst enemies. It’s simple psychology: If you wanna lead, you gotta lead. Simple as that.
    Only when both Gnome and KDE teams (and even the XFCE team) stop reacting... to the stupid part of their users, and especially to Microsoft or even Apple... only then will it ever become the year of Linux on the desktop.

    I’ll explain: If you got something, that perfectly imitates something else... then what’s the point of switching in the first place? See... it’s not getting you anywhere, to imitate.

    If you, on the other hand, got features, that nobody else has, or has even thought about...
    I mean, from what I see, the Linux community got an insane amount of genius that is simply thrown away for the fear of not being loved by Windows users.
    It’s like with women: If you want a girl, you don’t come to her all needy, trying everything just to be loved. That’s just gonna drive her away. You make yourself stand out. You draw her in, by being something special that she wants to be a part of. I mean, who wants someone who tries to suck up to himself? Nobody.

    Guys, let’s make the best fuckin’ desktop environment on the planet!!
    Of course we listen to the actual needs of the users. But not from that needy standpoint. Not to show them. We don’t need anyone’s approval.
    Allow yourselves to revolutionize the way people think about desktop environments! If you got something that you think is really great, draw us in! Be the leading figure. Whoever told you that you can’t be the one that Steve Jobs and Bill Gates look up to for inspiration: Tell them to go fuck themselves for limiting you! It’s bullshit! You decide what you can do.

    And then you just do.
    Because in the end, that’s what really will make users love you!

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
    1. Re:Well, of course they did. by cptnapalm · · Score: 2, Interesting

      I have to agree with your assessment to a large degree. The "make it like Windows" argument really needs to have its ass kicked definitively. Are we supposed to introduce a C: drive? ("Where is my C: drive?" was my first puzzlement, way back when).

      Gnome has done some good things.

      I remember when Gnome and KDE were first around and they pretty much looked alike: double wide panel at the bottom of the screen. The first time I saw the Gnome dual panel set up, it was actually from a screenshot of someone doing that on their own and a LOT of people tried it that way and that eventually became the default. That was Gnome advancing; being different was neither here nor there. It was something that users found more useful. How many Gnome screenshots have you seen where the users go back to single panel and it isn't Solaris 10?

      Then there is Gconf-editor, whose UI is based on the Windows registry editor. Oh. My. God.

      The old screensaver configuration utility was always really easy to use for messing with how your screensaver behaved. It got replaced because it was "too much for users". Uh, no it wasn't. It was easy as hell.

      Then there is the new GDM which doesn't even have a config utility, so far as I can tell.

      Seriously, Gnome guys, what the hell?

  18. Re:why anyone would use gnome is another question by cptnapalm · · Score: 3, Interesting

    Which reminds me of the Windows help system. Do any normal end users use it? I don't use Word at all but I am, for some reason, the guy everyone asks how to do something in Word. I just use the help system. This is considered deep, powerful black magic by most people.

  19. Re:why anyone would use gnome is another question by salesgeek · · Score: 3, Informative

    The UI developers have somehow created a UI system that somehow blows dozens of MB but actually provides less customisability and ease of use than Windows.

    You were doing OK until you hit this. There are few standards on the Windows platform for GUI that matter. Look at Windows Media Player, MS Word and, just for the hell of it, Internet Explorer 8. Toss in Lotus Notes, Quickbooks, iTunes and you have a full swing helpdesk nightmare. KDE and Gnome applications are remarkably consistent in their respective UIs. On top of that, I can run KDE apps on Gnome and Gnome apps on KDE. It just works.

    I'll take Linux over Windows every day because the business model is not selling defective by design software and then extorting money from the user to fix known defects. Your hardware, driver, and developer rant? I've never experienced the same issue - save hardware documentation. I've had many hardware manufacturers who have withheld documentation, but nary an open source project that did or failed to have workable documentation after the first version or two (about par for the course for proprietary software, anyway..

    --
    -- $G
  20. What about a single task bar? by flyingfsck · · Score: 2, Insightful

    I find the Gnome default with two task bars particularly annoying, since the modern trend is to have laptops with short and wide displays, putting vertical pixels at a premium. It seems that in another few years a typical laptop will have a display that is one pixel high and 10,000,000 pixels wide. Yes, the damn taskbar can be changed, but it is somewhat tricky.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
  21. I prefer spatial view by GRW · · Score: 2, Interesting

    Having switched to KDE4.x from Gnome, spatial view is the one thing I miss. I never liked using Konqueror for file management in KDE3.x, which is why I mostly used Gnome. I wish someone would write a spatial view file manager for KDE. I came to Linux from OS/2 back in the last century, so spatial view seems like the normal way to do things for me. Although I confess that I still use Midnight Commander for a lot of stuff, especially when I am moving a lot of files from place to place.

  22. Re:Those who like the new-window-every-folder view by TheLink · · Score: 3, Insightful

    > The point of a spacial file browser is to use your spacial memory

    I thought spacial file browsers were for "spacial people" e.g. retards ;).

    Seriously though, I agree. Lots of these "fancy UIs" that these jokers come up with only work fine for users who just need to manage a handful of objects (windows, tasks, files, folders) at a time.

    I find this silly since there is evidence that people are already able to manage a handful of objects at a time ( http://en.wikipedia.org/wiki/The_Magical_Number_Seven,_Plus_or_Minus_Two ), but can't manage far more.

    We don't really need help when there are a few objects and need help when there are lots. But that's when all those stupid GUIs start getting in the way.

    For example: thumbnailed windows don't really help when you have > 10 of them (especially if they are similar looking documents - using the same standardized template), same goes for those graphical selectors where they show the windows from a 3d or fancy perspective. Useless if you have 20+ windows, cool looking when you have three or four windows, but why'd you need them when you only have a few windows?

    When you have a few objects to track you should be able to remember which ones are which. When you have way more, you need some help. That's where computers and software should help. But they don't!

    The exceptions are some game UIs. Some of which are proof that you can build UIs that work for "noobs" and still help skilled users.

    Games are also proof that people, when sufficiently motivated to, can actually do far more than what these Desktop GUI makers assume. Very many actions per second. Keeping track of stuff. Learning of difficult combos. So where's the Desktop GUI that actually helps you to sustain a high "actions per second" average?

    I've personally suggested this:

    http://live.gnome.org/GnomeShell/DesignersPlayground/KeyboardShortcuts

    And something like it in 2006:
    http://bugs.kde.org/show_bug.cgi?id=121349

    I think this sort of thing will help skilled users more, while not getting in the way of "naive" users (you can still leave the flashy stuff for them).

    Car analogy: current OS GUI designers seem to be making cars that look really cool (and are theme-able) but have top speed of 30kph (play a beautiful animation while doing so), have a range of 3km, and have only space for one person at a time.

    Not really helpful when we need to do some serious traveling.

    --