Slashdot Mirror


Solaris 9 Will Be Updated WIth Gnome 2.0

JAZ writes: "According to this article, 'The newest version of the GNOME open source desktop will not be ready in time to ship with Solaris 9 next year, but it will be included with a subsequent Solaris 9 quarterly update ...' Go Gnome!" I wonder if anyone truly prefers CDE.

8 of 374 comments (clear)

  1. Preferring CDE? Compared to what? by devphil · · Score: 5, Funny
    I wonder if anyone truly prefers CDE.

    You're only wondering that because you haven't experienced the pain of OpenWindows[tm], winner of the [entirely fictitious and just-invented] Most Unintuitive Interface In The Entire Fscking World Award.

    Drop-down menus are dropped down with which button? The first, you say? Oh no, that would be far too obvious and industry-standard. The third button drops down a menu. If you press the first button, it activates the first entry in the menu, without ever dropping the menu down. Sort of a speed-select. Confusing as flaming fuck to people who don't expect it: if the first entry is "New Window" then you merely have windows popping up. "I clicked on "File" and a new window popped up? Huh?"

    If the first entry is more, shall we say, "proactive," then you just lost data. Or had a file overwritten when you were just experimenting. Or... who knows what just happened, since there may not be any visual feedback to whatever the fsck the first menu entry happens to be.

    I and my users were both extremely happy when we were able to move from OpenWindblows to CDE. They will be happier still if I ever get the chance to build KDE 2.2 for my SPARCs.

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)
  2. I love CDE by Dimwit · · Score: 5, Insightful

    And I'll tell you why...Three reasons:

    1) I do 90% of my work from a terminal. The only reason I even run X is to have Netscape, XMMS, and SDtMail. I actually tried running just console for a while, and didn't notice any degredation in my productivity - it was just hard to read UserFriendly.

    2) This is Solaris, and GNOME is very Linux-oriented. I don't care what anyone says, it is. I don't like not having access to some Sun-specific keys in the hotkey editor, or having all these "Unknowns" pop up in my sysid.

    3) It's slower and less mature than CDE. GNOME is trying to hit a moving API, and there is the one problem with Open Source development: The second-system effect. CDE knows what it does, and does it well. GNOME tries to do everything - which I don't want. I like that it just manages my workspaces, windows, cut'n'paste buffers, etc...And doesn't browse the web, grab the weather report, make julienne fries...

    Anyway, just my two cents. But CDE is a good desktop if you want a more UNIX-y (small tools doing one thing well, instead of Nautilis trying to be a web browser, file manager, PIM, etc.)

    --
    ...but it's being eaten...by some...Linux or something...
  3. Re:GNOME is dead by cduffy · · Score: 5, Insightful

    gnome is dead. why do you ask. because i say so because i know it. i am developing gnome myself and am getting pissed with every new day. GCONF = windows registry, no plugins system, 3 different configration systems, a tons of library which number increases every day. nautilus is slow and doesnt work properly, evolution permanently crashing and and and....

    Not so! glib provides a plugin system; gconf is significantly better than the Windows registry; evolution 0.15 is extremely stable (I've been using it as my sole mailreader since the patch to a single disabling bug came out in version 4 of the Debian package). Yes, Nautilus sucks -- but there's no obligation to use it.

    Also, as a C programmer, I much prefer the design philosophy behind GNOME to that of KDE. Yup, it's personal prejudice. Hell, maybe it's wrong. Nonetheless, I prefer it.

    As for the development community, I've had excellent support from them. Perhaps you've exercised poor grammer or a conspictuous lack of research in your posts? (The lack of respect both of these show can rightfully, in my opinion, get one ignored in almost any community).

    Finally, you may need to note: Wishing something dead doesn't make it so.

  4. I can't speak for myself...... by sawilson · · Score: 5, Interesting

    I work in a sun shop. I'm allowed to run FreeBSD on an old poweredge instead of using solaris on a blade or ultra5. Almost every person around (all sun) has grabbed the gnome addons cd and installed it. At first it's so they can get xmms installed easily. As soon as they see someone else running the gnome desktop and ask about it, they are hours away from running it themselves. I pretty much compile and run blackbox on everything including solaris when I'm forced to use it. :)

  5. Worth Mentioning... by Misch · · Score: 5, Informative

    It should be worth mentioning that this story is an "update" to a previous story here on /.

    --

    --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
  6. As a regular Solaris user by pq · · Score: 5, Interesting
    As a regular Solaris user, I dread this switch.

    FWIW, I actually use OpenWindows as my desktop (oh, the horror, the horror!) and along with olvwm, it does its job and stays out of the way. All my real work is done with xterms, gcc/cc, emacs (so go on, flame me) and custom astronomy software. If you ever had the misfortune to use AIPS, you'd be into B&D too.

    With Linux (and gnome) on my laptop and on our newer production machines, I just don't know: it looks (and feels) clunky. What 5 year old drew those ugly icons? Even with the "tiny icons" on my laptop Gnome toolbar, the only icon I actually like is the simple red star of Mozilla. And my work is all at the command line, I don't use icons! But I still can't convince Gnome, even with repeated "Save settings," that I'd rather not have an icons for /dev/fd0 and /dev/hda cluttering my desktop. Non-intuitive, hard to learn (this from an OpenWindows user!!) and ugly: is there any reason for Sun to switch to Gnome besides saving development costs?

    I, for one, am not impressed.

    --
    "I will take the Ring," he said, "though I do not know the way."
  7. No, YOU are wrong by woggo · · Score: 5, Insightful

    This is one of my least favorite Stupid Slashdot Misconceptions (tm).

    The "QT Free Edition" is licensed under the GPL. The GPL dictates that if you wish to distribute a derivative work of a GPLed program (or a program linked to a GPLed library), you must distribute it under the terms of the GPL. The set of all GPLed closed programs is closed under the operation of derivative work creation.

    The GNOME libraries (with the sole exception, IIRC, of the non-essential libgtop) are licensed under the LGPL, or Lesser (ne'e "Library") GPL. The LGPL allows linking with closed source code; it merely stipulates that you must re-link it with new versions of the library and/or supply customers with .o files so that they can re-link it themselves. (That's no big deal -- commercial UNIX software has been distributed in .o format for years.)
    So, to recap: an LGPL library allows closed-source applications to link with it. It is possible to write closed-source GTK+ and GNOME apps. A GPLed library, on the other hand, can only be linked into GPLed software, so if you want to make closed-source Qt programs, you're stuck forking over the ducats to trolltech.

    It is not in Sun's best interests to force Solaris application developers to pay royalties to trolltech for commercial applications.

  8. Get a job, Tim by hatless · · Score: 5, Insightful

    Lots of people prefer CDE of GNOME. Many Solaris desktops are X Terminals in large companies--say, at banks, financial services companies and so forth. The people who use them access e-mail, do data entry, and query old big-iron databases. You want such a system toi be free of distractions and clean and easy to use.

    Few things are cleaner and simpler than a stripped-down CDE desktop. A drawer with the 4 or 5 most common applications, a clock, a trashcan, and a drag-and-droppable printer icon. No taskbar, no nested program menus, no disk icons, no desktop clutter.

    It may be awful for an engineer (but then, maybe not; if you primarily use the command line, who needs all of GNOME's gizmos?) or a "power user", but CDE is great for heads-down managed environments like call centers, trading floors and so forth.

    Yes, a modern, flexible desktop comparable to what MacOS and Windows offer is necessary for home and small-business use, and for some breeds of power user, but that's mostly because such users have to do nearly all of their own file and system maintenance. For someone who has no need for that--and that's true of many a work environment--the empty simplicity of CDE is a virtue. Not to mention easier to deploy, maintain and support on a network. CDE is terrible as a "general purpose" desktop. GNOME and especially KDE are far better for that. But the work that has to go into stripping down and locking down GNOME or KDE for ease of use in a 100-seat call center makes me cringe.

    Maybe someday, Tim, you'll work for a company where Unix people have more than 20 desktops to worry about, where most of the people using those dektops aren't techies, and servers really have to be up 24/7.