Slashdot Mirror


Gnome 2.0 Officially Available For Solaris

MoonRider writes "Today, Sun Microsystems announced the availability of the GNOME 2.0 Desktop for the Solaris Operating Environment.
You could already download beta versions of the Gnome 2.0 desktop but this is the "official" release that will replace CDE as the default desktop for the Solaris operating system. You can get it on the Sun website."

28 of 244 comments (clear)

  1. 2.0? Why, oh why? by Furry+Ice · · Score: 3, Insightful

    Gnome 1.4 is very nice. 2.0 still has a long way to go. I wish they wouldn't turn off so many Solaris users by giving them something half-baked. Then again, if they're willing to put up with CDE, they're probably willing to use _anything_.

    1. Re:2.0? Why, oh why? by Dingleberry · · Score: 5, Informative

      Sun has been working on Gnome 2.0 with the Gnome community. It's not exactly a stock Gnome 2.0 installation. You might want to check it out before giving it the thumbs down...

  2. Good to see by fault0 · · Score: 5, Insightful

    That SUN is finally replacing the archaic CDE. However, there seems to be a pretty large gap in release time. GNOME 2.2 is almost out. Will it be "officially" released for Solaris onc GNOME 2.4 comes out? I don't think Sun is doing a service to Solaris users here by using such a old version. One could argue that they made sure that everything is stable, but the fact is that GNOME 2.2 itself has more bug fixes from GNOME 2.0.

    1. Re:Good to see by stefanlasiewski · · Score: 4, Insightful

      I know many Sun users who liked CDE because it was stable as a rock.

      Gnome 2.2 is great, but it's not stable. I used Gnome1.2 and 1.4 (Vanilla and Ximian) on a Sun workstation for almost 2 years, and was really annoyed by stability and memory leakage.

      Sun really shouldn't release Gnome2.2 until it's gone through a trial-testing period, and after several patches have been released.

      --
      "Can of worms? The can is open... the worms are everywhere."
    2. Re:Good to see by borg · · Score: 3, Interesting

      what i think amazing is that back in the day (1996), the posts on usenet announcing the beginning of the KDE (way back then, it was the 'Kool Desktop Environment') development effort specifically cited CDE as inspiration.

      want proof? check out this article from the Google archive.

      then KDE sparked the Gnome effort...

      ...and now Gnome's replacing CDE.

      but i'm left wondering how Kevin Bacon fits into it all

      --
      Fermat's other theorem: "I have a simple proof, but I can't write it down as I fear it's a DMCA violation to discuss it"
  3. what took them so long by softwave · · Score: 3, Insightful

    I really do wonder what took the people at Sun so long to realise they should replace CDE with something "fresher". Frankly I think CDE was getting a little bit outdated. Hopefully this'll put Solaris closer to the people ;)

    1. Re:what took them so long by ZoneGray · · Score: 4, Funny

      >> CDE was getting a little bit outdated

      Geez, too bad there's no mod option for "understatement".

  4. Nice New Face...Same Old Solaris by ausoleil · · Score: 5, Interesting

    ...not that Solaris is "bad"...

    But who would have ever thought five years ago that the predominant commercial *NIX flavor would be adopting the GUI of it's open source competition?

    Hopefully, little goodies like a Gnome Package Manager, an RPM like interface for package installation will be included or coming shortly.

    Funny thing is that I am bringing a Solaris 8 box up to life as an AMPS (Apache MySQL PHP Solaris) box this week, so I guess this little gem will have to be part of the roll-out!

    1. Re:Nice New Face...Same Old Solaris by stefanlasiewski · · Score: 4, Insightful

      Using X is really the only way to make a Sun machine usable at the local interface.

      I can see your users cringing every time you bring up an xterm on the local machine.

      If you're running Apache/MySQL/PHP, you shouldn't need to see the console very often. Connect remotely using SSH.

      I'll say it again, X has no place on a production machine. It's acceptable, but form for a development machine.

      For security and stability, you should run the minumum set of tools needed to run the system. X is many wonderful things, but it is not minimal.

      --
      "Can of worms? The can is open... the worms are everywhere."
  5. Sun and GNOME by kruetz · · Score: 4, Interesting

    Can anyone remind me why Sun chose GNOME over KDE or any other desktop environment? Was it because RedHat has adopted GNOME as their default desktop, or they liked the look of Ximian GNOME? Because I can't really believe that they chose GNOME purely on technical reasons.

    Let me defend my last comment - I'm not a KDE or GNOME user, so I don't see one as being evil and the other as good or anything. But I do think that the duplication of effort is a sad waste of effort (I know why RMS started GNOME, and he kinda had a point, but still...)

    Anyway, did Sun choose GNOME because it's more "enterprise-friendly" (ie, you can get support from Ximian)? I never heard much discussion on this point and I'm rather curious. (I'm also glad that they chose to adopt on of the main-stream Linux desktops.)

    --

    This sig intentionally left bla... dammit!
    Who's got the whiteout?
    1. Re:Sun and GNOME by Anonymous Coward · · Score: 5, Insightful

      Because Sun didn't want to pay royalties for proprietary non-open applications they developed against KDE, perhaps?

    2. Re:Sun and GNOME by JoeBuck · · Score: 4, Informative

      If Sun chose KDE, then they'd be in the position of either writing checks to TrollTech with every sale, or telling their customers that they can't develop proprietary apps without buying a separate license from TrollTech.

      In practice, though, a number of software companies are already selling Qt-based apps on Solaris.

    3. Re:Sun and GNOME by tjwhaynes · · Score: 5, Insightful

      Can anyone remind me why Sun chose GNOME over KDE or any other desktop environment? Was it because RedHat has adopted GNOME as their default desktop, or they liked the look of Ximian GNOME? Because I can't really believe that they chose GNOME purely on technical reasons.

      There were probably a raft of reasons rather just one. GTK is written in C, so it's an easier task to tie GTK to anything already existing than QT would be. Sun needed to find an architecture with strong accessibility features and they may have felt that GNOME would be easier to get those accessibility features in ...

      Probably the clincher though is the licensing of GTK. It's LGPL, rather than GPL. So Sun can take their proprietary stuff and dynamically link it to the GTK libraries and keep their proprietary stuff proprietary and closed. With QT, they would either have had to completely open their sources up under the GPL or they would have to have licensed the QT libraries from Trolltech. Like it or not, if you are developing proprietary Linux/Windows apps and you want a toolkit, GTK2 looks pretty good, doesn't force you to reveal your stuff and is a capable, accessible toolkit.

      Cheers,
      Toby Haynes

      --
      Anything I post is strictly my own thoughts and doesn't necessarily have anything to do with the opinions of IBM.
    4. Re:Sun and GNOME by DeadMoose · · Score: 4, Informative

      Well, first off there's the entry in their FAQ, titled "Why did Sun choose to support GNOME instead of KDE?", but that's a bit light on details.

      A couple years ago I went to a presentation from Sun about Gnome, and they went into more details, but my slides are at home. The couple that leap to mind though: there were the licensing questions with QT. There was also the fact that Gnome's C based rather than C++, and the large portion of Sun folk were much more comfortable working w/ C rather than C++.

      When I get home, I'll dig up my slides, and if they add anything more to this discussion (since lots more people will probably respond by then, and I'm not sure how indepth they went into this particular topic), I'll append something more.

    5. Re:Sun and GNOME by nslu · · Score: 5, Informative

      sun has predicted this kind of questions and answered in their FAQ

      quoting from http://wwws.sun.com/software/star/gnome/faq/genera lfaq.html#4q0

      Q. Why did Sun choose to support GNOME instead of KDE?

      A. GNOME and KDE are both powerful desktop environments. Sun has completed a comprehensive technical review of both environments and concluded that GNOME's architecture is a better match for Sun's software strategy, which promotes the creation and use of highly distributed, network-savvy software, as well as easy access to data wherever it might be located. One example is GNOME's innovative use of CORBA for network-aware interprocess communication between disparate systems. Others are the Bonobo component architecture, which enables easier creation of compound documents and system-wide scripting while promoting code reuse, and GConf, the network- and component-aware configuration management system.

    6. Re:Sun and GNOME by the_real_tigga · · Score: 3, Funny

      Thanks for the link.

      And if you read on, there are two nice other FAQ:

      24.Q. How does GNOME compare to CDE?
      A. CDE [...] provides a consistent graphical user interface for UNIX workstations.
      GNOME leapfrogs CDE in [...] visual design.

      25.Q. How does GNOME compare to Microsoft Windows?
      A. GNOME is an open, free, and productive desktop environment that sparks innovation and excitement among users and developers worldwide.
      Microsoft Windows is not.

      Apples to oranges to the point.

      --
      my .sig is better than yours.
    7. Re:Sun and GNOME by Frater+219 · · Score: 3, Informative
      If I write a GNOME app, I alienate all the KDE users out there. If I release a KDE app, I alienate the GNOME users.

      Nonsense. The vast majority of people who happen to be running either KDE or GNOME are neither football hooligans nor jingoists about it. They will run whatever applications will help them get their job done. There is after all nothing about the KDE window manager which woukd make GNOME apps quit working, nor vice versa.

      I use KDE chiefly because I like its window manager, its browser, and its flavor of xterm. That doesn't stop me from running GNOME and GTK applications, such as dia or nessus. (And I'm glad it doesn't, since I'm a security technician and would be a little hosed without nessus.)

      If you are concerned about "alienating" the football hooligan type of user -- well, recall the old Chinese parable about the man, his son, and the donkey. You can't please everyone, and if you try to please all the fanatics, you just end up falling in the river.

      (Regarding the mistaken idea that the friendly competition between GNOME and KDE constitutes "wasted effort", I will only direct the reader to the second of my ways to make yourself look stupid. The existence of choice is itself valuable, not a waste.)

  6. Top 5 reasons to use GNOME 2.0 by Amsterdam+Vallon · · Score: 4, Funny

    5 -- Footprint logos are way cooler than green dragons

    4 -- Your KDE installation died

    3 -- 2.0 is the same version number as your Linux kernel installation

    2 -- If Stallman uses it, it's gotta be good

    1 -- You'd rather embrace Evolution than Jesus

    Don't forget to sign-up

    --

    Reply or e-mail; don't vaguely moderate. Ex-O'Reilly/MIT employee, now a full-time Google employee.
    1. Re:Top 5 reasons to use GNOME 2.0 by Anonymous Coward · · Score: 3, Funny

      Stallman doesn't use it. He uses Emacs.

  7. Performance still needs work by green+pizza · · Score: 5, Informative

    I just got done trying out this release of GNOME on a SunBlade 150 (550 MHz UltraSPARC II, 512 MB RAM, PGX-64 graphics). It works and it's kinda snazzy, but it's mighty slow. I don't know if it's the fault of my low end hardware or maybe the software itself, but this beast really makes my machine chug.

    While Motif has often been considered bloated in the past, CDE (which is Motif based) runs like a champ on this machine. The look and feel is pretty stark, but it does the job and is easy on my hardware.

    Hopefully Sun will have GNOME zipping along by the time 2.1 ships. I would imagine there are still many tweaks that can be implemented.

    1. Re:Performance still needs work by acoopersmith · · Score: 4, Informative

      Check out the Sun GNOME 2.0 Performance Troubleshooting Guide. Perhaps it can help you.

    2. Re:Performance still needs work by Animixer · · Score: 3, Informative
      I just got done trying out this release of GNOME on a SunBlade 150 (550 MHz UltraSPARC II, 512 MB RAM, PGX-64 graphics). It works and it's kinda snazzy, but it's mighty slow. I don't know if it's the fault of my low end hardware or maybe the software itself, but this beast really makes my machine chug.


      Your sunblade 150 is a fairly low-end machine, not that you would think it would take much horsepower to make a snappy feeling gui. Basically put, I've used many classes of Sun workstations/servers (from SparcStation IPX to SunFire V880), and the gui 'feels' horribly slow on all of them. The system underneath can do things very quickly and reliably, but nothing 'feels' fast. For example, my workstation at work is a Sun Blade 1000 (essentially a SunFire 280R in a desktop case), dual 750 usparc3's, fc-al disks, and the same old video card as you. Still feels slow. I have a p2-233 at home with a matrox millenium, 128mb of 70ns ram, and a couple crusty narrow-scsi barracudas, and running CDE on it feels a couple orders of magnitude faster than the sun workstation. Granted, any real work being done goes much quicker on the SunBlade.

      I think the problem lies in several areas. First, the pgx-64 has been around for a few years and was probably several generations behind in video acceleration when it came out. Second, I don't think there's too much video acceleration going on with the sun video cards (excluding those that do opengl). I think this is the primary problem. Third, the feel issue. Maybe Xsun is just set up to not update ultra-fast, or maybe it's set by default to make background applications get most of the cycles? Wish I knew how to configure it to try and update the screen at about 10x the current rate...based on the cpu usage of Xsun, it's GOT to be sitting around twiddling it's thumbs between screen updates.

      Something is just skewed with X's response time. Granted, gnome will use more cycles to display the fancy graphics, but what I'm talking about is very noticiable even with CDE. CDE feels fast on HP workstations, such as the B2000, which is fairly old. Feels fine on alphas too. I have mixed emotions of ibm/aix. X HAULS on SGI from r4400 based workstations and up (early 90's). Sun.....just feels slow for the gui, everything else runs just dandy!

      p.s. In case you're interested, the sunblade you have most likely uses the same pc133 ECC SDRAM DIMMS (cas 3) as a sunblade 100, a seagate barracuda IDE disk, and has a slightly higher-clocked CrippleSparc(tm) processor, which has significantly less cache than the 'real' server-model UltraSparc IIs. My favorite part is running a 'prtdiag' and have it say '1-way memory interleaving'! :-)
      --
      man tunefs | grep fish
  8. Security Hole in Solaris GNOME 2.0 by dananderson · · Score: 4, Informative

    Please read this message at http://wwws.sun.com/software/star/gnome/get/#downl oad:
    a security vulnerability in the GNOME Print Manager could allow unauthorized reading of files. To resolve this issue, after installation of GNOME 2.0, execute the following command (as root user):
    chmod u-s /usr/lib/gnome-print-manager-remote

  9. Re:I realize this isn't a support form, but - by steve.m · · Score: 3, Informative

    No, *YOU* are entirely incorrect - it ships in PKG format, so you'd have to be root to install it corectly. Even if you did extract all the files and copy them into ~/bin and ~/lib I think you'd probably run into some static dependency (it's built to install in /usr/gnome). He's using a SunRay, so the only other problem to work around is how to actually start it. Solaris is set to ignore .xinitrc by default (somewere down /usr/dt - i'm not at work right now). Why not just ask the sysadmin to install it. It's just another option on the login screen then.

  10. on a sunray config? no way! by hummer357 · · Score: 4, Interesting

    as much as i applaud the possibility of using gnome2 on solaris (i've been using the beta3 for a long time, and i will upgrade my sunblade workstation to the gnome2 final release), it really wouldn't work well in all possible situations...

    for example:
    at work we have a very large number of sunray workstations, which use a chunky 6800 as server (the largest sunray install base in europe!). we use them primarily for managing our data network (as our country's larges telco & isp).

    since gnome2 uses A LOT more ram and cpu cycles than good old cde, we won't be using it anytime soon. it kind of isn't justifiable to order a 15k to use a new gui.
    and then some.
    a lot of the applications we use are very usable in cde (eg: alcatel/newbridge's atm node management software), so using gnome would actually make the thing less user friendly!

    h357

  11. Check Me On This (Slightly Off-Topic) by ewhac · · Score: 3, Interesting

    It's only just recently that I've tried to understand the vagaries of windowing systems and GUI kits under X. (My previous attempt was by reading the Xlib reference manual. Ugh.) There appears to be a mostly-unstated assumption on which bits of your windowed app are handled by what.

    What I've learned so far is that the functional separation seems to based on the "conceptual boundaries" established by the window(s). This appears to have led to the establishment of three major components on X desktops:

    • Inside The Window: The Widget Toolkit
      This is the piece that's responsible for rendering the various buttons, sliders, textboxes, labels, etc. Applications describe in abstract terms what widgets they want and how they want them laid out, and the toolkit is responsible for actually making it happen. An example of a widget toolkit is GTK.
    • Around The Window: The Window Manager
      The Window Manager is responsible for operations on the window proper, allowing the user to depth-arrange, drag, resize, minimize, etc. the windows appearing on the display. To facilitate this, the Window Manager (typically) decorates the borders of the window with control glyphs to accomplish these various tasks. Examples of window managers include WindowMaker and SawMill.
    • Outside The Windows: The Desktop Manager
      The space not occupied by visible windows is the Desktop. The Desktop Manager gives functionality to the regions of the screen not occupied by windows. This might include setting the background image, drawing shortcut icons, displaying pop-up menus to launch applications, etc.

    Near as I can tell, each of these components exists (mostly) independently of each other -- you can have an app using the GTK toolkit running in the KDE Window Manager on an unmanaged desktop. As such, there appears to be a huge opportunity for similar or duplicate code to accomplish the smae thing.

    Each component appears to be independently and variably "theme-able". For example, WindowMaker has relatively little theme flexibility, whereas SawMill apparently has tons. Each manager accomplishes theme-ability in its own way, further contributing to duplicated code.

    Further confusing the issue is the use of a single term to refer to all of these components in aggregate. For example, "GNOME" typically refers collectively to the Widget Toolkit, the Window Manager, and the Desktop Manager. ...Except that GNOME actually seems to be mostly an API specification. It is possible for Window Managers to be GNOME-compliant without actually being part of GNOME. Nautilus, SawMill, and WindowMaker are all GNOME-compliant, but not all of them are officially part of GNOME.

    So. Does that sound right, or am I completely off-base?

    Schwab

  12. don't be ridiculous by g4dget · · Score: 4, Insightful
    I can see your users cringing every time you bring up an xterm on the local machine.

    An xterm requires less resources to start up thatn a Perl CGI script. If your users cringe when an xterm starts up, you have a seriously underpowered web server.

    I don't know where this "X11 is big and slow" myth comes from. Come on, use your head. On an 8Mbyte 68k-based UNIX workstation--you know, less power than a low-end Palm--X11 was kind sluggish--around 20 years ago. Machines have gotten more than 100 times more powerful since then--running X11 isn't even noticeable.

    Of course, you can make X11 big and slow by letting it allocate huge bitmaps. But that's not X11's fault--any graphics application can do that under any window system.

    As for security, use "xauth" and/or only allow local connections (you can still tunnel through "ssh"): the result is pretty much bulletproof.

  13. Am I alone? by GS11_Pus · · Score: 4, Insightful

    Am I the only one out there who likes CDE? It seems like so many people are bashing it because it's... boring? Outdated? Ugly?

    Huh?

    I'm a UNIX Sys Admin, and I do 99% of my work on... drumroll... a TERMINAL WINDOW. What difference does it make if I have CDE or GNOME or whatever... I'm still using text commands to do my work. VI won't open any prettier in GNOME than CDE.

    Anyone out there who actually uses Solaris for a living have a major problem with CDE?