Slashdot Mirror


The Future of GNOME

RPoet writes "LinuxWorld Today has an interview with Miguel de Icaza, in which he talks about what we can expect in the upcoming GNOME versions 1.2 and 2.0. " He also explains what he & Nat's new GNOME company is up to and assorted other worthwhile tidbits. Not a bad interview.

288 comments

  1. Re:Enlighten me then by Anonymous Coward · · Score: 0

    Advanced users always turn off tip of the day. It's too annoying for them.

  2. Re:NT doesn't need GNOME by Gregg+M · · Score: 1

    "freedom of choice" and "flexability" ... bullcrap?

    Do you work for the government?

    --
    Linux is only free if your time has no value. Windows is only free if you threaten to use Linux.
  3. Re:before we put the cart before the horse . . . by Danse · · Score: 1

    I think the poster was being sarcastic. You took it a bit too literally... except for the part about the root menus.. I think he was serious about that.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  4. None by Anonymous Coward · · Score: 0

    If you don't want the main features of GNOME (which is not the GUI but the COM-style object stuff) then there is no advantage. I have been happy with X + Blackbox.

  5. Why are you doing this? by Anonymous Coward · · Score: 0

    Why are you coming on this site with your propaganda? You use the pronoun "we" in your post in place of "Microsoft" -- are you not even trying to pretend that you're independent anymore?

    If this is an attempt to draw developers to Microsoft, it is having the opposite effect. I develop for both Windows and Linux. This business of trolling slashdot with MS propaganda is distasteful. It makes me want to abandon the Microsoft platform completely. If Mr. Ballmer is worried about losing developers to Linux, this is not the way to win them over. I'm willing to work on just about any platform. I'm NOT willing to support companies who play your game.

    Please don't respond with the, "but I'm just pointing out how good Windows is" argument. Your post is factually wrong. Most of Win32 is written in C (just like Linux and Gnome). The API is completely in C. Microsoft just provides class library wrappers for people who want to use C++ throughout a project.

    If you don't believe me, walk up the hall or across the campus to the guys who actually write code for Windows. Check with them.

    I've never had animosity towards the various Windows operating systems. Developing for them has put a roof over my head. However, if you are an example of Microsoft's corporate culture, then I want to avoid using my skills to help your company.

  6. Re:GNOME has it, it's the sloppy packagers. by Zurk · · Score: 1

    i wish there'd be a simple standard way to do it but there isnt. a simple shell script that adds the command to your start menu on whatever wm youre runnning would be a nice touch to rpm. im willing to bet smIRC doesnt do the same if the user runs afterstep/kde.

  7. Re:Yes, quite naive by Skeezix · · Score: 1
    > GNOME is where windows and
    > the MAc were about six years ago.

    Umm...no. GNOME is far more advanced than both of the aforementioned interfaces were 6 years ago. In many ways GNOME is more advanced than where either of those interfaces are NOW.

    --Jamin Philip Gray
    jamin@DoLinux.org

  8. The future of GNOME... by Cereal+Box · · Score: 1

    Personally, I think the GNOME team should *F*O*C*U*S* a little more on what exactly it is they want to do in the future. The GNOME project has started out with little focus and brings to light the unavoidable "problem" with free software: everyone wants to throw their ideas in. Of course, I'm not saying that this is a bad idea. The GNOME team just appears to throw in every "neat" idea someone gives them (case in point: a fish applet. ARE YOU KIDDING ME? STABILITY FIRST, FISH APPLET LATER.)

    The KDE team, on the other hand, comes off a lot more "clear-headed". Case in point: the CORBA issue. The KDE team got a stable product out the door first, THEN came back to add the bloated monster of CORBA to it. The GNOME team, on the other hand, said "let's put CORBA in from the get-go! Yeah! So we can show off this badass CORBA fish applet!" Christ. At least the KDE team has something they can drop their CORBA interface in, rather than turn KDE into a convoluted mess.

    Aesthetics. Hmm. GNOME is (dare I say it) pretty ugly. You can dress it up with those god-awful pixmap themes all you want, but it still looks pretty wretched. KDE looks slick. Great icons. Great interface design (bearing some resemblance to Windows, but hey. You want new users to feel comfortable, right? You don't exactly want to throw them into a freaky-looking desktop with a giant foot and weird-looking Rasterman-ized icons.).

    Speed. I can hardly believe there are people that claim that GNOME is faster than KDE. Cut down on the crack! With all that CORBA garbage (a fucking fish applet! That just sits there! Using CORBA!), it gets really bogged down. KDE, of course, free from CORBA (IIRC... I don't think the 1.x branch has anything to do with it) is a lot snappier, more responsive. Inevitably, someone is going to come out of the woodworks and claim that their 486DX2/66 with 8MB RAM is as snappy and responsive as ever. Go nuts. I have a P233 with 96MB RAM. I expect GNOME to run flawlessy -- start relatively quickly and overall be so fast it would be just like running a minimalistic window manager. Is it? Not close. Do I expect too much out of GNOME? Apparently I do.

    Libraries. Is it just me, or does anyone else get ALARMED when "ldd " yields a list of libraries so long you have to scroll up to see the beginning? JESUS FUCKING CHRIST, GUYS. Talk about throwing in everything but the kitchen sink. And linking the esound library even to programs that don't use sound? Cool! Now... do I even need to mention the problem this brings up when trying to DOWNLOAD the GNOME sources (or even packages for that matter)? Once again, JESUS FUCKING CHRIST, GUYS. There's like 30 or so goddamn tarballs/packages you have to get! Ever thought about putting that myriad of supplemental libraries in ONE tarball? At least downloading the KDE sources isn't OVERWHELMING; it's just a few tarballs. Sweet and simple.

    I'd really like to see GNOME do well -- really. It has great potential (notice "has" -- they can still clean up their act). In the future, the GNOME team should stop acting so high and mighty just because GNOME is completely free software and follow the KDE team's example -- they really seem to have it all together. Don't concern yourself with all sorts of crazy shit like CORBA-izing everything and binding every obscure language under the sun -- Keep It Simple, Shithead.

    1. Re:The future of GNOME... by JamesHenstridge · · Score: 1

      How much of that 1MB is actually unique to the fish applet? I would think that it is not much.

      You noticed how it was linking with a number of libraries. Did you know that two programs using the same shared library share the code segment of the library. If you add up the memory usage of all the GNOME programs the way you are measuring it, they will get a number much larger than the actual memory usage. Shared libraries are good.

      As for the fish applet, if you are writing the applet panel interface, you would want to test it with a simple applet (such as one that simply displays a pixmap to its screen area, and has a few menu items on its context menu), rather than a complex one such as mini comander, so that problems can be isolated easily.

      If you do not like the fish applet, why would you put it in your panel?

    2. Re:The future of GNOME... by PigleT · · Score: 2

      Care to expand your argument away from the blasted fish?
      After all, we've had xfishtank for years now... and xsnow...

      There's no obvious *reason* why it should be "stability first, then fish applet" at all. You need something to test the underlying whatsits with.

      Doesn't KDE use corba too, anyway?

      ~Tim
      --

      --
      ~Tim
      --
      .|` Clouds cross the black moonlight,
      Rushing on down to the circle of the turn
    3. Re:The future of GNOME... by Anonymous Coward · · Score: 0

      I do get your point, and in some ways I really agree with you, but I just can't help laughing my a** off everytime I read your revolt over the fish applet... :-)

    4. Re:The future of GNOME... by Cereal+Box · · Score: 1

      Just an attempt at a little bit of humor. However, I think the fish applet signifies everything that's wrong with GNOME: bloatedness (it's about 1MB in size), it uses CORBA (for no good reason -- all the applets do), and it's linked to an incredibly large number of libraries. Pretty pathetic for an applet that the authors stress over and over again has no purpose...

  9. Re:before we put the cart before the horse . . . by VinceJH · · Score: 1

    IceWM handles the panel pretty, even if it isn't compiled with gnome support. Howevever, sometimes it can go haywire, and not respect the panel. If this happens, reshape the panel in someway, like enable then disable autohide, or retract and then re-retract(or track, make it visable again, you know) with the hide buttons. However, if you have been using newer gnome releases (like 1.0+) this won't happen.

    I went to try E again, it crashed, probably a fluke, but, I think I will wait a few months before I use it again.

    --
    I know I will be moderated down for this, but . . . Vincent
  10. Re:Disappointment with GNOME by ZioPino · · Score: 1

    GMC did "work", and I think it is a GOOD sign that the GNOME developers recognized that something needed to be improved. It shows that the project is still alive and growing.

    Well, I'm glad it works fo you but on all machines I have installed GNOME GMC showed all kinds of crashes and usability problems. After months of use of GNOME I was still using MC.

    This is a broad accusation you just made about all of GNOME, but you're basing it on one program. Don't tell me KDE never scrapped an idea.

    We are comparing apples and oranges here. My "accusation", as you call it, to GNOME is based on the fact that KDE came out first. Of course you scap an idea or two in developing a new project but my question was: do we really need anothe Desktop Manager since KDE is already out ? After evaluating both programs I realized that the answer, for me, is "NO !". All the energy poured on GNOME could have been reversed to create a free themable clone of Qt and help KDE to get more features sooner.

  11. Re:Don't expect *that* to be covered here by Anonymous Coward · · Score: 0

    >They also never publish any pro Windows articles

    Yes. They also never publish any pro child-abuse articles.

  12. Re:miguel get off your arse. by Anonymous Coward · · Score: 0

    gnome1.2? Stop making crap up.

  13. Re:Disappointment with GNOME by ZioPino · · Score: 1

    Ahem. KDE has a new file manager too. Konqueror, it's called. I just read about it on Slashdot. Admittedly, it's a newer story.

    yes, but the old one used to work pretty well. GMC never reached the point of being usable.

  14. ONCE AGAIN,MODERATORS RUIN DISCUSSION THREADS by Anonymous Coward · · Score: 0
    Why don't you idiots try downgrading comments BEFORE they get 20 or so replies????

    Once an article has replies, leave the original up!

    HOW THE HELL ARE WE SUPPOSED TO FOLLOW THE THREAD OTHERWISE???

    1. Re:ONCE AGAIN,MODERATORS RUIN DISCUSSION THREADS by Zurk · · Score: 1

      change settings shown using the drop down menus to threaded and -1. bad comments / trolls / idiots / micro$ofties need to be marked down.
      nuf sed.

  15. Re:miguel get off your arse. by Zurk · · Score: 1

    actually ive experienced something like this too..although i wouldnt use the choice of words used i can understand the frustration.. :) .."everyone seems to know about" probably came from posts to the GTK mailing list (around 4 last time i checked with geocrawler..perhaps more now) .. GTK 1.2.3 (stable) doesnt support it.

  16. Re:Enlighten me then by DaKrushr · · Score: 1

    I agree completely - Tip of the Day is THE most annonying feature ever invented. Couldn't they just have a help page with all of the tips on there?

    And besides, advanced users will fiddle around with stuff, and figure it out pretty fast - I know I always do (tip: try reading the man pages/help files :)

  17. Re:GNOME is a joke, sorry folks by Anonymous Coward · · Score: 0

    Feel free to fix it, whiner.

  18. congrats moderators, you idiots by Anonymous Coward · · Score: 0

    you've ruined any continuity to these discussions by downgrading the parent articles, you morons.

  19. Re:A suggestion for Gnome (or KDE) by Fnord · · Score: 1

    exactly his point.....you have to do it yourself if the program package didn't do it.....its ALWAYS the program packager's responsibility to notify the OS which executable runs the app.....

  20. Re:Gnome has a very unstable future. by Skeezix · · Score: 1
    > Despite Miguels plans with no code to back it up

    I have 3 letters for you:

    C V S

    --Jamin Philip Gray
    jamin@DoLinux.org

  21. Unicode again? by Alex+Belits · · Score: 1

    I haven't seen their specifications, but if it's yet another "everyone must switch to Unicode to get any kind of language support (unless he is already using iso8859-1 that coincides with first 256 Unicode characters)", cyrillic and asian languages support will become a nightmare.

    --
    Contrary to the popular belief, there indeed is no God.
    1. Re:Unicode again? by spitzak · · Score: 1
      PLEASE, not wide characters!

      There is something called UTF-8. It means your text is stored in the same space it was before but it contains not just 65536 characters, but 2^31 possible characters, and you NEVER have to put an "if" in there to say "wide or normal characters". And all the c string functions still work, and they are FAST and byte-oriented.

      "Wide characters" are the biggest impediment to internationalization there is. We would be much better off if everybody was using ASCII because there would not be those "if" statements and "character sets" that any correct Unicode system has to be compatable with. Please don't add this crap to yet another toolkit and environment.

      PS: It has already taken Qt down with it. Qt now copies every string argument you pass it to it's own memory in order to pad it to 16 bits. This is an annoying, horrible waste of time for the vast majority of users, and makes it impossible to pass UTF-8, and has noticably slowed all the KDE applications.

    2. Re:Unicode again? by beroul · · Score: 1
      I don't think this is correct. As I understand it, the new QString class in Qt stores a string as either 0, 1, or 2 arrays, meaning that it dynamically adds width to the characters as needed.

      As for UTF-8, I think it's a good idea to store files in that format, but for internal processing, it can't be as fast as wide characters: each character in UTF-8 occupies between one and six bytes; I would imagine that this would make character counting quite slow, because you'd have to iterate through the whole string.

      --

  22. Redmond is to Seattle as NJ is to NYC by WillAffleck · · Score: 1

    Geographically it's pretty much that way. The only way to get to Redmond is to go over bridges, one of which goes through another city. And that's just to get to Bellevue. Redmond is past it.

    Ten years ago it was all cow pasture over there. Now it's LA North. Seattle is still the same as it ever was, plus we're more fun at parties.

    Lake Washington is bigger than some middle eastern countries ...

    --
    Will in Seattle
  23. Re:Linux developers can't innovate by Anonymous Coward · · Score: 0

    I guess that's why Linux is eating everybody else's market share.

  24. Re:Here's a clue by WillAffleck · · Score: 1

    Ooh. So, my son has a 333Mhz iMac. I am in such awe of you.

    I like windows, they look good on houses ...

    --
    Will in Seattle
  25. ActiveTroll by Anonymous Coward · · Score: 0

    The Wintrolls are using Microsoft's ActiveTroll, of course. It was based on RFC 567849e14 "Proposal for Standard Hierarchical Interface Troll", but MS extended it and built it into the operating system. :)

  26. Re:Exactly. A decent CORBA implementation is bette by WillAffleck · · Score: 1

    Of course, OLE is not CORBA. CORBA is useful, cross-platform, and OLE is a joke.

    But - you knew that ...

    --
    Will in Seattle
  27. Soon to be replaced by Y2KTrolls by WillAffleck · · Score: 1

    And, once W2K ships (in 2002), we can expect Y2KTrolls.

    --
    Will in Seattle
  28. hmm...not to nitpick by Suydam · · Score: 1
    Not to nitpick...but doesn't Miguel come off in this interview as a little naive or something? I can't quite put my finger on it....but I can picture an executive reading this and laughing his arse off.

    I'm not saying his company won't work....but this reads a little like an Onion article or something.

    that's just my $0.06 (Canadian) mind you.



    --


    Werd.
    1. Re:hmm...not to nitpick by Darth+Hubris · · Score: 1

      I think that's about $0.03 Canadian; you guys are doing just fine.

      --
      The party's over ... the drink ... and the luck ... ran out
  29. keeping up with KDE by Samawi · · Score: 1

    Rather, I think it is more likely that they want to keep up with KDE, which is about to release 1.1.2 (though some developers wanted this to be 1.2) and which is on the way to delivering on 2.0!

  30. Re:Typical NonLinuxUser Response To (RE:That) by Anonymous Coward · · Score: 0

    My feelings exactly, I agree 100%. I was just saving time for all the LinuxUsers from posting the same old crap.

  31. Re:HERE COME DA BLOAT! HERE COME DA BLOAT! by Anonymous Coward · · Score: 0

    It's not a clone. It's an object system based on CORBA with a similar design to OLE. It's not anything close to API compatible. (at least the functions won't have 40 letter names with half of them capital letters :)

  32. In NH? by WillAffleck · · Score: 1

    Fifth in New Hampshire? Hmmm. I think it's first in Washington state ...

    --
    Will in Seattle
  33. Re:Why there are so many MSFT minions today by mackga · · Score: 1

    I have to agree. I haven't been reading /. lately, but today I've been browsing most of the stories, and I'm thinking that ol' BG and his gang are all over the comments. Must be desperate times on the MS campus. Get out and astroturf when you can't produce good product. Hey, it's worked so far, now hasn't it?

    --

    "shop smart:shop s-mart" ash

  34. Upcoming 2.0!? by Yarn · · Score: 1

    C'mon, we dont need to boost the version number that much, surely. Whats wrong with 2.3,4,5,6 etc?

    --
    -Yarn - Rio Karma: Excellent
    1. Re:Upcoming 2.0!? by Anonymous Coward · · Score: 0

      Because you want to make it appear the versions are in line with windows. But it's not just versions you've got to sort out useability is more important.

  35. Re:NT doesn't need GNOME by warmi · · Score: 1

    Nope. It should be a part of Xlib specifications.
    Every GUI toolkit links with Xlib. The makers of kwm,E,etc might provide way for doing this as long as you link with their libs which is what I wanna avoid.

  36. Re:Rocky times in Redmond. by Anonymous Coward · · Score: 0

    Maybe it's because whatever feebs get moderator
    priviledges make people who disagree with the majority
    'trolls'.

    For a bunch of 'professionals' fighting 'rigid FUD ' and whining about freedom, you guys are pretty rigid and prejudiced. Oh yeah, and since I want this to get moderated down (to prove a point), suck my ass.

  37. Don't forget ORBit by Anonymous Coward · · Score: 0

    Initially the GNOME folks were using MICO as an ORB but dropped that. Well, instead of doing the NIH thing, the KDE folks went ahead and slimmed down MICO, and made it faster: voila, TinyMICO.

    1. Re:Don't forget ORBit by servo8 · · Score: 1

      Forking a project counts as "NIH", doesn't it?

    2. Re:Don't forget ORBit by Anonymous Coward · · Score: 0

      It's actually not a fork, but a compile option. Thorben Weis works with the MICO developers to solve the bloat problem that arises if you want to implement all the CORBA features in the recent standards.

  38. Re:Exactly. A decent CORBA implementation is bette by Anonymous Coward · · Score: 0

    OLE != CORBA. CORBA is a low-level distributed object programming standard. Bonobo is a library + API for doing things like OLE, based on CORBA.

  39. GNOME + Bonobo = Macro virus by Anonymous Coward · · Score: 0

    What Bonobo will do is to allow remote machines to introduce virus to local Linux environment -- just by reading the document. Thanks to Bonobo, the next day we will see Melissa being ported to Linux, without the need of re-compling.

  40. before we put the cart before the horse . . . by alhaz · · Score: 3

    Honestly, I don't know if it's just Gnome, or just Enlightenment, but whoever's fault it is, the configuration of E+Gnome in RedHat is positively the worst window managment system I'v ever encountered.

    Think about it. Windows start without focus. You can't click in the window to give it focus, you have to click on the title bar. if you leave the pointer over the title bar, you get a big yellow box explaining how to move the window.

    Clicking on it's button on the task bar doesn't give it focus. if it's behind another window, you have to move or minimize one or the other in order to change focus.

    Now, these are very simple complaints. I currently use IceWM because it (a) basicly does what i need a window management system to do, and (b) mimics the z-ordering rules OS/2 uses.



    --
    This is just like television, only you can see much further.
    1. Re:before we put the cart before the horse . . . by Anonymous Coward · · Score: 0

      Well what do expect from RedHat, they're absolutely useless at setting up GUI's to work OK out of the box. When you launch a Window using their (E+GNOME) setup the new Window doesn't get focus. All the icons down the left have that awful RedHat logo on them, it just doesn't work at all. I blamed GNOME and then actually downloaded and installed it on a clean system (with Linux and X already on of course) and I set it up the way I liked and it actually worked great. No one can find the default GNOME setup easy to use or user friendly. If you set it up yourself you'll do a better job. So if RedHat put you off GNOME then try it again yourself and you'll probably prefer it. RedHat have never been good at GUI's. Take a look at their old FVWM95 setup. FVWM95 is bad but they made it worse by making all the applications have the RedHat logo as their default icon. Slackware used to set up FVWM95 using appropriate icons for each application. Which helps when looking around the taskbar. Slackware now uses KDE by default and it is set up well. If you add GNOME to it then you can do a better job than RH.

    2. Re:before we put the cart before the horse . . . by brucet · · Score: 1
      if you leave the pointer over the title bar, you get a big yellow box explaining how to move the window


      Does anyone know how to turn this thing off? It's incredibly obnoxious!


      Regarding the task bar, as others have mentioned, it's fixed in newer versions of Enlightenment.


      -Bruce

    3. Re:before we put the cart before the horse . . . by JanneM · · Score: 1

      The fault lies entirely in the default configuration of Enlightenment; it's a matter of changing a couple of parameters in the enlightenment configuration app.

      For me, gnome is very stable (I use the latest RPMs) and a very enjoyable environment.

      --
      Trust the Computer. The Computer is your friend.
    4. Re:before we put the cart before the horse . . . by lightPhoenix · · Score: 1

      Here, try on these +2 Goggles of View Sarcasm and read what you were replying to again...

      ///jeff

      --
      http://www.somethingpositive.net Funny + bitter = comedy gold
    5. Re:before we put the cart before the horse . . . by Gregg+M · · Score: 1

      GNOME is great! I was suprised as hell to see how great it was when I upgraded from RH 5 to a brand new cheapbytes version of Mandrake 6. Wow It is sweet. I *COULD* set this up for my mother to use. If not for the pig of the Netscape I could. She only needs the web and mail.

      --
      Linux is only free if your time has no value. Windows is only free if you threaten to use Linux.
    6. Re:before we put the cart before the horse . . . by AME · · Score: 1
      ...you get a big yellow box...

      Does anyone know how to turn this thing off? It's incredibly obnoxious!

      O come on! Didn't you ever fiddle with the config options just to see what they do? I don't know anyone who hasn't.

      Anyway, Enlightenment Configuration Editor -> Behavior -> Miscellaneous -> Tooltips

      --
      "I have a good idea why it's hard to verify programs. They're usually wrong." --Manuel Blum, FOCS 94
    7. Re:before we put the cart before the horse . . . by VinceJH · · Score: 1

      What exactly do you change in the E config app so it acts "normally". Also, can E be made to not covoer up the gnome panel. IceWM does this fine, but e will let certain apps like netscape cover up the panel, and others like gmc not.

      --
      I know I will be moderated down for this, but . . . Vincent
    8. Re:before we put the cart before the horse . . . by detailer · · Score: 1

      Um...

      Since Gnome doesn't integrate with E very well, if you did something like pull up the Gnome Configuration tool, it probably wouldn't let you access Econf. Now, from their, you probably couldn't adjust the settings for focus to be whatever your heart desired because Rasterman isn't into customization at all.

      I'll be the first to admit that some E themes step all over GNOME when it comes to menus, but that is the theme-ers, and not E or Gnome.

      So, theme-ers or Rasterman, could we either have versions of the themes w/o root menus or the option to ignore the root menus from a theme? Then everyone will play nicely together.


      David

    9. Re:before we put the cart before the horse . . . by Anonymous Coward · · Score: 0

      I think it's on "Desktop". You want to click on "Sloppy Focus" (the One True Way) which is in the bottom half of one of the sections in econf. There is unfortunately no way to get E to play nicely with the panel. The E FAQ basically says that there will never be a way for it to play nice. This makes me very mad. What good is the most configurable WM in the universe if it can't do something that simple? If IceWM does this, then I must switch to IceWM immediately. Does it work with the pager? The lazy way to get it to play nice with the panel is this: if you have a window that's entirely above the panel, maximizing it will take the panel into consideration. If you have it below the panel, it will maximize to the entire screen. Also, if you do CNTRL+ALT+HOME (cleanup desktop) it will arrange things so that at least the top window is nice w.r.t. the panel. Wait, I just reread your post. You say "certain apps like netscape cover up the panel" Never seen that before, but I think that's something you change in either global panel properties of gnome-config (or whatever it's called).

    10. Re:before we put the cart before the horse . . . by mkozlows · · Score: 1
      Clicking on it's button on the task bar doesn't give it focus. if it's behind another window, you have to move or minimize one or the other in order to change focus.

      This is not a design flaw; it's a bug. Get the latest RPMs from Red Hat, and you will find that this problem has been corrected.

      GNOME is still terribly buggy, I'm afraid, but it's nevertheless managed to displace AfterStep as my windowing environment of choice.

    11. Re:before we put the cart before the horse . . . by Hardware_Bob · · Score: 1

      You will find this fixed in the latest version of E+GNOME, E progressed a lto through 0.15.
      Also, the CVS E 0.16 build is probably more stable and better than the 0.15.5 release. GNOME has also ironed out about 50000 bugs on it's way up to 1.0.10 (10? or is it 312?) and the upcoming release of 1.2 (which, IMO should have been 1.0)
      with redhat, they did a Bad Thing releasing their ditribution with E+GNOME as their standard desktop. I use GNOME, but there's no way I would recommend it to a newbie, KDE has much more polish (1,2,3,4 I declare a flame war)
      Regards,
      Matt.

    12. Re:before we put the cart before the horse . . . by ChrisJones · · Score: 1

      You are talking utter crap.

      GNOME and E integrate just fine. E supports the GNOME hints. That is all there is for a wm to do to integrate with GNOME.

      "Rasterman isn't into customization at all." - now what the fuck is that supposed to mean? The entire point of Enlightenment, it's raison d'etre *IS* customisation. You can change every single element of it's appearance, you can change almost all of it's behavious (the rest is still being worked on). It is THE MOST CONFIGURABLE window manager available.

      Why do you want themes without the root menus? They aren't conflicting with anything. You can still get to the gmc desktop menu if you are running it (the E root menu is mmb, the gmc root menu is rmb).

      Take a trip to your local doctor and ask for a brain.

      /me opens the GNOME Contrl Centre, configures E with it and runs E-conf at the same time to prove you are dumb.

      --
      Chris "Ng" Jones
      cmsj@tenshu.net
      www.tenshu.net
  41. Re:Disappointment with GNOME by Anonymous Coward · · Score: 0

    Don't forget that the KDE folks have rewritten their file manager for KDE 2.0... It's no longer "KFM" -- it's now "Konquerer" Play fair. *grin*

  42. Re:NT doesn't need GNOME by warmi · · Score: 1

    The menus problem is only a part of bigger issue that causes so much pain for somebody trying to write GUI apps ( and I am currently trying to do exactly that.) The issue is >> lack of standards.
    The fact that Debian has a tool to do it automatically doesn't help me much cause RedHat for example doesn't offer that option and even if it did it would be completely different than what Debian does. The same goes for Suse, TurboLinux and whatever else is out there.

  43. Gno o o o me by Anonymous Coward · · Score: 0

    I don't like Gnome but I do enjoy whenever something about Gnome gets posted here on /. Whole bunch of Gnome loosers posting ... and I can flame each one of them. That's beatiful!

  44. OLE actually quite poor by Anonymous Coward · · Score: 0

    Additionally MS OLE uses COM whereas bonobo uses CORBA. Huh? No, The KOM/OP object model is far superior since it is almost identical to OpenDoc which is/was a very competent component technology.

  45. Re:Disappointment with GNOME by Kyobu · · Score: 1

    I'd agree with that. GMC sucks. That's why it's good they're ditching it.

    --
    Switch the . and the @ to email me.
  46. Re:NT doesn't need GNOME by Anonymous Coward · · Score: 0

    Window managers are the things that put the borders, title bars, etc. round windows. On MS Windows, Explorer does not perform these functions, so stop lying.

  47. Did you say something? by Anonymous Coward · · Score: 0

    You wasted all that space saying nothing. Bravo. I salute you. GNOME development is almost a year behind KDE. Give them a break. Besides, they made a lot of "correct" design choices as opposed to getting a "slick" product out of the door (which I argue KDE is no slick monster at all). If you really want to see GNOME succeed, then help with the effort. At least make some constructive contributions/comments. Saying that GNOME sucks because of *some*topic*already*tramped*on*last*year* will not make it any better than it is now.

    1. Re:Did you say something? by Anonymous Coward · · Score: 0

      You are perhaps even more stupid than your ancestors ... Knowing your ancestors, all I can say - that's something !!!

    2. Re:Did you say something? by Anonymous Coward · · Score: 0

      was that a attemp at a insult? just curious that's all

    3. Re:Did you say something? by Anonymous Coward · · Score: 0

      don't angry. the gnome maker(i don;t know who he/she/they is/are) maybe want this. :> you have a lot of time, http://www.qubit.org )))))))))))))))))))0000000000000000000(((((((((((( (((((((((

  48. Amen Brother by Anonymous Coward · · Score: 0

    Colorfully but completely well put. I was horrified at the number of little libraries that GNOME insists on having lurking around. That sound thing eventually convinced me - out with Gnome.

    1. Re:Amen Brother by Anonymous Coward · · Score: 0

      I was horrified at the number of little libraries that GNOME insists on having

      Ok lets disect the list of a typical gnome app and see what this bloat is about:
      ldd `which gnumeric`
      ----
      libgnomeprint.so.1 => /usr/lib/libgnomeprint.so.1 (0x4000b000)
      Ok I like to print spreadsheets...
      libglade-gnome.so.0 => /usr/lib/libglade-gnome.so.0 (0x40021000)
      libglade.so.0 => /usr/lib/libglade.so.0 (0x4002d000)
      Dynamic user interface dialogs..
      libxml.so.0 => /usr/lib/libxml.so.0 (0x4004a000)
      Ooo Save the spreadsheet.. useful.
      libz.so.1 => /usr/lib/libz.so.1 (0x4005f000)
      Compress the saved sheets (very handy)
      libgnomeui.so.32 => /usr/lib/libgnomeui.so.32 (0x4006d000)
      libart_lgpl.so.2 => /usr/lib/libart_lgpl.so.2 (0x4012c000)
      UI functions.
      libgdk_imlib.so.1 => /usr/lib/libgdk_imlib.so.1 (0x4013a000)
      Load images. (icons etc..)
      libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4015d000)
      libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40166000)
      Session management.
      libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x4017b000)
      libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x4028f000)
      libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x402c1000)
      libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x403c3000)
      Widget set
      libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x402c4000)
      libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x402d0000)
      Hey gnome is an X app.
      libgnome.so.32 => /usr/lib/libgnome.so.32 (0x40373000)
      libgnomesupport.so.0 => /usr/lib/libgnomesupport.so.0 (0x40386000)
      Ok Ok this is a lazy man's lib.. it provides useful functions for faster application development..
      libesd.so.0 => /usr/lib/libesd.so.0 (0x4038b000)
      libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x40390000)
      This is only linked in if sound is enabled.
      libm.so.6 => /lib/libm.so.6 (0x4039c000)
      I imagine we can forgive a spreadsheet for linking in a math library
      libdb.so.2 => /lib/libdb.so.2 (0x403b5000)
      used for config stuff
      libdl.so.2 => /lib/libdl.so.2 (0x403e4000)
      libc.so.6 => /lib/libc.so.6 (0x403e7000)
      /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
      Can't eliminate these...

      So tell me, which library should be dropped from that list?

  49. Re:I think in Redmond they just troll slashdot by drivers · · Score: 1

    Why do "Real Seattlites" have such contempt for Eastsiders. Isn't it all pretty much one big city anyway? Is it the same thing as in NM we always complained about Texans, it's just that we were more spread out?

    I was in Seattle last weekend. You have to admit you still have more than your fair share of Starbucks/etc. *grin* If you look in the trash cans on the street they are full of just coffee cups.

    Don in Bellevue. (well, I work in Everett)
    (I only lived there 7 months so far, moved from New Mexico, so I'm probably not-like-them, whatever that may be.)

  50. Re:What's the point by Anonymous Coward · · Score: 0

    I won't use Windows until _it_ catches up with the rest of the 20th century:

    - an open API
    - support for more than 1 processor family
    - compilers/development tools _included_ with OS
    - multiple simultaneous users _standard_
    - network transparent windowing system _standard_
    - usable scripting languages _standard_
    - fork()

    Come on Microsoft, it's not the 1970s any more...

  51. Re:Yes, The fault DOES lie with RedHat by Suydam · · Score: 1

    1) Ok.
    2) Ok.
    3) While i chuckled. The icons aren't useless. Come on! They link to the red hat site..so they have the red hat logo. One of them links to the Gnome site, and it has the Gnome logo. Certainly makes sense to me.

    --


    Werd.
  52. MORON - Windows written in C!!! by Anonymous Coward · · Score: 0

    And TowerJ on linux wipes all Java compliant JVMs on windows' arse!

  53. E playing nice with the pager by Tim+Macinta · · Score: 1

    > There is unfortunately no way to get E to play nicely with the panel.

    OK, I must have an older/newer version of something on my computer because E works fine with the pager. However, when I go into the office to work, it doesn't work right at all there (clicking on a task doesn't not bring the window to the foreground). I never set anything special to make it work on my machine so I guess it's the version of Gnome I installed. The version I use at work came with Red Hat 6 so I don't know if I just haven't updated Gnome in awhile to run into this problem or if I happen to have a newer version of Gnome than comes with Red Hat 6. What I would like to know is how can I configure E to play nice with the Gnome pager in Red Hat 6? It's not impossible since it works fine on my home machine, but I didn't set anything special to make it work here.

    1. Re:E playing nice with the pager by Fizgig · · Score: 2

      Panel, not pager. The pager works fine, but in a perfect world E would make sure that windows never appeared BEHIND the panel (Mac and Win* apps don't appear behind their taskbars.) Changing the focus should fix your problem, though.

    2. Re:E playing nice with the pager by Anonymous Coward · · Score: 0

      (Mac and Win* apps don't appear behind their taskbars.)

      This is absolutely not true. If you put the Win9x taskbar at the top of the screen, new windows often appear with the title bar *behind* the taskbar. This is annoying to no end.

    3. Re:E playing nice with the pager by Chandon+Seldon · · Score: 1

      But then, some of us work with the GNOME panel hidden off to one side and want apps to pop up using all the space they can...

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
  54. Re:NT doesn't need GNOME by KingArthur · · Score: 1

    "If Bill Gates had a nickel for everytime I had to reboot... oh wait, he does!"


    That's a lot of nickels if you payed $90 for Windows. I calculated 1800 nickels. Or 1799.8 if you payed $89.99 (like most software retailers charge for the upgrade -- who buys the whole version?).

  55. NT doesn't need GNOME, but I don't need NT! by Rotten · · Score: 1

    I like KDE, I like GNOME. They are both nice to me, and I use KDE on my notebook (Travelmate 5000, P90, 16 RAM) wich is kinda slow, and GNOME in my desktops. I like both.
    I use enlighthenment sometimes, and WindowMaker others. It's a question of mood. I certainly don't use NT, because I won't pay, no way...Linux just fills all my needs in the office, at home and in the road. I take my travelmate on vacations and amuse myself coding. Yes, I'm a nerd...
    But I know what I want from my OS and from my GUI...FLEXIBILITY and FREEDOM OF CHOICE.
    If somebody don't like this...well is up to them.

    Many friends of mine, installed Linux on their homes just because the look and fell of GNOME or KDE was new and exciting, they visually liked, more than windows9x or NT.
    I fell strange watching them swithching OS, just because the GUI,(I switched OS without thinking in the GUI...), but now, in Linux world, they can switch desktops as often as they want.
    This is not religion or politics, so keep the flames away, is just a choice.

    My Box, my choice

  56. Who cares about Tom! by Anonymous Coward · · Score: 0

    What a waste-of-time, last-past-the post example. Anyway the bindings to GNOME / ORBit are what matters here, not just to gtk+ Also how current are the bindings?

  57. Re:Uh, C++ is fine with GNOME by warmi · · Score: 1

    Java sane choice for GUI ?
    Definately not in 1999 ...
    Ever tried to use Swing ??? It so "blazingly fast" it even puts slowest Motif to shame.

  58. yes, but KFM worked. by Anonymous Coward · · Score: 0

    GMC was always a piece of shit.

  59. Re:Mosfet KDE Interview about KDE future on Linux. by Trojan · · Score: 1

    I take your bet :)

  60. Re:Does GNOME have a future at all? by warmi · · Score: 1

    Windows was not written in C++. Win API is C based so check your facts before you post crap like this.
    (MFC is basically wrapper around Win API)

  61. Re:GNOME eternal NIH syndrome: Bonobo by Anonymous Coward · · Score: 0

    on the gnome mailing list archives it was claimed that the KDE people weren't open to changing OpenParts and doing shared development. Whether or not this is true is another matter.

    Regardless, both KDE and Gnome have publicly committed to interoperability, so I wouldn't get too worried.

  62. Re:NT doesn't need GNOME by Guy+Harris · · Score: 1

    ...or they might design an API that would be implemented by a library separate from Xlib and not specific to KDE, E, etc., so that an application doesn't have to be linked with some particular desktop environment's or window manager's library.

    Now, it might be nice if that library became a part of Standard X, so that one could, in theory, count on it being on every system that has X; I don't see why it would matter whether the routines were in Xlib itself or in some other library that's part of Standard X.

    Unfortunately, "in theory" doesn't mean "in practice"; regardless of whether those routines went into Xlib, or into a separate library, in X11R6.5, or X11R7, or whatever, that wouldn't help people who had Boring Old X11R6.4 or Boring Old X11R6.whatever-Based CDE or whatever.

    Putting it into a separate library might make it slightly easier to add it to a system with an old version of X - you wouldn't have to replace Xlib, you could just add the library.

    So perhaps it should become part of the X11.whatever specifications, but that doesn't mean it should necessarily become part of the Xlib specifications.

  63. Miguel de Icaza by Anonymous Coward · · Score: 0

    What kind of name is that ? Is he some fucking "latino" motherfucker ?

  64. Re:NT doesn't need GNOME by Jburkholder · · Score: 2

    Bah, I botched the quote I saw someone had:

    "If Bill Gates only had a nickel for everytime Windows crashed... oh wait, he does!"

    Implying that

    bill_gates_net = (number_of_all windows_crashes_throughout_time * .05);

  65. Re:pathetic by Anonymous Coward · · Score: 0

    > Other thing that surprised me: GNOME Filesystem?!

    It's a 'filesystem' that exists purely as a user library. This is a REALLY GOOD THING!! There is a serious need for 'virtual filesystems' that don't require kernel interaction-- for instance, connecting to an FTP share or a remote Windows machine. Requiring the kernel to mount a filesystem requires root priviliges, which you DO NOT want to mete out to any old GUI user application. The GNOME filesystem will let apps browse tar files, connect to SMB shares, etc., without risking the stability of the system in the process.

    (I'm pretty sure KDE is doing the same thing...)

  66. Re:Yes, quite naive by Rombuu · · Score: 1

    Being the fastest ORB in existance is like being the leper with the most fingers.

    --

    DrLunch.com The site that tells you what's for lunch!
  67. Re:Enlighten me then by Robin+Hood · · Score: 1

    Solution: Multiple workspaces is a possibility. Default is only one workspace. In the "Daily Tips" or whatever your equivalent is, have a tip that says "Did you know... that you can have multiple [workspaces | virtual screens | desktops]? Just [fiddle option thingamabob under menu whatsit]." So the advanced users eventually run across this feature and use it, but the beginner doesn't get confused by it.
    -----

    --
    The real meaning of the GNU GPL:
    "The Source will be with you... Always."
  68. something thats been on my mind about gnome... by pixel+fairy · · Score: 1

    thee file manager, be nice to thumbnail images.
    imlib may be good for this, actually id like
    something where it checks for a flag on the mime
    type to run a little prodeure defining how to make
    the icon, the obvious use is to thumbnail
    images, but someone creative may come up with
    other uses too. (render a tiny imges of a 3d file
    with a little logo of that program for example,
    or have different color spreadsheet icons based on
    the rest of the name)

    to anyone who worries about slowing down the file
    managers, switch statements are practically free
    and the time to thumbnail an image is only used
    once (again the ubiquitus .xvpics comes to mind)
    the first time and when the image changes.

    seems like i may get my wish about being able to load an image into an existing gimp process...

  69. Design vs Implementation by Anonymous Coward · · Score: 0

    Gnome is using a known good technology which already has a ton of users.

    That's exactly NOT the case! Bonobo isn't OLE2 compatible, it is just similar. So the big OLE2 userbase is of no use at all.

    KOM/OP is modelled more after IBM's OpenDoc architechture, which many would describe as superior to OLE.

    But the main point is: Decent design is not a matter of just copying a design draft from another platform. It has to be adapted to the characteristics of UNIX.
    Implementation is *very* important in this respect, as the object model is the very basis of the whole system, which should be rock solid.
    KOM/OpenParts is successfully used for more than a year, while Bonobo is just entering beta stage...

    Miguel started Bonobo, because he wanted to have his own work in GNOME (and thus the total control over it), not because it as any better than KOM/OP.

  70. Re:The Win95 look wins over by Eccles · · Score: 2

    You can get themes for Windows too and you've been able to get them since Windows 95

    What, the collections of a few bitmaps, a background, some cursors, and default window colors? I think most Linux themes are more flexible than that.

    For example, not a theme issue directly, but KDE will allow menus to be attached either to each application, like in Windows, or the top of the screen, like on Macs.

    --
    Ooh, a sarcasm detector. Oh, that's a real useful invention.
  71. Re:Uh, C++ is fine with GNOME by Scola · · Score: 1

    Excuse me sir, but you are dumb.

    I'm tired of listening to this by GNOME backers because it is utterly false.

    KDE already has bindings for C++, Python, and Smalltalk, and Java is coming along nicely. I'm aware of GNOME bindings for C, C++ (but the C++ bindings are piss poor), python, and guile. It's just a metter of writing the bindings if you want them.

    Second, have you read the docs for GNOME's orb ORBit. It has _only_ C bindings. Mico contains bindings for 3-4 different languages if I remember correctly. Now KDE is moving towards their own ORB, tinymico, a hack to mico to reduce memory usage. I'm not sure of the bindings for it.

    Basically, you are dead wrong. There is nothing about the GNOME design that makes it particularly language agnostic, and its orb is very limited. KDE is at a point of being eqaully capable to GNOME in terms of language bindings, and I'm certain, given time, it will pass it.

  72. Re:Yes, quite naive by Anonymous Coward · · Score: 0

    You are the master of the obvious. Why do you feel the need to state the obvious. Do you really think there is anyone who does not already understand that?

  73. Re:GNOME/Enlightenment too big & slow - I like 4Dw by Anonymous Coward · · Score: 0

    Ah 4DWM. Care to post your .fvwmrc -- I'd love to see it. Otaku

  74. Re:Read what you said. by hey! · · Score: 1

    Well, I don't know about the design of OLE.

    I for one would like to have compile time checking of types and method function signatures. The VB design gets around this pretty nicely, I admit, but if I don't want to program in their IDE, or I'm using some other kind of a language I want to connect with activeX, then it makes debugging a much bigger chore.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  75. Re:miguel get off your arse. by Trojan · · Score: 1

    A bug that everyone "seems to know about".
    Did you actually report it?

  76. Re:NT doesn't need GNOME by Anonymous Coward · · Score: 0

    > You don't understand. It is not how many WM Microsoft provides, it is ability to uniformly
    > access menu entries and things like that. There is no such option on Linux.

    Clearly this makes Linux a poor choice for clusters doing numerical computation, right?

  77. Re:Read what you said. by Louis+Savain · · Score: 1

    "The M$ OLE system is not a bad design"

    Sorry. OLE/ActiveX is not a good design for the following reasons:

    1) It's too complex.

    2) It has serious security problems due to the use of the variant structure which exposes the type of the information being transfered to potentially malicious interceptor programs.

    3) It cannot be used to properly implement automatic snap-in conections within a compositional environment because it is not a true message passing model. A message passing model is inherently non-blocking.

    4) It does not provide a symetrical male/female mechanism for connections. Complementary connectors are a must for automatic connector creation given either a pre-existing male or female connector. It would also automatically match the message type between sender and receiver. This would eliminate tons of errors.

    5) It uses a reference count. This can lead to serious reliability problems if a connected object crashes or hangs.

    There are other flaws but these will do.

    Louis Savain

    Computation is really communication.

  78. Re:Baffling Accustsations of Slowness/Instability by Anonymous Coward · · Score: 0

    I think the reason people complain about speed is because they do have slower machines. One of the Linux promises has been that you wont need to upgrade every year just to run common apps properly. On my P200 both KDE and GNOME run reasonably fast, but I guess there many people with 486 or P75.

  79. Re:Yes, quite naive by znu · · Score: 2

    If you look at it from a real user interface standpoint rather than a personal preference standpoint Mac OS does much better than Windows, and just about everything else out there. That doesn't mean you or anyone else has to like it of course, it just means it follows more of the rules for good UI.

    Are there any really UI-oriented people working on GNOME? It seems to be it could benefit greatly from this. Trying to match the Windows interface is not a good goal for the OSS community, because frankly Windows isn't very good at UI.

    Since you don't have to worry about the bottom line, the OSS community is an ideal environment to test out new ideas and do things that haven't been done before, and it would be especially great to see that happening in the UI department as Linux tries to get a hold in the desktop market. To the typical user UI is much more important than buzzword compliance. If Linux can be made easier to use than Windows, Microsoft will truly have something to fear on the desktop.

    --
    This space unintentionally left unblank.
  80. Re:NT doesn't need GNOME by Anonymous Coward · · Score: 0

    There will probably be something like this in the near future. Fortunately, it won't get in the way of us who have no desire for such thing :)

  81. We don't need Gnome by Anonymous Coward · · Score: 0

    I don't know why anyone would want to run this crap anyway. I hate Linux !

  82. mexican by Anonymous Coward · · Score: 0

    He's mexican, you fool. Like Salma Hiyak.

  83. Flying Fantasies vs Realiy by Anonymous Coward · · Score: 0

    Sure you can use C++ with KDE, but that's the ONLY language you can use.

    Check the KDE developer pages for bindings to other languages (Perl, Python,...).
    Why there's no C binding? Why would you need one? You can write your functional application code in C and use it (e.g. kfourir does that). Writing a GUI in C is insane, and if you *really* don't like C++, have a GUI builder create the GUI code for you.

    GNOME allows you to use ANY language. C, C++, Java (a far more sane choice for GUI coding) and a whole slew of others have bindings available for the GNOME ORB.

    Nonsense. You need bindings for GNOME as well, and mostly they are outdated. Even C++ is a problem: The gtk bindings are usable, but the GNOME bindings aren't.
    A "GNOME ORB" doesn't exist, except in your fantasy. And Java is a) not usable with GNOME (KDE has some support) and b) a very 'closed' environment, meaning bindings aren't easy to do.

  84. Re:Baffling Accustsations of Slowness/Instability by Anonymous Coward · · Score: 0

    You are stupid and your life is very pointless

  85. Re:Has anyone actually read about the gnome 1.2/2. by Anonymous Coward · · Score: 0

    And you know that Mathias Ettrich who did the KDE port is also the founder of LyX project ?

  86. Re:NT doesn't need GNOME by warmi · · Score: 1

    Yes. You are right - it doesn't have to be located in Xlib as long as it is toolkit independant.

  87. What's TowerJ? by DonkPunch · · Score: 2

    Do you have an URL where I can get more info? Thanks in advance.

    --

    Save the whales. Feed the hungry. Free the mallocs.
  88. Bonobo Misinformation by Tybstar · · Score: 1
    I am completely disgusted by the level of misinformation that's in this thread. "GNOME people are dorks, they're using OLE instead of CORBA", etc etc.

    Instead of posting inane crap that you know nothing about, read correct information straight from the source.

    GNOME Component Architecture white paper

    Thanks.

    1. Re:Bonobo Misinformation by Anonymous Coward · · Score: 0

      Maybe if Miguel The Mouth stopped comparing it to CaptiveX?

    2. Re:Bonobo Misinformation by Anonymous Coward · · Score: 0

      Maybe if you rabid anti-MS users would get a bit of a clue. Not everything coming from MS is evil. Don't be too proud to accept that. MS just took a lot of stuff from other companies, and implemented it badly.

  89. Wrong cart, wrong horse... by kalistra · · Score: 1

    You've made some valid points, but I feel some clarification is in order:

    • Most of your complaints are with Enlightenment, not Gnome. Just because RedHat's default configuration has a _very_ poorly configured Enlightenment as the window manager, that doesn't mean that E == Gnome.
    • As other posters have mentioned, most of your complaints have been addressed in later releases (again, of E, not Gnome).

    This is not to say that Gnome has no problems... I'm constantly deleting core files from my home directory. But I'm using Gnome with WindowMaker at home and at work every day, and I'm quite pleased with it. I don't suffer from any of the usability issues you've described. The problems you mention are Raster's issues to deal with, not Miguel's.

  90. Re:NT doesn't need GNOME by VinceJH · · Score: 1

    Ok, the *.desktop format is also going to become the KDE standard. Then it would pretty much become the linux standard. It won't be that hard too, since the *.desktop format is just the *.kdelink format without all of the K's. I am not sure if it is done, but I would bet CVS KDE uses it now. So the work is being done, its pretty trivial (could be done with a script, in fact here is a link to one), and now they can worry about Bonobo/CORBA/KOM/OpenParts.

    Also, If you compile IceWm with gnome support, it reads gnome menu's (both for the user and the system menus).

    --
    I know I will be moderated down for this, but . . . Vincent
  91. Moron, check your facts by Anonymous Coward · · Score: 0

    ORBit bindings for a variety of languages exist - I know C++, Eiffel, and Ada ones exist, and ORBit is designed to easily allow adding bindings for new languages.

    1. Re:Moron, check your facts by Scola · · Score: 1

      OK, before calling me a moron perhaps you should check your facts.

      Either ORBIT only supports C, or the core GNOME docs are horrible (which I'd consider at least as bad).

      From the GNOME FAQ found directly off of www.gnome.org:

      ORBit is intended to be multilingual; ILU proves that this is possible. Right now it only supports C, but in the future it will support other languages. (Really, we mean it! It is a very, very new project right now, which is the only reason it is C only.)

      If GNOME's own docs are right, ORBit only supports C, and that's all there is to say about that.

    2. Re:Moron, check your facts by JamesHenstridge · · Score: 1

      The C bindings are the most mature. There are C++ bindings in development. Take a look at the ORBit-C++ module in the GNOME CVS tree (http://cvs.gnome.org/lxr/ is your friend). For information about the other bindings, the orbit mailing list is probably the best place to ask.

  92. Re:Has anyone actually read about the gnome 1.2/2. by Alan+Shutko · · Score: 1

    Yes, we know that Mathias was the founder of LyX. Then,he went off to work on KDE, and the rest of the LyX team carried on by themselves... until he showed up and pissed them all off by porting it to KDE without talking to anyone who was still working on LyX. They've since made up (afaik), but it was certainly ugly for a while.

  93. Re:Yes, quite naive by Anonymous Coward · · Score: 0

    GNOME has added non-standard features to ORBit that makes it very hard to change the ORB.
    It's apparently not even possible to use other ORBs to talk to ORBit-linked programs via IIOP anymore.

    And there is no evidence that ORBit is faster than other speed-optimized ORB like OmniOrb, and it has very little features in comparison.

  94. Re:Typical NonLinuxUser Response To (That) by Skip666Kent · · Score: 1

    .fvwmrc is NOT source code. It's a configuration file for fvwm that can be as simple or complex as the user wishes it to be. It contains plenty of remarks to help a new user figure out what can be done. The writer is not claiming to fix bloat or bugs in anything; he is simply expressing an understandable preference for a much smaller, simpler and more streamlined window manager as a way to *avoid* bloat and bugs in other WM's.

    Hope this helps!

    --
    **>>BELCH
  95. Re:Uh, C++ is fine with GNOME by Anonymous Coward · · Score: 0
    Support your statements - e.g. "ORB is limited", "C++ bindings are piss poor". Provide specific details to prove your point.

    You might also want to make yourself aware of the GNOME bindings for Objective C, TOM, perl, Eiffel, and wide variety of other languages.

  96. A suggestion for Gnome (or KDE) by LordStrange · · Score: 1

    I don't know if Miguel or anyone that matters will ever read this but here's a suggestion:

    Put the smack down on Gnome developers that fail to include "start menu" things with their distros. If rpm doesn't facilitate this intelligently then EXTEND the spec for Gnome apps!

    --

    License: By reading this you are agreeing that you agree with me.

    1. Re:A suggestion for Gnome (or KDE) by Anonymous Coward · · Score: 0

      Isn't about time to go get a Latte or a cigarette or something over in Redmond? Or have you all finished finding as many bugs in W2Krap that you're going to bother with?

    2. Re:A suggestion for Gnome (or KDE) by settonull · · Score: 1
      Ok, so I am responding to a troll, it is hard to resist.

      >So you're saying that these Linux window
      >managers can't even add newly installed programs
      >to their menus can they?

      what, you think any other OS can? I am not sure about Mac's but I know Window's doesn't, it is up to the person building the distribution to add the icons on the start bar, just like it is in Linux. (And yes I have developed and distributed apps in both)

      --
      -chris (gandalf@darkcorner.net)
  97. Re:HERE COME DA BLOAT! HERE COME DA BLOAT! by znu · · Score: 1

    Which is the entire point of the OLE-like stuff in question! It lets you use a separate spreadsheet, word processor, graphics program, etc, and still combine different things in one document rather than forcing you to use one giant app that does everything to make documents containing different types of data.

    It's not quite on the level of using piping to tie together tiny apps, but such tricks are hard to pull with GUIs.

    --
    This space unintentionally left unblank.
  98. The Win95 look wins over by Anonymous Coward · · Score: 0

    What happened to all the window managers that were meant to come with Linux that didn't look like Windows 95? They don't seem at all popular. KDE and the GNOME Window Manger both bare strong resemblance to Windows apart from the bar at the bottom is bigger. Now the flame wars are Gnome V KDE not Gnome v some other Window manager. So if the Windows interface is so bad why isn't a window manager with a new innovative interface the most popular. It's becasue Windows is the most user friendly. People say the mac is user friendly but why is there no Window manager emulating that.

    1. Re:The Win95 look wins over by Anonymous Coward · · Score: 0

      /*What happened to all the window managers that were meant to come with Linux that didn't look like Windows 95? They don't seem at all popular. */ Nothing they are still there. WindowMaker, FVWM and Afterstep all come with Red Hat 6.0. It wasn't too long ago that WindowMaker was voted most popular in a /. poll. /* KDE and the GNOME Window Manger both bare strong resemblance to Windows apart from the bar at the bottom is bigger. */ Actually, KDE looks more like CDE than Windows. /* Now the flame wars are Gnome V KDE not Gnome v some other Window manager. */ Gnome and KDE aren't Window Managers, they're "desktop environments". Either will work with any Window Manager. /*So if the Windows interface is so bad why isn't a window manager with a new innovative interface the most popular. It's becasue Windows is the most user friendly. */ The Windows interface is a dog's breakfast of borrowed ideas from OS/2, the Mac, and Unixes. It is only "user friendly" to those who have invested a significant amount of effort in learning how to struggle with it. /* People say the mac is user friendly but why is there no Window manager emulating that. */ There are window managers that emulate the Mac as well as Mac-like themes for E. Really, you should do some research before planting the astroturf. At least know what a window manager is.

    2. Re:The Win95 look wins over by Robin+Hood · · Score: 1
      There are several window managers that emulate the MacOS look. I don't know their names offhand, but a little research at Freshmeat or Linuxberg ought to turn something up. And check Themes.org for MacOS themes for various themable windowmanagers.

      It's just that you never hear about these Mac-like windowmanagers in the press because they're all getting excited about a Windows-like desktop system. But they're out there.
      -----

      --
      The real meaning of the GNU GPL:
      "The Source will be with you... Always."
    3. Re:The Win95 look wins over by Thomas+Charron · · Score: 1

      Ok, here we go..

      Gnome is not a Window Manager. (And looks NOTHING like Windows, I'm sorry.. Ok, it has buttons.. Anything with buttons = Win32??)

      KDE is not a Window Manager.. (By default a little more simular, but still a HUGE difference)

      You can run WindowMaker with Gnome OR KDE.. Blackbox and others as well..

      PLEASE look before you leap.. Look at themes.org for examples of configurations that look NOTHING like the Win32 GUI..

      --
      -- I'm the root of all that's evil, but you can call me cookie..
    4. Re:The Win95 look wins over by Anonymous Coward · · Score: 0

      You can get themes for Windows too and you've been able to get them since Windows 95 (although limited support was in Windows 3.1 too). Why do all you Linux users get so excited.

    5. Re:The Win95 look wins over by WillAffleck · · Score: 1

      We're not excited. You are.

      So, buy any Red Hat shares lately?

      --
      Will in Seattle
    6. Re:The Win95 look wins over by Thomas+Charron · · Score: 1

      Well, this wasn't my original point, but since you've jumped on it..

      You can customize pictures and colors with it.. Please, show me how I can make my Win32 machine look like a Mac.. And change the position/behavior or my start button..

      Simply put, you can't without using a hack and replacing explorer..

      Oh, and while your at it, I'd like my close window button on the window border to be in the lower right hand corner.. Can you please send me the theme where I can do that?

      (PPst, you can't..)

      --
      -- I'm the root of all that's evil, but you can call me cookie..
    7. Re:The Win95 look wins over by Anonymous Coward · · Score: 0

      Try these for starters:

      http://e.themes.org/themes.phtml?themeid=9341709 40
      http://e.themes.org/themes.phtml?themeid=9342303 27
      http://e.themes.org/themes.phtml?themeid=9347283 66
      http://e.themes.org/themes.phtml?themeid=9346458 11
      http://e.themes.org/themes.phtml?themeid=9342786 26
      http://e.themes.org/themes.phtml?themeid=9341434 65

      As far as I know you can't do this with Windows

  99. The fault lies with RedHat by Anonymous Coward · · Score: 0

    This is not trolling this is a fact: RedHat should have configured Enlightenment properly before packaging thier distribution. Shipping a product which would be many peoples first experience with GNOME (and also many newbies and magazine reviewers) and the Window Manager didn't work as expected is just unforgivable particularly when you consider how much they charge for their boxed set. Quality control does not seem prime concern at RedHat.

    1. Re:The fault lies with RedHat by Suydam · · Score: 1

      You're wrong.
      You are trolling. (unintentionally?)
      Why is the default setup for E in RH "incorrect"?! It's just different from how you want to use it. Personally, it's my experience that you can't switch a Windows user over to Linux without starting the config out the way RH has. My fiance for example couldn't stand (at first) to have windows automatically focus when she moved her pointer over them....she was used to clicking on title bars to get focus, and didn't mind it. Before you flame Red Hat for shipping a faulty product think a bit.

      --


      Werd.
  100. GUIs in C by Alan+Shutko · · Score: 1

    I don't know why everyone insists that writing a GUI in C is insane. It's not. Writing a GUI with GTK+ in C is pretty darn pleasant, actually. If you want _unpleasant_, I'm sure we can dredge up some examples.

    And it's nice to write the GUI in the same language you write everything else... GUI builders can't handle all your gui code unless you're just doing a static form. If you are dynamic form or something else, you'll always need to write code.

  101. I had to downgrade by mplex · · Score: 1

    I was using the latest one and it had this problem. I had to downgrade to fix this.

  102. HERE COME DA BLOAT! HERE COME DA BLOAT! by Anonymous Coward · · Score: 0
    Integrating OLE-like crap into GNOME will surely bloat it to all high hell and will probably be no more reliable than OLE.

    I really wish they would keep these things small, fast, and stable.

    If I wanted a Mac, I'd go out and get one. I'm using linux to avoid all this bloat.

    1. Re:HERE COME DA BLOAT! HERE COME DA BLOAT! by Anonymous Coward · · Score: 0

      How do you think other OSes are better than Linux because they realise to get features takes a lot of code. You can't write an OS in a line of Perl you know.

    2. Re:HERE COME DA BLOAT! HERE COME DA BLOAT! by Anonymous Coward · · Score: 0
      No, unix is different in that it integrates many small tools into one useable package, with very few of those tools being big bloated apps.

      Most unix tools are very small and use standard interfaces such as pipes, stdin, stdout, etc.

      I suggest you read "The Unix Philosophy" by Gancraz.

    3. Re:HERE COME DA BLOAT! HERE COME DA BLOAT! by Anonymous Coward · · Score: 0

      Let's not forget, that OLE is not open standard, so cloning it as BONOBO and earning money on it is not legal, it's just a theft of intelectual porperty.

    4. Re:HERE COME DA BLOAT! HERE COME DA BLOAT! by limpdawg · · Score: 1

      That's not true, as long as they don't use any code
      that is copyrighted by someone else, or violate any
      trademarks or patents, they can use a system that is
      similar to OLE. They could even implement their own
      version of OLE and make it compatible with Windows
      programs running under Wine without violating any laws.

      --

      Nascantur in Admiratione. (Let them be born in Wonder)

    5. Re:HERE COME DA BLOAT! HERE COME DA BLOAT! by Anonymous Coward · · Score: 0

      > You can't write an OS in a line of Perl you know.

      sure you can
      the line would be pretty long though :-)

  103. Advantages of GNOME vs GTK-only? by Anonymous Coward · · Score: 0

    Let's say I'm not interested in COM-style embedding parts of apps in other apps, or session management, or internationalization features.

    Other than that, what's the advantages of running GNOME vs just GTK-only apps?

  104. Re:Yes, quite naive by Danse · · Score: 1

    The part that is not obvious is why people have to bitch about something they don't even want to use. As the previous poster said, you don't have to use it, so why are you bitching about it?

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  105. Re:Standart by warmi · · Score: 1

    If it will become one then great !
    Another issue resolved ...

  106. Re:Disappointment with GNOME by Anonymous Coward · · Score: 0

    I think it's pretty obvious that GNOME + Harmony frightened Troll into changing the Qt license. If they did not, they would have lost all the KDE developers to the Harmony toolset and many others to GTK+.

    The main reason ws the fact that Open Source made sense for them. They make their money by selling support to big companies, who are usually conservative about licensing and try to avoid "freeware".
    When OpenSource became accepted, this was no obstacle anymore.

    But of course, Harmony was a real threat to the existence of the company.

  107. Agreed. by ffatTony · · Score: 1

    I like gnome, but i'm not very concerned with the panel or the file manager. I'm looking forward to Gzilla and their office suite.

    If only someone could construct a new interface for graphical applications. My favorite at present is WindowMaker as it is relatively different from the rest (please no flames about how it too is a clone of next-step fame)

    What is on Gnome's side is that gtk seems to be relatively common. Anyone have any stats on the number of applications in gtk, qt, and others? Num of coders?

    Anyone know what WindowManager will be gnomes next favorite now that enlightenment is estranged?

    I can't wait to see what the next version of enlightenment contains, as I recall mention of it too having greater functionality

  108. Re:Has anyone actually read about the gnome 1.2/2. by -David- · · Score: 1

    Actually, I like what Gnome is doing, release early and often, just like Linux.:)

    If you find bug(s), please report them. As with any opensource project, more people find bugs the better.

    Reusing KOM/OpenParts would not have been very practical since last time I looked, there is no C binding for KDE, maybe I'm wrong.

    As for "vapour stunt," you must not use mc. Anyhow, attacking opensource developer is wrong since if you don't like what they do, don't use it.

  109. Re:NT doesn't need GNOME by VinceJH · · Score: 1

    As I said, ALL gnome apps should be using a *.desktop file for putting a shortcut on the foot menu. All gnome apps that I get do this. If it doesn't it is not a real gnome app. However, the gnome developers aren't the rulers of some world order, so they can't MAKE anybody do this. The only thing they should do is don't provide a link on the gnome website to an app that doesn't install a *.desktop file.

    Could you tell me what you mean by no standard. It seems about as good as a standard as you can get, considering there is no law on breaking them.

    --
    I know I will be moderated down for this, but . . . Vincent
  110. Re:Not first, but ... by Anonymous Coward · · Score: 0

    Yeah, Linux is fifth in the popularity ratings!

  111. Re:pathetic by Roberto · · Score: 1

    Isn't Gnumeric the only GNOME app of the ones you mention? Or have ABIWord and GIMP switched from pure GTK+ lately?

  112. Re:Good ol gnome.. by kijiki · · Score: 1

    I suspect that all these people whining about memory usage could use a quick refresher in how memory works in UNIX. This goes for the people who say "X SUCKS because it uses 25 megs of RAM!" when they have a 16 meg TNT card in their computer, too. Newsflash #1: the X server mmaps the video buffer into its address space! (For the less clueful out there, this means subtract your video ram from the memory usage reported by the X server). Newsflash #2: Libraries are also mmaped into the address space! (So is the executable for that matter).

    Ok, so all these libraries are getting counted multiple times, they still all add up, you say? UNIX demand pages executables and libraries into memory, so big, featureful libraries are good, since you only pay for the parts you use! (well, in 4kb chunks on intel, but you can't have everything).

    This should all be put in a "troll-FAQ" somewhere; I'm tired of seeing the same stupid trolls over and over again. Yes, X, GNOME, and KDE all have flaws, some of them large, but NONE are insurmountable, and the progress in all these areas (Have you seen XFree 3.9 yet?) has been amazingly rapid.

  113. definition of Drag and Drop, 'n Bonobo by Fartalot · · Score: 1

    Bonobo (Pan Paniscus) or pigmy chimp, endangered species. Homosapien's nearest cousin in primate. They are similar to human in sex behavior, who fscks alot among them, practicing incest, poligamy, everything. everyday is mating day. no season no shit.


    just for info

  114. IBM is faster. by rhinoX · · Score: 1


    Their JVM kicks your ass.

    --
    The copper bosses killed you, Joe. 'I never died', said he.
  115. Re:Has anyone actually read about the gnome 1.2/2. by Anonymous Coward · · Score: 0

    Well "pissed them all off" is probably a bit off.
    He just did it the Linus' way: Shut up and show me the code!

    LX development was (and still is) steady, but slow.
    KDE was all about having a usable productivity environment fast. So klyx was in the best interest of KDE.

    Separating the GUI layer from the rest takes a lot of time, and it wasn't a high priority of the lyx team. That's why we still wait for such a version (both gtk and KDE based).

    Once this separation is done, a new port will be rather easy, and as the new klyx will likely be based on KOM/OpenParts, a rewrite would be required anyway.

    In a nutshell: Matthias Ettrich did exactly the right thing.

  116. Yes, quite naive by Anonymous Coward · · Score: 0
    His concept for supporting International GNOME Support goes beyond flakey. Who out there needs people to do GNOE work for them? The whole thing is a charity project. No one is using GNOME for anything but a novelty.

    I just loaded up GNOME on RH 6.0 and I must say its a joke compared to my girlfriend's MacOS interface. GNOME is where windows and the MAc were about six years ago.

    Even KDE, which is still a joke compared to the MacOs interface, blows GNOME away.

    1. Re:Yes, quite naive by warmi · · Score: 1

      You are right about Windows but I can't agree with Mac - it is ugly and hardly functional - at least for me.

    2. Re:Yes, quite naive by mattgischer · · Score: 1

      Have you heard of Cygnus Solutions? This sounds very much like them when they started out. Granted, they started working on gcc, gdb, binutils and such, but it sounds like the same concept. I think what they are doing is a damn good idea, and it should help progress it quickly.

      Besides that, I personally think it looks good, works well, and is going to be around for a while. Lots of new applications are coming out every day that are designed to integrated with gnome from the ground up.

      Just my $.02.

    3. Re:Yes, quite naive by Mr.+Blonde · · Score: 1

      GNOME could be better, it's only major flaw is depending on ORBit, which is the major bottleneck of the environment.

      If they were able to get ORBit to actually support multiple threads, I think GNOME could actually be dangerous.

      In the mean time, I'll stick to KDE.

    4. Re:Yes, quite naive by Anonymous Coward · · Score: 0
      "I just loaded up GNOME on RH 6.0 and I must say its a joke compared to my girlfriend's MacOS interface. GNOME is where windows and the MAc were about six years ago."

      Don't like it, don't use it, are you being held by your collar by some Linux bully trying to force you to use gnome, nope. Forget Gnome, you don't event have to use Linux. Remember one thing though if you don't like it doesn't mean others agree with you, you have your prefernce and others have theirs, this is what is so beatiful about Linux, Choice.

    5. Re:Yes, quite naive by Anonymous Coward · · Score: 0

      ORBit is the fastest ORB in existense. Stop talking bullshit.

  117. Mosfet KDE Interview about KDE future on Linux.com by Anonymous Coward · · Score: 0
  118. Re:Give me a break! by Roberto · · Score: 1

    > Tell me why the reverse NIH argument couldn't be made against KDE's object model?

    Well, because KDE's object model was started *before* baboon (or bonobo or however its called today)?

  119. C binding for KDE by Roberto · · Score: 1

    I wrote a C binding for Qt. Extending it to KDE was trivial (just edit the headers into a simpler class description format for a script that actually did the binding).

    How trivial? Well wrapping Qt, including writing the script mentioned above took a week, and I did it just to win a USENET argument.

    Now, why did this binding never evolve further? The interest in C bindings for KDE and Qt seems to be limited to people that don't code, for the most part.

  120. Re:Ummm... by Robin+Hood · · Score: 1
    I know that comment was probably flamebait but I'm going to give it a serious response...

    This seems to come up every time GNOME or KDE is mentioned. Yes, Windows already has a tried and true desktop which is easier to use for some people (since GUI ease-of-use is a very personal thing, some like one GUI and other like another. Choice is good!). And Linux is only reaching the stage of having a useful desktop system (KDE is already there, and GNOME is getting there rapidly as well), so it can't be called "tried and true" yet. But -- Linux isn't a "real" operating system? How's that again? It boots up my computer and runs all my programs, delivers my E-mail, etc. If that's not a real operating system, I don't know what is. And in terms of the "catch-up", you can just as easily (more easily, IMO) argue that Windows is playing "catch-up" to UNIX in all areas *but* the GUI. Networking and communications (E-mail, WWW, FTP, newsgroups) and security are just some of the areas that UNIX has long been good at and in which Windows is just playing "catch-up". (And in security particularly, Windows still has a long way to go).

    And why not use Windows? Well, there's really no reason not to, if it's the right tool for the job. See, I'm neutral in the OS holy wars -- I don't care what you use, and I'll use the right tool for me. I don't use Windows because Linux does everything I need, has higher quality in many areas, and costs me $89 less than Windows (a very important consideration on a college student's budget!). Also, I happen to not like Microsoft's monopolistic practices, so I guess I'm not all that neutral. But if a Microsoft product is the right tool for the job, I'll use it.

    Sorry. You'll get no flames from me.
    "Hey! You're one of those condescending UNIX users!"
    "Here's a nickel, kid. Go buy yourself a real operating system."
    - Stolen from Dilbert (I think) and changed a little
    -----

    --
    The real meaning of the GNU GPL:
    "The Source will be with you... Always."
  121. No, I have not seen XFree 3.9 by Corndog · · Score: 1

    You can't just ask that question and drop it! Dammit! I want to know how it is.

    So, how is it? :)

    --
    Corndog
  122. What's the point by warmi · · Score: 1

    What's the point of all this bragging about ActiveX-like capabilities when there are missing major parts like for example way to automatically add something to start menu. This is all hogwash, it only looks half-decent on the surface, underneath there is nothing to support that. Everything has to be done manually ( KDE is not perfect, but much better in this regard)

    1. Re:What's the point by Anonymous Coward · · Score: 0

      Why don't all you Microsoft trolls go crawl back under the rock you came from until you have something intelligent to say? Oh wait, I forgot that "Linux sux, Windowz rulez!" *is* considered intelligent. Sheesh.

    2. Re:What's the point by DaKrushr · · Score: 1

      That's why I use Debian. Debian has a menu system where packages (or administrators) can easily add system-wide menu entries - which show up in KDE, GNOME, AfterStep, WindowMaker, Enlightenment, FVWM2, OL(V)WM, and even the curses-based PDMENU. It's very convenient - just run apt-get (packagename), and it should install a menu entry for you, automatically.

      *That* is one reason that I recommend Debian. And with Storm Linux and Corel Linux Desktop coming soon, RedHat-based distros may find themselves obsolete.

    3. Re:What's the point by VinceJH · · Score: 1

      The apps add shortcuts to the foot menu automaticly. What are you talking about? Yea, some don't, but most do. Their is no way to force an app maker to include a *.desktop file, but it is expected of them.

      --
      I know I will be moderated down for this, but . . . Vincent
  123. Re:NT doesn't need GNOME by Scola · · Score: 1

    Go grab your copy of Inside Windows NT, and actually read it (it actually isn't a bad book). The kernel-GUI relationship is very similar to the way it always has been in UNIX. There are a few difference, NT integrates GDI at a very low level, which allows for a bit faster of drawing to the screen. This is a good thing. The GGI project's KGI does a similar thing, but probably won't find its way into the linux kernel for a while, if ever. Some core linux deveopers don't agree with the assertation that having your video drivers in kernel space is a good thing.

    As for the GUI, under windows explorer.exe and friends, that's just as abstracted from the core OS as KDE or GNOME or $WM is from the core UNIX OS. The Win32 subsystem runs above kernel space in NT just as X runs above kernel space in UNIX. Now, under NT if the Win32 subsystem dies, the kernel dies. This is because it is assumed without the Win32 subsystem your machine is worthless. This is a bad idea, IMHO. Furthermore, it is quite possible to replace your GUI (explorer.exe) with something else. Lightstep comes to mind as an alternative. You can also use things like zsh (which I do on my work machine a lot).

    The primary difference in terms of GUIs is that UNIX gives you a lot more freedom, flexibility, and customizability than Windows NT does, plus problems up in the Graphical Engine section (X or Win32 layer) are less likely (it still not fool-proof) to take down the machine under UNIX.

  124. General to the Specific by Anonymous Coward · · Score: 0

    No, it was not gnumeric (is that spanish for something?) that was the problem. Just what the application was, escapes me now but it certainly required a large number of libs.

  125. Re:NT doesn't need GNOME by Anonymous Coward · · Score: 0

    We have a GUI built into the OS so we don't have to worry about configuratuion.

    In fact, it's so built in that driver code runs in the kernel space. All you have to worry about is a poorly written device driver that can bring down your system. Nice try, NT child. A GUI add-on to Linux grants freedom. Why run a server with a GUI when the GUI just sits in RAM 99% of the time doing nothing but hogging resources?

  126. Re:Does GNOME have a future at all? by beroul · · Score: 1

    Please don't confuse me with the Windows advocate who replied to my message. I was comparing GNOME with KDE, not with Windows; Windows makes me retch.
    --

  127. Re:NT doesn't need GNOME by warmi · · Score: 1

    I think you are right. Lack of standard GUI i hurting Linux position as a workstation terribly.
    But , try to mention that - you will get tons of post of people defending "freedom of choice","fexibility" and all that bullcrap.

  128. Re:NT doesn't need GNOME by Jburkholder · · Score: 2

    Gee, I guess the Micro-Trolls are out in force today, huh? Is this the best that the anti-Linux task force can muster.

    I fart in your general direction. :P

    One of the things I like best about a separate GUI is that if an app hangs, I can kill X and restart it in a few seconds rather than have to reboot the whole OS, like when Word locks up twice a day here at work.

    "If Bill Gates had a nickel for everytime I had to reboot... oh wait, he does!"

  129. as it is by Anonymous Coward · · Score: 0

    as it is

  130. Re:GNOME is a joke, sorry folks by warmi · · Score: 1

    No. Mac interface is hardly usable - if you wanna look at the state of the art look at Windows. Seriously.

  131. Re:Good ol gnome.. by Anonymous Coward · · Score: 0

    Unless you are speaking about KDE 1.0, this is nonsense. Contrary to the rest of the software world, KDE become faster in 1.1 and even faster (and more memory efficient) in 1.1.1. Now it is definitely faster than Gnome while using about the same amount of memory. But don't you use Gnome CORBA applets: memory consumption will skyrocket! And BTW, I didn't know Win 3.1 had integrated mail, news and internet browser capabilities with transparent network support...

  132. Re:pathetic by Anonymous Coward · · Score: 0

    The are still only GTK+ apps however they both have bonobo componets and will be included in the GNOME workshop office suite

  133. Re:NT doesn't need GNOME by mattgischer · · Score: 1

    Yup, and you are tied to the GUI that you get shipped with it. With X you can run any window manager that you damn well please, and there are lots of them. You can configure the desktop the way YOU want it, rather than the way that someone else told you to like. I would say that the inferiority lies in something that is unchangable. You don't even have to run X/desktop/GUI/whatever with linux, thereby giving you a system that also takes less resources if you don't need graphics. Linux will always be inferior as it doesn't come with a GUI as standard and is only as an add on. We moved away from a separate GUI shell when we ditched Win3.1. I suggest you lot should do the same or be left in the past Oh yeah, I forgot that MS products are the wave of the future. :)0

  134. Re:Disappointment with GNOME by VinceJH · · Score: 1

    They probabably wouldn't be working on KDE anyway, unless it was bassed on C. I guess you could say this about a lot of things. I think about all of the stuff on the freshmeat and think "How about a good 3d editor, word processor, web browser, e-mail client, whatever instead of all of this crap". But I guess that crap (irc clients, gui clients to stuff I never heard of, etc) is usefull to somebody.

    --
    I know I will be moderated down for this, but . . . Vincent
  135. Re:GNOME is a joke, sorry folks by Anonymous Coward · · Score: 0

    I'll grant you windws has come a long way - my point is that GNOME is horribly retarded.

  136. Re:I think in Redmond they just troll slashdot by Field+Marshall+Stack · · Score: 1
    Why do "Real Seattlites" have such contempt for Eastsiders. Isn't it all pretty much one big city anyway? Is it the same thing as in NM we always complained about Texans, it's just that we were more spread out?

    Nah, it's because you're a bunch of republicans. Alright, check that, it's not because you're republicans, it's just that voting republican is one of the symptoms of whatever disease it is the eastside's got.

    --
    "HORSE."
    -Flaming Carrot
  137. What are you talking about here? by duhq · · Score: 1

    Now, I am new to the Linux Community, and I can understand that a lot of us don't like MS, one of the reasons I uninstalled windows. But, since when did everyone here start the antimicrsosoft campaign? so many people here have said "if yuo don't like it, don't use it. don't bitch about it." So why does MS get treated differently? I'm looking for good information here, and all I seem to be able to find anywhere is that Linux is better than Windows, and that someday, linux will kick windows out of the desktop market, and that "If Linux can be made easier to use than Windows, Microsoft will truly have something to fear on the desktop."

    Why are we trying ot make MS fearful? why not just put out a better product, and advertise it? If linux is better, then MS already has something to fear. If not, then lets stop talking about this damn issue and make it better!

  138. development code by JamesKPolk · · Score: 1

    Additionally... I would advise that you reserve judgement on KDE 2.0's performance until it's actually released.... instead of rough benchmarking mid-development code.

  139. Mac? by Anonymous Coward · · Score: 0

    Funny, I happen to prefer the windows GUI (even though I run Blackbox at home -- how's that for fast and minimal?). One of my main problems with both of those is neither Apple or MS has gotten a clue and created a native implementation of multiple workspaces. So they are behind in some respects (not to mention configurability).

    1. Re:Mac? by Anonymous Coward · · Score: 0

      Multiple workspaces are a *bad* *bad* idea. Of course there are freeware utilities that will give you the same functionality on the Mac, but if you had *any* clue about human interface design, you wouldn't go around spouting such nonsense.

  140. Not according to the courts or the spec by Tim+Macinta · · Score: 1

    > We even support Java and we're the fastest performer with Java.

    Well, according to the courts as well as the spec MS does not support Java. Like it or not, Sun owns the trademark on Java so if they say an implementation must adhere to a certain standard to be called Java then they are right. Taking away standard core functionality (e.g., RMI and JNI) and trying to claim that your product is still compatible is just bogus.

  141. Re:GNOME is a joke, sorry folks by Scola · · Score: 1

    GNOME is pretty primitive is some ways, and not the best designed piece of software I'll grant you. Gnumeric is a pretty nice spreadsheet, but that's about all I see of great value in GNOME (of course the fact it dumps core regularly on my machine doesn't help).

    KDE is light years more advanced IMHO.

  142. Mac harder to copy by Anonymous Coward · · Score: 0

    The Mac GUI is superior to the Windows one. It's also impossible to copy. A Linux GUI needs to coexist with existing applications. MacOS GUI has features that would make that impossible. For instance, the menu bar is at the top of the screen (rather than each window). It would be necessary to rewrite all existing X apps to support that. The win95 GUI is a cludge, but a backwards-compatible one. Any app will run under it, no matter how it was written. It's a hodgepodge of GUI styles.

  143. Re:Disappointment with GNOME by Shadowlion · · Score: 1

    What an odd statement.

    "We are comparing apples and oranges here. My 'accusation', as you call it, to Linux is based on the fact that Windows came out first. Of course you scrap an idea or two in developing a new project, but my question was: do we really need another desktop operating system since Windows is already out? ... All the energy poured on Linux could have been reversed to create more Windows applications and help Windows to get more features sooner."

    If you can point out why the above is wrong, chances are, you'll have a jump start of figuring out why we need *BOTH* KDE and GNOME.


  144. Re:Good ol gnome.. by Suydam · · Score: 1

    FLAMEBAIT! :) If only I had mod-points.

    --


    Werd.
  145. Re:GMC? by ricOS/2 · · Score: 1
    Quite a bit of work had gone into turning Midnight Commander (MC) into GNOME Midnight Commander (GMC), which is/was the default GNOME file manager.

    I now hear talk about a "new" file manager, one that uses GNOME VFS. What's the reasoning behind the switch? Why not continue with GMC? Does anyone know?

    GMC is not very extensible, very powerful, very stable, or very usable. It was originally developed just to get something out of the door quickly, I think... and then they started thinking about it, and decided that they could do MUCH better.

  146. Re:NT doesn't need GNOME by warmi · · Score: 1

    I agree. But what is missing is uniform GUI with uniform interface to accessing start menu ( or whatever it is there.)

  147. Please fix this bug first by VinceJH · · Score: 1

    This bug(#875) has been reported for months, before the 1.0 release in fact. Yet, after all of the updates, it is still around.

    No, I can't fix it myself, becuase I have no idea what is wrong. I looked at the code before, and it wasn't obvious. It would be best for the authors of GMC (or maybe it's the panels fault) to fix it.

    --
    I know I will be moderated down for this, but . . . Vincent
  148. pathetic by lubricated · · Score: 2

    Reading the posts above just about everyone is offtopic. Not one post about what people think about the future of GNOME. It's either KDE people who think they are gods gift to the world. Windows people who don't know any thing about linux anyway or just plain old trolls.

    --
    It has been statistically shown that helmets increase the risk of head injury.
    1. Re:pathetic by Fizgig · · Score: 2

      Wow, you're right! I don't think I've ever seen a lower STN ratio on an article before. Ah, the flame wars are back--just as the people at KDE and GNOME start getting along the users (and people who seems to either like MS products or like to make people mad, probably the latter) start fighting again.

      I started using GNOME when it was the "morally superior" desktop. The Trolltech basically fixed all that, but I was already using GNOME so I didn't see the point. If KDE becomes sufficiently better than GNOME that it's worth the effort and disorientation of switching, I will. I would hope the reverse would be true for most KDE users.

      Despite what a lot of people may say, recent GNOME releases have been very stable (they leave lots of core files, but that's only because my X-server dies). And this interview shows that GNOME is getting more done. It looks like GNOME Workshop will be a nice competitor to KOffice, so neither will stagnate. As long as the filesystems are compatible, I wouldn't mind having both.

      Other thing that surprised me: GNOME Filesystem?!

    2. Re:pathetic by Scola · · Score: 1

      That should say something to you. No one seems particularly excited about the next version of GNOME being built upon the technically inferior world of OLE2. Plus, it's vaporware at that.

      Not to be a troll, but realistically, perhaps the reason people aren't talking about the future of GNOME is that the present of GNOME is not all that impressive or stable, and they believe that either GNOME doesn't have a real future, or that its future is to continue to walk in the world of mediocrity.

    3. Re:pathetic by Anonymous Coward · · Score: 0

      If you would have been following GNOME development if would have noticed that dramatic improvements to GNOME since version 1.0 was released. The current version is very stable with the exception of GMC which is going to be replaced anyway. In regards to the vaporware statement the initial public version of bonobo should be released some time today. As for the future GNOME has many projects that will be released in the near future. The GNOME-mailer should be released sometime next month and the new filemanager is also in the works with a lot of the base work on it already completed. Gnome Workshop will feature very high qulaity apps such as GIMP, ABiWord and Gnumeric which are a lot better the say KOffice which is slow and ugly.

  149. because the OS/2 and Win95 look & feel are better by Anonymous Coward · · Score: 0

    IBM spent godawful amounts of money researching what people found easy to learn and use, and the result is the OS/2 2.0 interface. Win95 largely copied that, with the addition of the start menu and task bar.

  150. Re:NT doesn't need GNOME by warmi · · Score: 1

    But you still can get software for Windows that will radically change look and feel of your desktop. The crucial difference is that when you do it on linux you have to reconfigure all the menus, everything manually and on Windows it will automatically be there ( thanks to APIs that allow programmers to access this stuff)

  151. Sounds like GNU Info by Anonymous Coward · · Score: 0

    This sounds a lot like the GNU "info" utility... Rather than providing a simple HTML viewer and putting all the docs in standard HTML format, we could stuck with this ugly, hard-to-learn piece of proprietary crap. Why? Because the invented, so they feel like they have to keep using it.

    1. Re:Sounds like GNU Info by JamesHenstridge · · Score: 1

      For a start, the info file format is no more proprietary than HTML (it is basically a subset of TeX with a macro package). And as for why they did not use HTML, probably because the web did not exist (or was not as popular) back then.

      Info was a replacement for man pages (which do not have indexes, cross references, etc). Not the web.

  152. Agreed (but a different reason) by Mai+Longdong · · Score: 1

    I don't think it's because the Windows gui is so user-friendly (OS/2's and BeOS' both whip it's ass!) It's simply because the people making the decisions have no imagination or design sense whatsoever. That's why I use Windowmaker on Linux and CDE on Solaris.......although I'm starting to look seriously at XFce (http://www.xfce.org) for Linux.

  153. Re:NT doesn't need GNOME by warmi · · Score: 1

    But that flexibility comes at the step price !
    You change your WM on Linux - you are in for a couple hours of recreating your menu entries and stuff to accomodate all your apps...
    This is what sucks about X way of doing things.

  154. windoze by RoLlEr_CoAsTeR · · Score: 1

    windows' GUI.. ugh!

    I personally _love_ afterstep (although right now I run KDE..). Windows' GUI isn't so userfriendly, it's just that large numbers of people have been working with Windows for so long that they're used to the GUI. For pete's sake, if you'd been working with Blackbox, Afterstep, WindowMaker, etc, for all of your "computing life," you'd say it/they were userfriendly too! It's a matter of what you like, and how bad you're willing to get used to it, and how much you actually use whatever it is you're using so that you get more and more acquainted with it.

    --

    Insert mind here.
  155. GNOME eternal NIH syndrome: Bonobo by Anonymous Coward · · Score: 0

    It's really sad to see how Miguel just doesn't get it that a common object model is vitally important. In order to push his baby Baboon he declines all efforts from the KDE folks to cooperate.

    Bonobo is the worst example of the Not Invented Here syndrome in the Gnome camp. It clones a M$ OLE-like interface, and does nothing more than KDE's KOM/OpenParts.

    KOM/OP is designed to be portable so it should be no problem to use it in a gtk environment as well. But Miguel argued agressively against it for no rational reason.
    Unfortunalety we may end up having two incompatible object models due to Miguels ego.
    And this is *much* worse than just having different toolkits...

  156. Re:NT doesn't need GNOME by Anonymous Coward · · Score: 0

    Nuh-uh! If you were running The Chosen Distro [Debian], you'd just select and install the window manager package you want and be on your way. Debian has a program called 'menu' that automagicly sets up root menus for you. The menu entries reflect what is currently installed on your box. Never need to fuss with editing your own menus again. --Ian Debian GNU/Linux -- http://www.debian.org

  157. Re:NT doesn't need GNOME by Suydam · · Score: 1
    You are NOT in for a couple of hours recreating menus. Are you nuts?!

    People. Use Debian. It can add menu items for you. Easily.

    Sheesh.



    --


    Werd.
  158. Re:NT doesn't need GNOME by Thomas+Charron · · Score: 1

    Please, goto your NT box, and kill explorer, and tell me what you see.. Wow, it's still running, but with nothing on the screen.. It then immediatly RElaunches explorer..

    Explorer is what provides the GUI.. As a matter of fact, you can replace explorer with something like Litestep, and have the same functionality, aka, another 'Window Manager' beside's explorer..

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  159. Re:NT doesn't need GNOME by GrenDel+Fuego · · Score: 1

    You're saying that the advantage of windows over linux is that you don't need to configure your window manager (explorer.exe)

    That would be because Microsoft only provides 1. If you'd prefer, you can just stick with the one default WM in linux. THen you never have to reconfigure. Just close your eyes and pretend you don't have choices if that's what you prefer.

  160. Re:NT doesn't need GNOME by warmi · · Score: 1

    You don't understand. It is not how many WM Microsoft provides, it is ability to uniformly access menu entries and things like that. There is no such option on Linux.

  161. Re:NT doesn't need GNOME by GrenDel+Fuego · · Score: 1

    As a few people have pointed out, debian does offer that in a program called Menu.

    I've never used it myself, but now that i know it exists, i'm going to look into it.

  162. Re:NT doesn't need GNOME by warmi · · Score: 1

    Yeah. It can, I have heard that one. But you know what ? I would rather do it manually than be forced to used that definition of user unfreindlines they use for package managment ...

  163. Re:NT doesn't need GNOME by Scola · · Score: 1

    This was true a couple of years ago when I started using linux.

    It is not true with the two wms I use most frequently, kwm (aka the window manager of KDE) and Windowmaker. In windowmaker you start and app and you drop the produced icon somewhere. In KDE you create shortcuts just like the Mac and Windows, or even drop that icon on your K-Menu.

    These fetures are cool and damn useful. However, you miss the point. The point is sure I have to do some configuration if I want to customize my desktop. You have to do the same thing under Windows, MacOS, NeXTstep, BeOS, OS/2, ect. The difference is that I get to choose which GUI best fits my needs instead of MS or Apple, or Redhat or $VENDOR choosing for me.

    In short, yes, a bit of configuration is necessary if I switch my windowmanager, but that's an extra option I have that I wouldn't have with other systems. If I choose one windowmanager and stick with it, I have no more configuration to do than I would under a lot of other systems. Finally, if you really don't like having a choice, you can just stick with whatever the default WM for the system is.

    Simply put, there are no disadvantages of this system over the way windows' users aproach their GUI.

  164. Not another 1.0 bluff.. by Thomas+Charron · · Score: 1

    I haven't looked at the CVS versions for a LONG time, but I can only hope that when 2.0 comes out, it'll be stable..

    The more they rush, the worse they make Gnome look..

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  165. GNOME/Enlightenment too big & slow - I like 4Dwm by Anonymous Coward · · Score: 0

    I tried GNOME and Enlightenment but found them to be big and slow. With fvwm I'd stay logged in for days or weeks without a problem. With GNOME/Enlightenment I had to log out at least daily to reclaim memory. Fvwm is _much_ faster too. I'm a longtime SGI/IRIX user. My .fvwmrc file is setup to mimic 4Dwm as closely as possible. Anybody else?

  166. Re:NT doesn't need GNOME by Suydam · · Score: 1
    There's even a drop-in replacement for Explorer.exe if I recall correctly. The only time in my entire existence that I've truly enjoyed my time in Windows 95/98/NT was when I had Litestep installed as my default shell.

    I HIGHLY recommend it for people stuck using windows at work who wish they could use Linux. it may still be windows, but at least it looks nice. :) You can get Litestep HERE. Try it...you'll thank me. :)



    --


    Werd.
  167. GMC? by Bizzaro · · Score: 1
    Quite a bit of work had gone into turning Midnight Commander (MC) into GNOME Midnight Commander (GMC), which is/was the default GNOME file manager.

    I now hear talk about a "new" file manager, one that uses GNOME VFS. What's the reasoning behind the switch? Why not continue with GMC? Does anyone know?

    BTW, I have to respond to all the "GNOME sucks as a desktop flamebait". GNOME stands for "GNU Network Object Model Environment". The innovations are largely to provide GNU-licensed protocols for object sharing between GUI applications. GNOME IS NOT A GUI, GTK+ IS THE GUI GNOME USES! GNOME does come with some basic applications that make a fairly basal desktop. For the most part, all you see when you start GNOME is a little panel and some icons. If that's how you judge GNOME, then you're judging the book by the cover.

    This sort of thing has cropped up before. And it has always been due to human error.

    --

    --
    This sort of thing has cropped up before. And it has always been due to human error.
    HAL9000

  168. GNOME has it, it's the sloppy packagers. by mrsam · · Score: 1

    There are no specs to extend, it's the fault of the packagers for not putting in the start menu. For example, take a look at my SmIRC (you can find it on freshmeat). If you install the RPMs, you'll have SmIRC added to both the Gnome start menu, or the fvwm2/AnotherLevel menu, if you're running those window managers. It's just sloppy packaging, that's all.
    --

  169. Does GNOME have a future at all? by beroul · · Score: 1
    GNOME will have no future unless it's stable, convenient to use, and supports the basic features that users want. The release that came with RedHat 6.0 didn't meet any of these criteria, and adding OLE-like functionality isn't going to solve the basic problems. I quickly got fed up with GNOME 1.1, and switched to KDE, which has been much more reliable and does what I need.

    Moreover, as a developer, I can't see myself wanting to develop for a desktop environment written in C, when I can develop for one that's written in C++. I don't think C has much of a future for the development of distributed, component-based applications.

    --

    1. Re:Does GNOME have a future at all? by Anonymous Coward · · Score: 0

      Yeah, Windows was written in C++ put gives you the choice of which programming language you want to program with. We even support Java and we're the fastest performer with Java.

    2. Re:Does GNOME have a future at all? by Anonymous Coward · · Score: 0

      Mind you, the above poster requested a solution that is "stable, convenient to use, and supports the basic features that users want". I can't see a version of Windows that matched these criteria, I'm afraid...

    3. Re:Does GNOME have a future at all? by C.Lee · · Score: 1

      > Moreover, as a developer, I can't see myself wanting to develop for >a desktop environment written in C, when I can develop for one that's >written in C++.

      Yo moron! Who's *ASKING* you too? Quite frankly you won't find very many takers for the ports of Windows Crippleware you are peddling amongst linux users anyway....

  170. Disappointment with GNOME by ZioPino · · Score: 1

    I've been a strong advocate for GNOME since version 0.3. I knew about KDE but I decided to "suffer" a little in order to promote real free software. Then I talked with some of the folks of KDE at the last LWCE and decided to give KDE a try. KDE rocks. These guys not only did a GUI that works today but they spent a good deal of time and effort in making everything consistent and simply a pleasure to use. I agree, it looks a little too Windowish but this can be fixed easily with both KDE 2.0 and themes or using E for the WM (the development version has KDE support). If the widget set was the big problem that caused the creation of a new project, GNOME, I'm disappointed in that decision. It would have been much faster and simpler to write a free version of Qt, in other words help the Harmony project, instead of trying to reinvent the wheel. The current version of GNOME is far from being complete or even comparable with KDE. The file manager never worked and now the GNOME team decided to rewrite completely. Not a good sign. Excuse me but I believed that one of the strong points of of OSS was to promote code reuse, with GNOME we keep rewriting code over and over. Since KDE is an Open Source project, if you don't like something about it just grab the code and change it. Last time I checked the KDE folks where more than happy to see more people helping them and they showed good attitude and realist goals.

    Take care,

    --Paolo

    1. Re:Disappointment with GNOME by Bizzaro · · Score: 1
      If the widget set was the big problem that caused the creation of a new project, GNOME, I'm disappointed in that decision. It would have been much faster and simpler to write a free version of Qt, in other words help the Harmony project, instead of trying to reinvent the wheel.

      I think it's pretty obvious that GNOME + Harmony frightened Troll into changing the Qt license. If they did not, they would have lost all the KDE developers to the Harmony toolset and many others to GTK+.

      The file manager never worked and now the GNOME team decided to rewrite completely. Not a good sign.

      GMC did "work", and I think it is a GOOD sign that the GNOME developers recognized that something needed to be improved. It shows that the project is still alive and growing.

      Excuse me but I believed that one of the strong points of of OSS was to promote code reuse, with GNOME we keep rewriting code over and over.

      This is a broad accusation you just made about all of GNOME, but you're basing it on one program. Don't tell me KDE never scrapped an idea.

      Since KDE is an Open Source project, if you don't like something about it just grab the code and change it. Last time I checked the KDE folks where more than happy to see more people helping them and they showed good attitude and realist goals

      Ummmm. And this isn't true about GNOME? Last time I checked, there were many many welcomed contributions to GNOME. You have to watch these baseless accusations you're making.

      This sort of thing has cropped up before. And it has always been due to human error.

      --

      --
      This sort of thing has cropped up before. And it has always been due to human error.
      HAL9000

    2. Re:Disappointment with GNOME by Kyobu · · Score: 1

      Ahem. KDE has a new file manager too. Konqueror, it's called. I just read about it on Slashdot. Admittedly, it's a newer story.

      --
      Switch the . and the @ to email me.
  171. Fed up with Gnome vapour announcements by Anonymous Coward · · Score: 0

    May be people have enough of Miguels big-mouthed attitude. He really gave GNOME a bad name considering his remarks about KDE or the false information by releasing premature stuff as the ultimate thing.

    GNOME is nice, looks pretty and has some 'personality', although the recent RedHat plans to turn it into a windows clone will likely kill that.
    BUT, PLEASE don't state it has the necessary maturity to move on to a totally new version.
    KDE made big improvements from 1.0 to 1.1, and even 1.1->1.1.1 was a big step. KDE 2 will be totally new.
    So why hould anybody be excited about Miguels babbling. He just reiterates what has been promised for ages (some Gnome advocates even state its already implemented).

    The really sad thing, however, is that Miguel wants to go with Baboon instead of working together with the KOM/OpenParts guys.
    Here goes another chance of cooperation...

  172. Who said anything about crippleware? by Anonymous Coward · · Score: 0

    He is just pointing out that coding GUI in C is insane...

  173. Rocky times in Redmond. by mrsam · · Score: 1

    Does it seem like there's much more NT/Win trolls in here than usual? What gives?

    We need a new name for these posters. My suggestions: wintrolls.
    --

    1. Re:Rocky times in Redmond. by Bizzaro · · Score: 1
      We need a new name for these posters. My suggestions: wintrolls.

      And the anti-GNOME/pro-KDE posters can be called trolltrolls :-)

      This sort of thing has cropped up before. And it has always been due to human error.

      --

      --
      This sort of thing has cropped up before. And it has always been due to human error.
      HAL9000

  174. And the anti-KDE trolls can be called... by Anonymous Coward · · Score: 0

    dumbtrolls :)

  175. Re:Enlighten me then by Anonymous Coward · · Score: 0

    Okay, I agree with that, default configurations for the average user should have a single screen. But what about people who aren't "average" users? Can someone become familiar with an environment first, then find out about multiple workspaces that is rumoured to exist? Is that a bad, counter-productive thing?

  176. Yes, The fault DOES lie with RedHat by Anonymous Coward · · Score: 0

    No, RedHat has a few flaws that make their configuration act unintuitive even for Windows users. A Windows user expects: 1) When they open a new Window it has focus 2) When they click anywhere on the Window it gains focus 3) Icons are meaningful RedHat's default: 1) When you open a Window it normally doesn't gain focus. 2) Focus is only gained if the titlebar is clicked. 3) The icons down the side mostly have the RedHat logo.

  177. Re:Enlighten me then by JaneDoe · · Score: 1

    Evidently you have decided that we must all cater to the lowest common denominator. Our schools do it, newspapers, television, I refuse to lower myself down to using one screen just because someone else can't comprehend it. One size does not fit all. If you're going to use that argument, Don't read books, some people are illiterate! Don't use the web, some people don't understand!

    The average user needs to have us help them configure things. I'm not saying my grandmother should run GNU/Linux, she should use what ever is easy to use and works. But she should have the choice. My mechanic fixes my car, I fix their network so they can order parts. Do what you do best and use what works best for you.

    One Last Thing, in KDE you can turn the virtual desktops off.

  178. Ha Ha Ha ... Flamebait ^^^^^ by WillAffleck · · Score: 1

    Yeah, right.

    ROTFL

    --
    Will in Seattle
  179. miguel get off your arse. by Anonymous Coward · · Score: 0

    i should point out that gnome 1.2 has several "undocumented" bugs that everyone seems to know about but no one does anything about. Heres an example : try adding a GtkHScrollbar to a GtkText Widget ...it shows up fine but doesnt actually work..a fact thats not documented anywhere that i can find. The text example has thoughtfully turned linewrap off so you wouldnt notice that horizontal scrolling is not supported. damn it ppl - DOCUMENT non working code..at least display a warning or something...dont just leave it there without any explanations.

    1. Re:miguel get off your arse. by ChrisJones · · Score: 1

      When are people going to stop being stupid?

      You are complaining GNOME has bugs, but then you start talking about GTK widgets.

      Sounds like you should be talking to the GTK people to get those fixed.

      (Oh yeah, and put your GtkText widget inside a ScrolledWindow widget. You should find it now works properly).

      --
      Chris "Ng" Jones
      cmsj@tenshu.net
      www.tenshu.net
  180. The Future of Gnome by Anonymous Coward · · Score: 0

    There are alot of things that will be interesing to the future of Gnome

    1. Enlightenment - Raster after his departure from redhat has said that he wants to turn enlightenment into a DE on its own and that if gnome support gets in the way, he'll leave it out. Gnome should always allow one to use any window manager but it really needs a default gtk based wm. For the transitioning windows user and users that are not "computer geeks" need a wm that only does what gnome doesn't, no extra menus and buttons and window behavior like that of windows. They need to be able to change event sounds and themes in ONE place.

    2. Esound - The gnome people are gonna be ditching it and creating their own sound mixing daemon. What we really need is a universal sound mixing daemon that all linux apps use. We can't expect mom and dad and other "computer illiterates" to change sound daemons or turn off a peticular sound daemon to run different apps and games.

    3. Wizards - The Gnome people are working on alot of fancy stuff, what about stuff future users are really gonna need like printer and internet connection wizards. The people that linux is going after, the "computer illiterate windows user" usually hops on his PC to do 2 things, print stuff and surf the internet. Gnome and Kde have GUI dialers but they need to be more user friendy. As a sidenote, does anyone know why the Gnome-network package wasn't included with RH6.0, it had a gnome-ppp a gui dialer that would be easier for beginners that writing the scripts.

    4. Toolkits - isn't it a little annoying to be using 4 or more commomn toolkits in linux. GTK themes in Gnome are beautiful but only on GTK apps. Another thing, are ISV's gonna use GTK or something that has commercial support like QT. Personally I think they'll end up using QT. Also I heard that KDE is gonna make gtk themes compatible with KDE Themes, this would be very cool.

    5.But it looks too much like windows - It has to, Gnome and KDE are going after windows market share, it has to behave similair to windows to make transitioning linux user feel comfortable. If you don't like Gnome there are plenty of other WM out thier that look nothing like windows. And forget what whats really bad about windows, not necessarily its plain boring looks, its stability!

    Personally I like KDE and Gnome, I use gnome because I like the themes and the toolbar applets. But I think that for alot of users, users that actually like windows they are gonna be more comfy with KDE. I also sincerely hope that the KDE and Gnome people work together. Its a win win situation.

    1. Re:The Future of Gnome by ZioPino · · Score: 1

      They need to be able to change event sounds and themes in ONE place.

      Agree but that doesn't require a specialized WM. If KDE and GNOME have a standard way of communicating something like: "Hey, I'm changing theme, I'll use the "XYZ" theme. Please synchronize". We, of course, need a standard (XML based ?) "Theme Description Format" but that's doable. Even in the case of synchronizing WMs people don't want to write the same theme for the Desktop Manager and the Window Manager. Still, this looks more interesting and clean to me that writing a dedicated WM. It also gives more freedom to the power user to select the WM, once all the WMs conform to the API.

      --Paolo

  181. Enlighten me then by Anonymous Coward · · Score: 0

    Explain to me why multiple workspaces are bad. I found them useful in grouping together related windows. Web browsing in one workspace, ftp connections in another, development in a third, and some software documentation in a fourth, on a 14 inch monitor running Blackbox. And, I've read somewhere that BeOS's workspaces can have different color depths, which is pretty usefull if you are say, making a webpage that has 24 bit images, and you want to see what it looks like at 8 bit color. Why is it nonsense? (And somebody please respond, I hate being insulted w/o anybody explaining my ignorance).

    1. Re:Enlighten me then by Anonymous Coward · · Score: 0

      Because they'll confuse the average user that expects only one screen. They'll accidentailly change screens and go - "oh shit! where's my work gone?"

  182. Re:NT doesn't need GNOME by warmi · · Score: 1

    What X is lacking is an API to interface with WM to do things like adding, replacing menu items etc...
    This API would give programmer a chance to implement many things automaticaly. There is really no reason why these things are left solely to the user. It is computer after all, it can easily handle issues like that.

  183. Re:GMC? and incompatibilities by Anonymous Coward · · Score: 0
    GNOME stands for "GNU Network Object Model Environment". The innovations are largely to provide GNU-licensed protocols for object sharing between GUI applications.

    The GNOME acronym came first, the explanation later. I guess they just wanted to have a funny counterpart of "Troll". In the beginning GNOME had very little to do with networking. Even CORBA is pretty useless without an object model, Gnome panel applets are not considerably more powerful than Window Maker applets, despite CORBA.

    GNOME IS NOT A GUI, GTK+ IS THE GUI GNOME USES!

    Well, not quite. GNOME extends/adds many widgets, thus GNOME apps look a bit different than plain GTK apps.
    In fact, GNOME (like KDE) is a GUI, a desktop 'manager', a app development framework and (soon) a distributed object framework based on CORBA. Unfortunately GNOME will likely be incompatible to the much more advanced KOM/OpenParts object model that KDE uses, and they use non-CORBA-compliant authentication, which may even make IIOP communication impossible.

    B/A

  184. Typical LinuxUser Response To This by Anonymous Coward · · Score: 0

    "fix if yourself, you have the source". "its still in beta", "its not even bayta yet" Hell, if I had time fix bloat/bugs in WMs, I would just write my own WM.

  185. Has anyone actually read about the gnome 1.2/2.0? by RyanMuldoon · · Score: 2

    I am disappointed to see the high amount of flames and trolls taking place. If people actually take the time to read about what Gnome is doing with CORBA, XML, and bonobo. People are immediately assuming that bonobo and CORBA are going to bring on more bloat, but the idea behind these concepts is to reduce bloat and increase power. I have been following Gnome development fairly carefully, and I am very impressed with what they are coming up with. They are making great effort to implement everything correctly and elegantly. They are redoing their file manager to make it more powerful, faster, and more embeddable. Their new mailer is going to be truly next-generation. Their gnome-workshop will include the Gimp and Gnumeric, which are both already very advanced applications, as well as AbiWord, which is developing nicely. They are also working with the LyX people to do a *correct* gnome port, rather than how the KDE people did it; they will be using the LyX gui abstraction code to do things cleanly. Gnome is an extremely nice environment, and it is very configurable. Gnome 1.2 and Gnome 2.0 will be very impressive products, and they will be far more streamlined and faster than the previous generation. Please withold your flames until you actually research what GNOME is up to.

  186. I think in Redmond they just troll slashdot by WillAffleck · · Score: 1

    I mean, they take about 5 minutes ordering their lattes. Real Seattleites know their barristas and will say "Yup" in response to the question: "You want your regular, Jim?".

    Besides, we drink Chai or tea in the real Seattle nowadays.

    --
    Will in Seattle
  187. Why there are so many MSFT minions today by WillAffleck · · Score: 1

    I think they've been given marching orders again. After their dismal failures in the InfoWorld fora, they've decided slashdot is the enemy.

    Hey, guys, lighten up. Go to HempFest or something and get a life.

    --
    Will in Seattle
    1. Re:Why there are so many MSFT minions today by Overt+Coward · · Score: 1
      The increase of trolls in the last few days probably has to do with a bunch of bored kiddies at the end of summer break who decided to get their jollies on Linux related/friendly web boards because of all the attention from the Red Hat IPO.

      They'll probably go away in a week or so when school starts up.

    2. Re:Why there are so many MSFT minions today by Gregg+M · · Score: 1

      Yea I would have loved to be walking around the "CAMPUS" on the day Red Hat IPOed!
      That would be sweet.

      RHAT -- 14 ---------> Ha losers

      RHAT -- 25 ---------> What..

      RHAT -- 35 ---------> Crap

      RHAT -- 45 ---------> Damm... Crap

      RHAT -- 55 ---------> Sh*t what the F*ck!

      --
      Linux is only free if your time has no value. Windows is only free if you threaten to use Linux.
  188. Re:NT doesn't need GNOME by GrenDel+Fuego · · Score: 2

    Uhhh..
    I saw about 15 posts from you saying that linux isn't worth it because the menus dont' get added automatically.

    Someone tells you that you can add them automatically, and you say that you'd rather do it manually than use the tool that is provided?

    I always wonder why people like you bother talking. You just want to complain about problems. You ignore any possible solutions, and then just go on doing what you normally do.

    You're not interested in learning anything, just convincing yourself that your way is the right way.

  189. Exactly. A decent CORBA implementation is better by WillAffleck · · Score: 1

    I agree, trying to add OLE gigo would be a waste. Better off getting decent CORBA implementations anyways - more bang for the buck and better able to integrate into the enterprise.

    And don't even get me started about OLE+ - what a turkey.

    --
    Will in Seattle
  190. Re:NT doesn't need GNOME by Anonymous Coward · · Score: 0

    You go install Litestep and see if all of your menus work. They wont. You have to edit the step.rc that comes with the default litestep theme or whatever theme you install. it's a hassle. it takes a while to get it like you want it. (though there now are utils to help do this ;) Other than that i love litestep. if they could smash all the bugs it'd be a win9x/NT dream.

  191. Gnome has a very unstable future. by Anonymous Coward · · Score: 0

    Despite Miguels plans with no code to back it up, Gnome development has become very unfocused and uncoordinated. As evidence of this look at the mailing lists archived at www.gnome.org. There is no direction for Gnome in the future. Contrast this to KDE, which already has a ton of working code for KDE2.0 (screenshots are on www.jorsm.com/~mosfet/screenshots.html) that does more than the Gnome vapour....

  192. Re:NT doesn't need GNOME by Anonymous Coward · · Score: 0

    That has nothing to do with X. X is for network transparent display management on a basic level, not much more.
    What you want, is a standardised spec for accessing window manager features. The makers of kwm, E, window maker, blackbox etc. are currently working together to provide that.

    In the meantime distributions like Debian and SuSE (susewm) offer automatic menu generation through custom solutions.

  193. Don't expect *that* to be covered here by Anonymous Coward · · Score: 0

    KDE has already had it's one slashdot story this month. Now all the rest must be Gnome coverage.

    1. Re:Don't expect *that* to be covered here by Anonymous Coward · · Score: 0

      It's because Slashdot is owned by RedHat. They also never publish any pro Windows articles

  194. NT = Not Tested by WillAffleck · · Score: 1

    Which, sad to say also applies to Windows 2000.

    Actually, I should say, it's not that it hasn't been tested, it's just that noone did anything to fix the problems found in the tests, because "they were not cosmetically significant".

    I remember the old days with MSFT and how, if it was a bug, you just coded to create an error message to pass certification, not actually fix the code ...

    --
    Will in Seattle
  195. Re:GNOME/Enlightenment too big & slow - I like 4Dw by claes · · Score: 1

    I like fvwm as well, but it too has bugs. Sometimes when I place new windows on my screen, it changes to another virtual desktop. And it is annoying that Netscapes find dialog does not get focus automatically.

  196. Give me a break! by Anonymous Coward · · Score: 0
    Oh give me a break. Tell me why the reverse NIH argument couldn't be made against KDE's object model?

    Regardless, Bonobo's object model is far more sane than KDE's mess (look at the number of class members of their respective base classes). Miguel and et. al. nicely stole the best working ideas from OLE, OpenDOC and JavaBeans and they have crafted a very clean well thought out system. KDE's model evolved out of an immature research project, and it shows.

  197. Wow, there is a lot of Windows trolls here... by Anonymous Coward · · Score: 0

    This is a Unix and technology oriented site, where KDE is appropriate. Windows is not.

  198. Funny by VinceJH · · Score: 1

    No comment has been scored down, not even obvious trolls. Come on, at least get the ones in all caps.

    --
    I know I will be moderated down for this, but . . . Vincent
    1. Re:Funny by Jburkholder · · Score: 2

      There is a dire shortage of available moderation points today, for sure.

      Can't moderate when no points show up. (uh, not that I would know :-) )

  199. Re:Mosfet KDE Interview about KDE future on Linux. by Samawi · · Score: 1

    I submitted this story about the KDE interview. Let's see what Slashdot does (bets anyone)?.

  200. Read what you said. by Anonymous Coward · · Score: 0

    KDE is the one here guilty of NIH. The M$ OLE system is not a bad design, althout the MS implimentation is garbage. Gnome is using a known good technology which already has a ton of users.

  201. Re:NT doesn't need GNOME by tallpaul · · Score: 1

    No *you* don't understand. Of *course* you can uniformly access menu entries under NT for *all* of the WM because it only provides 1.

    You can simulate this effect under linux by only using 1 WM. You will find that all your menus are uniform.

    Duh.

  202. Try reading the EDGAR reports, troll by WillAffleck · · Score: 1

    Sheesh, everyone on slashdot knows who "owns" slashdot. And it's not Red Hat. I should know, since I now "own" Red Hat and it isn't one of the Red Hat assets.

    Nice try. Cafeteria shut down in Redmond, troll?

    --
    Will in Seattle
  203. Uh, C++ is fine with GNOME by Anonymous Coward · · Score: 0

    That statement was ridiculous. Sure you can use C++ with KDE, but that's the ONLY language you can use. GNOME allows you to use ANY language. C, C++, Java (a far more sane choice for GUI coding) and a whole slew of others have bindings available for the GNOME ORB.

  204. FVWM? Well, that's your call. by WillAffleck · · Score: 1

    Well, it depends on what you do. For your needs, perhaps. For me, I'm still undecided between KDE and GNOME. I look forward to the next versions of both.

    --
    Will in Seattle
  205. Baffling Accustsations of Slowness/Instability by Anonymous Coward · · Score: 0

    After reading yet another Slashdot story full of comments about the instability and slowness of GNOME, I am forced to shout this from the rooftops:

    What the hell is wrong with you people?!

    I'm running GNOME on a modest system - a PII/233 with a Taiwanese warehouse overstock video card barely able to run at 1024x768x16bit. Everything about GNOME is extremely responsive, extremely stable. The very first 1.0 release did have some issues, none of which I found to be that troubling. They're fixed now. GNOME hasn't given me a moment's trouble in months. There's simply no reason for this kind of bulldata to be spread on Slashdot.

    Reasons why my milage may vary:

    1. I compiled GNOME myself. I simply don't trust someone to package a complex system with lots of dependencies and have it work flawlessly on every setup.

    2. I don't use Enlightenment. I'm willing to bet most accusations of slowness have to do with this sluggish, quirky window manager from the depths of heck. I've been a WindowMaker user long before GNOME, and .60's GNOME integration is great.

  206. Agreed. by ffatTony · · Score: 1

    The first poster was a troll.

    E is good.
    love the sig.

  207. Re:Has anyone actually read about the gnome 1.2/2. by Anonymous Coward · · Score: 0
    The main problems:
    • GNOME should focus on stability and maturity instead of fancy new features
    • GNOME should have gone with KOM/OpenParts (i.e. ported it to gtk, at least be compatible) instead of making their own, half-baked version of an object model.
    Like this, it just seems to be another vapour stunt of Miguel de I.
  208. Re:NT doesn't need GNOME by Thomas+Charron · · Score: 1

    This is not all that window managers do.. They do Window Managment.. What to do with a window when I minimize it is a perfect example.. That's why it's called a Window MANAGER.. Notice the manager part in there?

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  209. Wintrolls - I like it by WillAffleck · · Score: 1

    Good name. You will be written up in the FAQ as the originator of the phrase. Sadly, in ten years, noone will remember what it means.

    ;-)

    --
    Will in Seattle
  210. Whine! Whine! Whine! All you do is whine! by rnturn · · Score: 1
    ``All the icons down the left have that awful RedHat logo on them, it just doesn't work at all''

    I'd assumed that the reason that the desktop icons had the RedHat logo on them was that they were ``links'' back to web pages on www.redhat.com and it made sense to me. If you don't like that icon... change it.

    ``No one can find the default GNOME setup easy to use or user friendly.''

    I doubt that that particular generalization is valid. I found the default settings OK but not quite to my liking (perhaps a little annoying). Big deal. Change 'em. I found the default settings for CDE on DEC UNIX and HP/UX fairly execrable as well (hey, I'm not a big CDE fan but it's better than nothing; certaintly better than the Win95 laptop I have to use to read the company cc:mail). Again, big deal. Change 'em.

    Geez. Can't find anything more important to whine about than the default icons? You GUI whiners slay me. ``[insert-despised-vendor-name here], their distribution blows chow because it come out of the box exactly the way I like it.'' Puhleez.

    --
    CUR ALLOC 20195.....5804M
  211. Here's a clue by Anonymous Coward · · Score: 0

    Slashdot is chock full of Linux bigots who've never been confronted with the truth. I can only speak for myself, but my critical comments are intended as a public service for the unwashed(!) masses.

    And I use neither Windows nor Intel products.

  212. Freedom of Choice, Flexibility = Bullcrap by Anonymous Coward · · Score: 0

    So sayeth the MicroSoftie. And the folks in Redmond wonder why people are fleeing from them. Just keep rooting for your team that way tweedledum, the fans on this side of the field are laughing our butts off at you. "Windows is packaged with Solitaire. Linux is distributed with Doom. You can have your deck of cards, I'll take a chainsaw!"

  213. Re:NT doesn't need GNOME by warmi · · Score: 1

    It might be good standard for GNOME but I happened to run KDE on one box and IceWM on another.
    It doesn't do me much good that GNOME apps have some sort of internall standard , does it ?