Slashdot Mirror


GNOME 3 Delayed Until September 2010

supersloshy writes "Contrary to popular opinion, GNOME 3 will not be released in March next year. It has been delayed until September 2010, six months later. According to the news message, this is because 'our community wants GNOME 3.0 to be fully working for users and why we believe September is more appropriate.' GNOME 3's main goal is to re-define the ways people interact with the desktop, mainly through a new UI design (currently called 'GNOME Shell'), while GNOME 2.30, set for release in March, will have a focus on being stable. An early visual tour of GNOME 3 has been posted at Digitizor."

73 of 419 comments (clear)

  1. ...this is because...and why... by anglophobe_0 · · Score: 5, Funny

    for POST in $(cat slashdot); do
    beGrammarNazi $POST
    done

    I couldn't resist.

    1. Re:...this is because...and why... by diebels · · Score: 2, Informative

      $( ) and back-ticks does the same thing

    2. Re:...this is because...and why... by anglophobe_0 · · Score: 2

      $( ) and back-ticks does the same thing

      That's mostly, but not exactly true. The Bash Guide for Beginners explains the minute difference in section 3.4.5 (link).

  2. Re:taking the time to get it right by Afforess · · Score: 5, Insightful

    That isn't true. Blizzard rarely releases a game on time, they are of the up-most quality, and they are money driven.

    I'm glad that we can make such broad sweeping generalizations these days, that Microsoft now represents the entire private sector.

    --
    If our elected representatives no longer represent us, do we still live in a Democracy?
  3. How can xterm be improved? by SpaghettiPattern · · Score: 5, Insightful

    All GUI experiences I had always were some combination of stuff that's around since ages. Artistic freedom in CS is at its best when it is heavily curbed. Hell, saving your document in MS Word has become an art form. Even my Mac, which allegedly comes with the most wonderful GUI on the planet, drives me up the wall. All I want and all we need is Firefox, Eclipse, a terminal and Openoffice and plain and simple menus with it. Anything else just plain and simple. Brothers unite and let's get back to the roots. I say "No more rotating, sliding, enlarging, diminishing menus!" Saving a document is best done using a simple key sequence :w

    --

    I hadn't the slightest objection to his spending his time planning massacres for the bourgeoisie... (P.G. Wodehouse)
    1. Re:How can xterm be improved? by MichaelSmith · · Score: 3, Insightful

      Its hard to know when to stop. Windows has been done. This is evidenced by the two most recent versions which don't actually do anything more than XP. It may be the same with gnome. This happens all the time, and not just in software.

      There is always FVWM for me. That will never change.

    2. Re:How can xterm be improved? by XanC · · Score: 5, Interesting

      You're looking for Yakuake. It's just like Quake: hit the tilde and a command console drops down from the top.

    3. Re:How can xterm be improved? by Daniel+Weis · · Score: 5, Informative

      Try GNOME Do.

      The "Docky" frontend is a fantastic dock experience as well.

    4. Re:How can xterm be improved? by ceeam · · Score: 4, Informative

      You're looking for Katapult. And you know what - that was probably the first (or one of the first) apps of such kind.

    5. Re:How can xterm be improved? by Gordonjcp · · Score: 3, Informative

      Linux needs this

      Most Linux desktop environments have this. The default in Gnome is to use to pop up a run dialogue, that will autocomplete recently used apps. I configured the same thing in openbox, with lxpanel.

    6. Re:How can xterm be improved? by Mixel · · Score: 2, Insightful

      Guake is available in Gnome

    7. Re:How can xterm be improved? by Jesus_666 · · Score: 2, Informative

      1.) Install Gentoo Linux
      2.) USE="-alsa -cups -dbus -gstreamer -kde -gnome -mono -opengl" emerge xfce4-meta firefox terminal openoffice eclipse-sdk

      I am aware that xfce4-meta contains unneccessary cruft but you should be able to deal with it.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    8. Re:How can xterm be improved? by devent · · Score: 2, Informative

      In KDE4 I so exactly the same. Hit the KDE icon, I menu pops up. I enter 'fire' and hit enter. I enter 'wo' and hit enter for OpenOffice.org Word. Linux have this for about 1 year now, since KDE4 came up. What's more convenient, I can setup any hot key I want for any application. For example, Win+W is Firefox, Win+F is file manager, Win+C is calculator and so on. There is more. Hit Alt+F2 and you get the KRunner, which you can use the same way as the menu I described before. And you can use it as a calculator, to open a location and more.

      --
      http://www.mueller-public.de - My site http://www.anr-institute.com/ - Advanced Natural Research Institute
    9. Re:How can xterm be improved? by richlv · · Score: 2, Insightful

      so windows 7 FINALLY implemented alt+f2 launcher from kde and gnome, but the huge improvement was that they made it appear instead of the start menu ? :)
      i've been using launcher for years now, and i completely agree that it is very convenient. but somehow i see this as windows following what was available on linux long time ago, except that they have brought commandline in front of the user as opposed to gui. very simple commandline, but still we get people complaining that "if you have to enter text into some box, it's not usable" - and they are talking about linux distros, of course,

      --
      Rich
    10. Re:How can xterm be improved? by ink · · Score: 2, Interesting

      The Gnome version of that is Gnome Do, which started as a project to port Quicksilver to Linux. Quicksilver was purchased by Apple and put into OSX 10.3 several years ago. I use Gnome, and I no longer have any sort of task bar or "start menu"; they are pointless wastes of screen real estate. If I want to chat with my buddy Mike, I just hit meta-space, and then type "ch", which auto-completes to "Chat", then I hit tab and type "mi" which auto-completes to Mike. Gnome-Do will then launch Pidgin and open a chat window for Mike. If I want to listen to Rhapsody In Blue, I hit meta-space, and type "rha", it auto-completes the song name, I hit enter and then Rhythmbox starts playing Gershwin. It really is an amazing riff on all the quick launchers. It's much better than Spotlight (Apple's version of Quicksilver); I wrote a plugin for Gnome-Do last summer -- it's all written in C#/Mono and very accessible for coders of any level.

      --
      The wheel is turning, but the hamster is dead.
    11. Re:How can xterm be improved? by ink · · Score: 3, Informative

      Can you please explain why? I wrote a plugin for Gnome-Do last summer and found the code refreshingly simple and easy to grok. I'm a hard core C/Perl/Java coder, and I really like some of the features of C#, such as the in-line properties for accessors/mutators. The dbus hooks into Mono are first-class citizens, and MUCH easier to use than their C counterparts. Apart from the "omg a Microsoft engineer designed it" knee-jerk reaction, what is the complaint with Mono?

      --
      The wheel is turning, but the hamster is dead.
    12. Re:How can xterm be improved? by aztracker1 · · Score: 2, Insightful

      Umn, SUPER+R has been in windows since Win9x iirc. The search box in the start menu is much more functional, as it also searches recent documents, and installed applications. It can be configured for more as well. IMHO Win7 finally does a doc/taskbar right. Though it is a pretty big rip off of OSX and for those that remember, OS/2. The GUI desktop is an evolutionary approach, though ideas can be burrowed from other sources. I think the new Gnome screenshots look a lot like KDE taken to the next level myself.

      Honestly, I really like Win7's desktop/gui. It's the first time I've used windows and really feel like I'm not missing "Feature X" from either OSX, Gnome or KDE. The past few releases of KDE are far too out there for me, to be honest. I like the current Gnome, but usually replaced the menu bar, and put it all into a single strip, as most of my use has been on a laptop with limited screen space.

      --
      Michael J. Ryan - tracker1.info
  4. WTH by Idiomatick · · Score: 4, Insightful

    Gnome3 looks unusable anyways, delay it forever. Go through the early tour and tell me that is more usable. I've no idea wtf they were thinking.

    Lose the ability to 1click to open aps. Clock takes a huge chunk of real estate. The aps button is needlessly large and boring text. Opening a common folder takes more time now. This is just my first look at it but still wtf...

    1. Re:WTH by Clovert+Agent · · Score: 3, Insightful

      Some of it's just a big mental jump, and I think I could get used to it, especially if some of the appearance and behaviour can be customised.

      One thing grabbed me right away, though. The idea of slightly minimising the desktop while I'm working with the menu is interesting. But in the examples, look how every item in the menu is truncated. It's all "Home..." and "OpenO..." and "Docu..."

      That alone would drive me crazy. If nothing fits in your menus, then your menus are badly designed. If there isn't a option to show just a list, instead of a grid of too-large icons with ellipses everywhere, it's definitely a no for me. Might seem trivial, but I'm going to be looking at that annoyance a LOT.

    2. Re:WTH by BikeHelmet · · Score: 5, Insightful

      I respect that they're aiming for stability (quite different from what KDE did), but I'm not sure I like the direction their UI is going. I'll probably hop to KDE or LXDE.

    3. Re:WTH by fnj · · Score: 4, Insightful

      Oh, for Pete's sake. That's unbelievably lame. If you lose single-click-to-open capability, then it's a huge step backward and a crock. Double click is an abomination. It BARELY had some feeble justification when there was only a single mouse button, but it's a complete crock in the real world of 2 or more buttons.

      If it takes even longer to open a folder than current Gnome, that's just unacceptable. Compare navigating folders containing thousands of files using the Gnome file-open dialog now, against the Kde file-open dialog. It's night and day. The Kde version is faster when you first hit such a folder, and then it caches the contents and is blazing fast after that. Night and day.

      Time to branch at 2.28 and maintain a sane alternative.

    4. Re:WTH by Anonymous Coward · · Score: 3, Insightful

      KDE feels largely like a shadow of its former self at this point.

      Back in the 3.x series, KDE was my favorite desktop environment. It was fast, intuitive, and entirely configurable. I preferred it gnome at that point. It just seemed better developed.

      Then 4.0 was released. What a disaster. It had fewer features than the 3.x series, and was filled with significantly more bugs. Even things like the desktop were broken - all for the sake of a few cool-looking but generally not that important desktop widgets. The file manager was replaced with dolphin, which was also inferior to its predecessor. Some simple things like right clicking on a file now behave completely differently depending on whether you are using the file manager or the destop (like unzipping files).

      Apparently, the 4.0 release wasn't intended for users who wanted a stable, full-featured desktop. This is fine, but then don't call it 4.0, give it a name like 4.0alpha, and don't go marketing it around like it is ready for use. The distributions all shipped it when they shouldn't have. Even in 4.3, kde is still playing catch up to the 3.x - it just doesn't seem like it's worth waiting anymore.

      On top of all this, some of the key desktop apps, like the music player amarok, decided to 'follow in its footsteps' and do major rewrites as well. Do a search on google for 'amarok 2.0' and you can see how that turned out.

      I sincerely hope that gnome doesn't make the same mistakes. I know as a developer its always tempting to redo major components so that you get the 'wow' factor, but I think that is probably frequently done to the detriment of the users.

    5. Re:WTH by Rhapsody+Scarlet · · Score: 5, Funny

      I respect that they're aiming for stability (quite different from what KDE did), but I'm not sure I like the direction their UI is going. I'll probably hop to KDE or LXDE.

      So it's finally happened. After months of "I hate where KDE is going with KDE 4, I'm switching to GNOME!", now it's GNOME that's making unpopular changes and people are saying "I hate where GNOME is going with GNOME 3, I'm switching to KDE!".

    6. Re:WTH by DrXym · · Score: 2, Insightful

      Double click is perfectly justifiable. Accidentally single clicking on an app is far more costly and annoying than clicking on a hyper link. Inadvertantly clicking on something like OpenOffice, Eclipse or whatever might waste a minute waiting for the bloody thing to start in order to shut down again.

    7. Re:WTH by celle · · Score: 3, Insightful

      "...people are saying "I hate where GNOME is going with GNOME 3, I'm switching to KDE!"."

      I've actually dumped them both and gone back to twm.

  5. GNOME Shell == Clusterfuck by Anonymous Coward · · Score: 5, Insightful

    Do we laugh or cry? It's like KDE and Gnome are in some sort of frantic struggle for who can botch desktop Linux the most.

    I hope some commercial company like Google puts grownups to work like they did with Android on some replacement for these two basketcase projects.

    1. Re:GNOME Shell == Clusterfuck by Anonymous Coward · · Score: 5, Insightful

      It is a major ongoing failure. The problem with relying on people that are motivated by their inspiration is that you tend not to get "normal." You have to pay people to work on "normal". Refining and polishing is not fun. Inventing your own bespoke miracle from whole cloth and taking it no more than 10% of the way to functional before you lose interest and wander off is infinitely more fun.

      There are some amazing products among the Gnome and KDE collections. Amarok, kate, konsole, k3b, etc. Individually these are nice programs.

      KDE 4 is and ongoing failure. I haven't bothered to get my hands on 4.3 yet because 4.0, 4.1 and 4.2 killed all hope. They haven't had the 5 years it's going to take to fix what's wrong with 4.x. I'm sticking with 3.5.x until that interval has passed.

      Gnome is still plagued by Nautilus [1]. Dolphin appears to have a point, although pursuing it at the expense of a real file manager is another fail. The vast collection of background services sucking down hundreds of MB of RAM doing who the hell knows what is also on-going and ever worsening problem.

      Both systems pollute home directories with vast file hierarchies hidden in dot-file directories making a shared NFS home a practical impossibility. You'd think they were being paid by the dot-file. No one in either group seems to realize why this isn't desirable. It doesn't even occur to them that it might not be!

      [1] Just boot XP and clone Windows Explorer, mkay...? A badly done clone of Explorer would trump anything Gnome/KDE has produced to date wrt file management. And remember kids, detail/list view is, if not pretty, absolutely fucking critical; alphabets replaced pictographs for a reason.

    2. Re:GNOME Shell == Clusterfuck by QCompson · · Score: 5, Insightful

      So true... both desktop environments are missing the point. You have misguided ego-hounds like Aaron Seigo chasing after some elusive new "desktop paradigm" which no one has asked for nor wants.

      The formula for a popular successful desktop is so simple: something fully integrated with all options available via menus (program launching, suspend/hibernate, screensaver, etc), and something fast and stable. Very few everyday users care about some translucent twitter widget on the desktop. They want a platform to launch applications from that is simple, fast and stable. That should be priority number one.

    3. Re:GNOME Shell == Clusterfuck by mat128 · · Score: 3, Insightful

      And let us use the contextual menu (right click) in list view even if it's loaded with items! I hate going back to icons view just to be able to right click to create a folder!!

    4. Re:GNOME Shell == Clusterfuck by mpyne · · Score: 2, Insightful

      So true... both desktop environments are missing the point. You have misguided ego-hounds like Aaron Seigo chasing after some elusive new "desktop paradigm" which no one has asked for nor wants.

      Except that people have asked for and do want it. Do you really think Plasma appeared out of thin air (or fully-formed from Aaron's over-active imagination)? The answer is no. When Aaron took over maintainership of KDE 3's kicker application one of the most popular third-party KDE programs was one called SuperKaramba, which added widgets to your desktop, similar to other third-party programs for Mac and Windows.

      What Aaron "innovated" was that there's no reason that you don't have to have two processes to manage one desktop (or three processes to manage one workspace). Plasma was an attempt to codify existing practice with a saner underlying design. Of course the desktop replacement wasn't as fully featured in KDE 4.0 as kdesktop was in KDE 3.5 but the reasons for not holding off forever on 4.0 have been discussed ad nauseum.

      The formula for a popular successful desktop is so simple: something fully integrated with all options available via menus (program launching, suspend/hibernate, screensaver, etc), and something fast and stable. Very few everyday users care about some translucent twitter widget on the desktop. They want a platform to launch applications from that is simple, fast and stable. That should be priority number one.

      We have a fully integrated menu-enabled desktop, and KDE 4 is fast and stable for me (with the exception of a glibc 2.10.1 issue :( )

      You conflate the issues of stability/speed with "translucent widgets". These issues are not mutually exclusive. kicker in KDE 3.5 was translucent (via evil hacks, but still). SuperKaramba widgets were translucent via the same hack. And yet whenever people talk about KDE 4 disparagingly they usually bring up 3.5 as some paragon of perfection. I mean, yeah 3.5 is better than Windows, but there was still plenty of room for improvement.

  6. New Gnome? by MichaelSmith · · Score: 3, Informative

    80% percent of the tour looks like stuff in the current gnome. I mean we already have a NetworkManager and you already get a calendar when you click on the clock.

    Virtual desktops get more recognition. The UI is more modal and Mac like. So what if their default configuration has just the one panel? Thats how I configure it anyway.

  7. Problems on the horizon for Gnome 3! by Akir · · Score: 3, Interesting

    Yeah, lots of people will be in an uproar! There are millions of problems with Gnome 3! For starters, it won't be enough like KDE 3, so everyone will think it's broken when there's really no problems with it!

  8. Fire the whole team by boudie2 · · Score: 2, Funny

    Until then the Gnome developers can just keep using their Apple laptops running OS X, as that seems to be all they ever to write about. Makes me wonder if they even use Gnome. In the meantime, I'll be sticking to Fluxbox. While they keep making things for Joe Average (who won't use Linux).

  9. Feel Like I've Been Punched In The Stomach by Anonymous Coward · · Score: 2, Informative

    "Gnome3 looks unusable anyways"

    I just switched to Ubuntu 9.10 it has been ok. Very rough, buggy, and unpolished compared to Windows but I really wanted to soldier on.

    Seeing this Gnome 3 garbage just makes me want to throw my hands up and go right back to Windows.

    Something is very, very wrong with the Gnome developers to have them honestly thinking this fiasco of an effort is going to attract anyone but the most diehard of existing Linux users.

    Grow the fuck Gnome devs. No one wants yet another retarded attempt at 'reinventing' the desktop. It's a solved problem. People have work to do with their computers. Gnome 3 is nothing but juvinille wanking.

    1. Re:Feel Like I've Been Punched In The Stomach by fnj · · Score: 2, Insightful

      Yep. Gnome 3 is a mental disorder. It's what happens when you spend all your time dreaming about how to come up with a new UI paradigm when there is already a highly satisfactory, perfectly usable, and well accepted paradigm that has stood the test of time, and that no one is complaining about. It is new for the sake of new. Kde 4 was much the same thing, but at least they optimized their infrastructure and cleaned up some rough edges in the process (while hopelessly screwing up some basic stuff).

      Despair not, however. There is still Xfce, and it shows no sign of succumbing to a mental disorder.

    2. Re:Feel Like I've Been Punched In The Stomach by mR.bRiGhTsId3 · · Score: 2, Insightful

      KDE also now has the advantage of being able to more or less replicate the "Traditionalist" desktop paradigm. I'm not convinced that will be the case with Gnome 3 from the screenshots I've seen. Big oops.

  10. Glad it's delayed. It's rubbish. by thaig · · Score: 4, Insightful

    This isn't what I'm missing in Gnome. I'm missing desktop sharing and conferencing software like Livemeeting. I'm also missing some ease-of-use dealing with very simple things like cutting and pasting a link to a windows share and using it to look at a remote directory without having to edit all the slashes.

    Instead, some *person* for want of a better word, thinks I need to have yet another new way to select the same applications, wants to "improve" (i.e. remove the choice from) the task list to be *more* application-centric (so retrograde it's laughable).. What a waste of time. What about an Object-Oriented or task-oriented desktop? How about some *actual* innovation? Being force-fed this kind of thing is pretty unpleasant;.

    --
    This is all just my personal opinion.
  11. Not going to comment about the actual product... by asaz989 · · Score: 3, Interesting

    ...but from an Ubuntu scheduling perspective this sounds like good news. The last thing Ubuntu needs for its next LTS release (10.04) is a big new jump to GNOME 3. It'll be nice to have an LTS that will let less bleeding-edge users wait until GNOME 3 has a year and a half of polish, integration, and (most importantly) actual user feedback to upgrade, while still retaining full support

    Plus, it'll be just plain interesting to see how Mark Shuttleworth reacts to this frankly rather iffy-looking overhaul. (Oh well, so much for not commenting about it.) Although let's be nice - the screenshots in the link seem to be design mockups, while in the actual screencasts they seem to have solved the billions-of-elipses problem.

  12. Re:Glad it's delayed. It's rubbish. by rocketpants · · Score: 5, Insightful

    Being force-fed this kind of thing is pretty unpleasant

    If the was Microsoft, and you didn't know better, then perhaps it's fair to say you are being "force fed" this change. However, this is OSS, and nobody is forcing you to use Gnome Shell. You have options: stick with Gnome 2.x, use XFCE, KDE or any of the other window managers available. Just stop whinging about how you don't like it.

  13. Damned if they do, damned if they don't, eh? by jbn-o · · Score: 5, Insightful

    Maybe they're trying to innovate and do something new and different. I don't share your doubts but if I did, I would rather give them the benefit of any doubt then criticize before I had even tried the software. It seems to me that they're in a tough spot: do what UIs have been doing for a long time and get accused of copying rather than doing something new, or do something new and get bad word from people who reject the free software out of hand at their "first look".

  14. Re:Glad it's delayed. It's rubbish. by thaig · · Score: 5, Insightful

    Why is this a preview if they don't want people to say what they think?

    You really aren't going to help F/OSS by calling people whingers - it's a kind of whinging in itself.

    --
    This is all just my personal opinion.
  15. just kill gnome 3, please by Mister+Blonde · · Score: 3, Insightful

    Lack of taskbar makes it unusable.. Ubuntu remix way is so much better than this.. so gnome people.. please stop working on useless stuff like gnome 3. I was considering giving some money to the foundation but when i see where they're heading to.. no thanks.

  16. What GNOME really needs by salarelv · · Score: 2, Interesting

    What GNOME really needs (in my mind): * better dual screen support * customizable virtual desktops (different layouts for work, entertainment etc) - would be cool if the second display could be one virtual desktop * fixed theme management (everything should be configured from one place) * "run as root" in the menu under right mouse click * "open terminal in current location" * better drag&drop * better networking configuration (usb and bluetooth modems) - like to see why something isn't working. etc gnome doesn't need new menus..these are already great. maybe a search bar for programs in the application menu. like in win7 and mac

    1. Re:What GNOME really needs by westyvw · · Score: 2, Insightful

      I have many problems with gnome as well, but several of the things you mentioned are available now. But the menus do need to be more configurable. I am annoyed that everything has to be so damn big. And they could use to get single clicking right, which only KDE ever pulled of effectively.

  17. Re:Who needs GNOME when Windows is affordable by dokebi · · Score: 3, Interesting

    Yeah, yeah. Windows control 99.99% of germs, I mean desktop computers.

    I've been freed from Windows for about 4 years now, and there is no way in hell i am going back. I barely tolerate it on my netbook (hardware driver issues), and I install linux on all of my other machines now for these reasons:
    1. I spend 95% of my non-work computing time in Firefox.
    2. I spend 95% of my work computing time in Firefox and Eclipse.
    3. The other 8%, there are linux software for those.
    4. I use Virtualbox for the 2% of the time I _need_ Windows.

    In return for not using Windows, I gain:
    1. I don't worry about firewalls, or anti-virus software.
    2. Complete incremental backup of computer to network drive, usb drive, whatever.
    3. nfs, and sshfs. They really are awesome. Windows/mac users don't even know what they are missing.

    And most importantly:
    4. New OS every few months, FREE. FOREVER..

    --
    In Soviet Russia, articles before post read *you*!
  18. Well at Least... by coaxial · · Score: 2, Insightful

    it looks like GNOME is now copying MacOSX instead of Windows *eye roll*.

    At least now their copying something that at least works, but still, they're copying, and thus ensuring that they are always playing catchup, and creating an inferior product. This is not a new problem, and has been talked about repeated on /. 2005, 2006, and even last June. With the notable exception of Firefox, there hasn't been anything original, innovative, and well good from the F/OSS community, which is very disturbing.

    Hell, read some CHI, USENIX, and SIGIR papers people! Stop making a poor facsimile of two years, and start making the next five. Ask yourself, why the hell is Wave coming from Google, instead of us?

    1. Re:Well at Least... by howlingmadhowie · · Score: 2, Insightful

      i thought wave is foss. you don't stop developing foss just because you work for a company.

  19. Re:Glad it's delayed. It's rubbish. by vagabond_gr · · Score: 3, Insightful

    I'm also missing some ease-of-use dealing with very simple things like cutting and pasting a link to a windows share and using it to look at a remote directory without having to edit all the slashes.

    If gnome (and linux in general) wants to escape the geek-in-a-basement marketshare, it has to focus on the average non-tech user. And no, pasting a link to a windows share is not what this user does.

    Instead, this user is interested in finding "that god-damn file" that he saved somewhere yesterday morning and has no idea where it is. He doesn't organize his files, he doesn't care about file hierarchies, he just wants his file. He also wants to easily find that openoffice window that got lost in the 20 windows he opened and never closed in the last hour. Believe it or not, no desktop environment makes it really easy to do such basic stuff.

    IMHO Gnome Shell and Zeitgeist is a step in the right direction for the average user.

  20. Please fix the window manager by MichaelSmith · · Score: 3, Interesting
    • I have two applications A and B in different workspaces
    • Drag app A to the same workspace as app B
    • Workspace shows B
    • Click on A in the task bar (window list)
    • Application A minimises. I expect it to come to the front.
  21. Re:Glad it's delayed. It's rubbish. by Arker · · Score: 4, Insightful

    Make a system any idiot can use and only idiots will use it.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  22. Re:Who needs GNOME when Windows is affordable by Jesus_666 · · Score: 3, Insightful

    3. nfs, and sshfs. They really are awesome. Windows/mac users don't even know what they are missing.

    You are aware that OS X natively supports NFS and MacFUSE works exactly like Linux FUSE?

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  23. Leave well alone! by Smivs · · Score: 4, Insightful

    nobody cares.

    Nobody except the millions of people like me who use Gnome. The current version is near-perfect and the new one seems to have lost all the good points and added nothing. OK, all the desktops on screen at once could be useful once in a while, but WTF! If it ain't broke (and it ain't), don't "fix" it.

    1. Re:Leave well alone! by JohnBailey · · Score: 3, Insightful

      millions? really?

      do you have a source?

      It's Linux, Of course we do..

      Getting more serious.. Why do you even question that there are millions of users. Ubuntu alone has stated counting 7-8 million regular users of the repositories, and it's default desktop is Gnome. And as Gnome is one of the big two, if not the most common desktop supplied with a distro, tens of millions is not difficult to justify as a probable user count. And even if you take the most pessimistic figures guessed at by the various web trackers, desktop Linux's 1% is 1% of a billion computer users. Do the math.

      --
      It is difficult to get a man to understand something when his job depends on not understanding it.
  24. Re:Go Fuck Yourself by vagabond_gr · · Score: 3, Funny

    Thanks for your deep insights, I am now convinced that the Gnome people should listen to anonymous trolls like you to make their decisions.

  25. Re:Not going to comment about the actual product.. by Bob54321 · · Score: 2, Interesting

    My first reaction when I saw this news was that it was delayed specifically for the Ubuntu LTS release. Probably just a coincidence though, but everybody likes a good conspiracy theory.

    --
    :(){ :|:& };:
  26. Re:Glad it's delayed. It's rubbish. by u38cg · · Score: 4, Insightful

    I'm yet to be convinced that that is the correct approach. Users should learn to save their god-damned files somewhere sensible so they can actually find them again, and close windows when they're done with them. This isn't a technical user, this is a user with a clue, for goodness sakes. If you're so dumb you can't learn the concepts behind these tasks, I really do wonder whether you are suited to the operation of a Turing machine.

    --
    [FUCK BETA]
  27. It ain't broke so they fixed it... by Cornwallis · · Score: 2, Insightful

    It looks like the task bar is missing. It looks like you have to click more to get where you want to go. It looks shiny. If I wanted all that I'd go to windows. Maybe I will. Windows 7 isn't bad at all. Hopefully when 3.0 IS released it will be customizable to get it back to where it was!

  28. Stop fucking with the interface by leereyno · · Score: 5, Insightful

    Imagine you were looking to buy a new car. Going to a dealership, you are presented with a sedan that is marketed as "redefining the way drivers interact with their automobile." Getting behind the wheel, you discover that standard conventions like the steering wheel, turn indicator, gear shift, accelerator and brake pedals have all been replaced with New and Improved devices that the salesman assures you are so much Better.

    Would you buy the damned thing?

    I'm sick and tired of coders who pretend they are cognitive psychologists or ergonomics experts.

    Just implement a standard GUI using normal conventions. Anything more and people like me will either find ways to turn the bullshit off, or we'll avoid using your product.

    Microsoft is about to learn this the hard way with their new bullshit replacement for the task bar.

    --
    Muslim community leaders warn of backlash from tomorrow morning's terrorist attack.
    1. Re:Stop fucking with the interface by DMiax · · Score: 3, Insightful

      I'm sick and tired of coders who pretend they are cognitive psychologists or ergonomics experts.

      And I'm sick and tired of idiots that tell coders to do something so-and-so because they know oh-so-much-better.

      I'm not even a GNOME user, but even KDE got this crap, with morons telling how stupid and idiotic every developer is. Guess what: there are real usability experts in both projects. Not many however, so if you want they will be happy to get some help in testing. Use their bugzilla or mailing list, get in touch with them and do something.

      You will also have to explain what is a standard GUI with normal conventions, since everyone bitches about different things and no one agrees on what they do like.

    2. Re:Stop fucking with the interface by MrHanky · · Score: 4, Insightful

      Not only that, but this supposedly "fucking with the interface" doesn't actually happen. In KDE4, you still close windows by single-clicking the small [x] up in the right corner of the window, you still open apps by clicking icons in a menu, you can still put files on your desktop. Yet, you have masses of assclown know-it-alls like the GP who will complain that everything is ruined, because, oh -- they never really say, they just whine, whine, whine.

  29. Commendable, but by pmontra · · Score: 2, Insightful

    The idea of designing a new approach to the desktop is commendable and shows one of the advantages of open source. If people doesn't like it they can switch to other alternatives. The idea of making it work well is also a positive innovation on some well established practices of both the FOSS and proprietary camps.

    However there are for sure some strange things in this Gnome Shell.

    • The absence of the task bar will puzzle a lot of people used to it since Windows 95 (but I had no problems working without it on X Terminals before then) so removing it is a very bold and risky decision.
    • I cannot understand why the clock is so important to be in the middle of the top bar. Considering how many times one needs to know the time and how many times one needs to do something else, hiding it into a corner looks just right. Maybe there is a need to fill the top bar after having removed all the open application icons/names from it. It surely has to look bare and empty.
    • I also don't understand why is so important to show the name of the current application. Another way to fill all that empty space in the bar? But it if is so empty maybe the right thing to do is to remove it and leave only an Activities button to the left and the icons and clock to the right. That leaves more useful space for the applications and vertical space is always precious.
    • Some people will really get sick when the screen moves so much every time they open the menu. This interface may be not for everybody.
    • The Plus button to add new desktops uses up so much space (it takes a whole bottom bar with it) that it hints that a lot of people actually use multiple desktops. I do, but are they really so popular?

    On the positive side, the large Activities menu could be very useful on the forthcoming generation of touchscreen computers because it provides a larger target for fingers than the menu items we have now. It reminds me a lot of the interfaces used by some Linux distributions for netbooks it is seems good. Maybe it's not so handy for computers that only have a mouse (too much travel).

    Finally I hope that the top bar can be moved to the bottom because I just hate top bars. They are placed right where my eyes look by default but they are the less important piece of information on the screen. Apple made it totally wrong IMHO and MS improved their design, maybe the only time they did it.

    So, I'll be using Gnome Shell in its present form? Maybe I'll give a try but I bet I'll soon switch to something else, back to Gnome 2 if I can. Other desktops I so for Linux look to much like Windows, something that cannot be good considering all the years I had to use it and never liked the way it worked.

  30. Re:Glad it's delayed. It's rubbish. by Stormwatch · · Score: 2, Interesting

    He doesn't organize his files, he doesn't care about file hierarchies, he just wants his file.

    Gawd, the hell. I want a system that forces the user to organize his stuff. I'm sick of seeing desktops so cluttered with icons that there's no room for anything else. I wouldn't mind shoving that Ubuntu Netbook Remix interface down their throats. I mean, I make my desktop a mess too, but I clean up my shit eventually. Tons of people (like my sis) simply DON'T, EVER. EVERYTHING GOES ON THE DESKTOP. That's ridiculous. Can't understand the concept of folders? No computer for you!

  31. Re:Based on Mono by natbudin · · Score: 3, Informative

    Except that it isn't. According the GnomeShell page on Gnome Live, "Much of the code of the shell is written in Javascript and Clutter and GNOME platform libraries via GObject Introspection and JavaScript bindings for GNOME."

    GObject Introspection is actually quite cool IMO, it makes it much easier to create bindings from dynamic languages libraries that use GObject, like the GNOME platform, GStreamer, etc.

  32. Re:taking the time to get it right by jonadab · · Score: 2, Interesting

    > Um... taking time doesn't necessarily mean it gets done right.

    Indeed. To date, the best Gnome release was version 1.4, which came out just eleven months after the previous release and was a significant improvement in a number of ways. Gnome 2, in contrast, seems to actively get worse with each passing release. Well, except for gnome-terminal. gnome-terminal is actually better. Everything else is worse.

    --
    Cut that out, or I will ship you to Norilsk in a box.
  33. Cellputer by zogger · · Score: 2, Interesting

    And that's it, this. People in the future are going to want their cellphone to be a major part of the computing experience, and when they get home, toss the thing on the desk and it just reopens on the monitor there. The focus should be on making that transition really smooth and consistent.

      Right now it is backwards, try to force a desktop OS on the phone or synch it, etc, nuts. The phone os will be more important, the phone hardware will be powerful enough to do most tasks, and the monitor and keyboard on the desk will just be an extension of that primarily, and where your big storage lives. It will *have* to focus on being functional on the phone, then be able to scale up smoothly to a larger screen, and fast.

      The next generation practical GUI/desktop therefore should start focusing on that next big step. Whomever gets their first with functionality and smooth transitions and synching wins. Android might be it, but one of the phone OSes will be it for sure, for most people, it won't be gnome or KDE at this point.

  34. NO JOHN RINGO NO. by argent · · Score: 3, Interesting

    I'm seeing this kind of "MMO style" user interface more and more, where the desktop becomes more and more obscured by locked down immovable user interface elements. I've gotten used to the task bar on Windows and the Menu Bar on the Mac and the Panel, I can deal with that, there's one box and it's pretty small and I can stuff everything into it... but Microsoft keeps turning menus into big obtrusive blocks (ribbons and sidebars and the start panel and so on) and this new Gnome scheme seems to be putting this horrid scheme on steroids.

    No, no, no, ten thousand times, no.

  35. Re:Who needs GNOME when Windows is affordable by Ash-Fox · · Score: 2, Informative

    You are aware that OS X natively supports NFS and MacFUSE works exactly like Linux FUSE?

    I noticed filesystems on MacFUSE have a greater tendency to crash, actually. Makes it quite frustrating to use for long periods of time.

    --
    Change is certain; progress is not obligatory.
  36. Re:taking the time to get it right by harmonise · · Score: 2, Interesting

    That isn't true. Blizzard rarely releases a game on time, they are of the up-most quality, and they are money driven.

    Don't Confuse "Utmost" with "Upmost"

    --
    Cory Doctorow talking about cloud computing makes as much sense as George W Bush talking about electrical engineering.
  37. Does not fix the real problem by Zoxed · · Score: 3, Insightful

    My experience with *inexperienced* users always shows one thing that no Desktop GUI seems to have addressed/solved yet: the User who does not care whether the program they want is already running or not, they just want to use it. At the moment you look to see in one area if, say, you have a web browser already running and if not then you start one. This is one step too many. The User should just have one button to press per app and then the GUI decides whether to simple bring an existing app window to the front, or start the app for the first time. (Some programs play well with multiple startups, others do not.)

  38. Re:KDE 4! by HiThere · · Score: 2, Interesting

    I was thinking of it somewhat differently. My thought was:
    "I'm glad that they aren't doing this for a year. By that time KDE4 might be nearly as useful as KDE3.0 was."

    FWIW, I'm currently using Gnome, but I'd used a KDE desktop since the days of Gnome1.x. (When they changed that out, I switched to KDE...over the same kind of usability issues that have currently caused me to switch back to Gnome.)

    It's not merely bugs, it's design issues. Interface designers don't seem to be able to design a new interface without including so many usability problems that it's nearly always a disaster.

    (N.B.: The KDE2.x->KDE3.x wasn't a major change in the interface. The major changes were under the hood, and showed up as bugs. There are known ways of dealing with bugs. They don't work perfectly, but they exist. There don't seem to be known ways of dealing with basic UI design errors. Not even ways to collect the information that would let you know that you've made a mistake.)

    To me this looks like a massive redesign of the interface. And it looks terrible. (Quite esthetic, but terrible from the usability standpoint.) I could be wrong, because I'm judging from still images, and I don't know how or why those images were selected, or how common it is for the system to get in that state.

    The dual bar design is excellent. It allows one to have a constant display ot the most common tools used, and the currently active applications, in a very small area of the screen. The images showed render the screen unusable when that information is being displayed. Quite very much not good. Twice as bas as double plus ungood.

    So I'm really glad that it won't show up for another year. Maybe by then they'll have realized a few of their mistakes. And I don't mean bugs, I mean design errors. Until then ... well, the latest revision of KDE4 was approaching the usability of Gnome. It still has a ways to go, but a couple of more revisions and I may be able to switch back to it.

    P.S.: Eye-candy is all very well, but it doesn't have much, if anything, to do with usability. It often seems to be an inverse relationship. And usability trumps eye-candy any day in my use.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  39. Re:KDE 4! by garvon · · Score: 2, Insightful

    I find I get closest to what I had on real kde running xfce with the kde backend and the kde applications. I use the new QGtkStyle which makes the kde /qt applications use gtk to draw the widgets. and compiz expose and cairo-dock (I don't like the always on top of the xfce panel). This gives me most of what I had with kde 3.5 and compiz except different wallpaper per desktop.
    I just got done trying kde 4.3 for 3 weeks. It is to much of pain to get it to give me MY desktop not what they fucking want to give me.
    Most of the applications are as good as the old ones (the only complaints I see are 2 i don't use konq. and amorock).
    Since the kde devs. now talk about options being bad! sort of like gnome did from 1.4 ->2 i don't see kde ever going back to a useful desktop os again. I think they are going for the new name of KCE K Cellphone Environment.
    Oh I was the same as you in I used gnome 1.4 and tried gnome 2 could not get used to how unfriendly it was to configuring what you want and moved to kde.

  40. Re:Who needs GNOME when Windows is affordable by zippthorne · · Score: 2, Insightful

    Might want to use a different calculator, though. By my count, you have accounted for 105% of your computing time...

    --
    Can you be Even More Awesome?!
  41. Stability by ChrisMaple · · Score: 2, Insightful

    I hope they use the extra time to make things stable, organized, configurable and documented. More descriptive tooltips would help, too.
          I recently installed Fedora 11 and in only 3 weeks I've lost the abilty to see the top of the cube, to focus on no windows, to zoom using the scroll wheel, and to bring up a menu by clicking over the desktop. Compiz configuration is hopelessly disorganized. Advice from user forums points to menu entries that don't exist and suggest changes that have no effect.
          On the plus side, gnome has the first edge flip I've ever used that is good enough that I don't turn it off after a few days. Now if they'd only make an option to require an ALT key or button press for edge flip and I'd be a lot happier.
          Also, it crashes occasionally, but I don't know for sure that the fault is with gnome and not firefox or something else.

    --
    Contribute to civilization: ari.aynrand.org/donate