Slashdot Mirror


Gnome Begins The 1.2 Freeze

A reader wrote to us with the news from Gnome.org stating that the freeze for 1.2 has begun. Gnome-core and gnome-applets 1.1.1 (Beantown) was released at the same time, but is meant for "advanced users and developers" so play carefully kids. This release marks the last release with new features until post-1.2 - a full list of the new features/fixes is in the changes list of 1.1.1.

84 comments

  1. The Gnomes of yore by J.R.R.+Trollkien · · Score: 3

    Far over the crufty distros cold,
    Through dependencies deep and rpms old,
    We must QA ere break of day,
    "Squash the bugs," we are cajoled.

    The Gnomes of yore make mighty apps,
    We wont fall for the same ole traps,
    Download, install and test, please do,
    And help us fill existing gaps.

    While the Gnomes QA beneath the moon,
    KDE hears the tramp of doom,
    They rpm -e, their desktop falls,
    Beneath our apps, it will be soon.

    --
    -- J.R.R Trollkien, son of Troll, son of Trall
  2. Re:A Total Zealot's Guide to >>Desktop Environment by Arandir · · Score: 2

    Which is why I said "LiteDE".

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  3. Re:Decreasing Stability? Increasing Conflicts? by Zurk · · Score: 1

    gnome applications are expanding phenomenally..the gnome core is also growing exponentially so yes you are going to find stability issues at this stage..its very pre alpha. dopnt forget that gnome has basically caught up with and is surpassing KDE in terms of functionality in half the time.

  4. What happened to KDE today? by Industrial+Disease · · Score: 2

    Somebody submitted a GNOME article, and the editors posted it, because a specific event happened involving the GNOME project within the last day or two. In particular, the release of a new development version, and a feature freeze in preparation for the next full release. This is new information.

    Do you have any new information on KDE? Did some event of interest happen in the KDE world? If so, then submit a KDE article and hopefully the editors will post it. If not, there are lots of places where interested readers can look at old information on KDE.

    Slashdot is biased towards new information; in other words, news. This is the way it should be.

    --
    Weblogging Considered Harmful:
  5. RedHat is just a "bad repackage" of slackware. by Anonymous Coward · · Score: 0

    Everyone hops all over linuxone for doing it but we let RedHat get away with it. Why wasn't there a large outcry over RH repackaging everything slackware put out and then doing it badly? How is that so different? Why are they surprised at these results? It's a crappy distro for wintel kiddies who can't figure out how to RTFM so it runs like milktoast. What do we expect?

  6. Re:The real news, NSA closed for snow today by SeanNi · · Score: 1

    Howabout because.... it's OFFTOPIC???

    Howabout because... nobody CARES???

    Howabout because... it's NOT news for nerds???

    Howabout because... the number of people who live in or do business with DC compared to the number of people who read Slashdot is so small that it's not worth putting up a story about it being largely shut down for one whole day?

    It's just not relevant. It was rejected, and rightly so!!!
    --
    - Sean

    --
    It's a fine line between trolling and karma-whoring... and I think I just crossed it.
    - Sean
  7. Re:Decreasing Stability? Increasing Conflicts? by waldeaux · · Score: 1
    gnome applications are expanding phenomenally..the gnome core is also growing exponentially so yes you are going to find stability issues at this stage..its very pre alpha.

    Funny. It doesn't say alpha on the releases. I completely concede that it's done great in a short time, but the exponential growth is a blessing and a curse: we get lots of potentially fantastic applications, but keeping them under control, setting standards, etc. becomes (has already become) impossible to accomplish.

    And if I sound like I'm complaining, I'm really not. I got along for years withuot StarOffice, and I'll do so again (since I seem to have to). I dno't have the time to write my OWN competitor to GNOME, and I don't want to. I just hope that this explosion gets contained before it's one heap of unrealized potential.

  8. Re:Decreasing Stability? Increasing Conflicts? by Nodatadj · · Score: 2

    Just out of interest, what does Staroffice not working got to do with you changing from E to Sawmill? Staroffice crashing is a Staroffice fault, nothing to do with GNOME.

  9. Re:Decreasing Stability? Increasing Conflicts? by sec · · Score: 1

    So, what makes you think that your StarOffice problems have anything to do with GNOME? You said yourself that you upgraded a bunch of other things at the same time.

    Also, why are you complaining here? Complain to the developers. File bug reports. It doesn't take any longer, and you will be much more likely to get the ear of someone who's actually in a position to fix the problem.

  10. Re:Decreasing Stability? Increasing Conflicts? by DrCode · · Score: 1

    If a piece of free software doesn't work for you, then don't use it. My impression is that Gnome has a prettier interface than KDE, but is not yet as stable. And I've been using KDE for more than two years now with virtually no problems. I've also found that WindowMaker makes a very stable and easy- to-use software environment. Don't knock Linux just because one of the packages you're using isn't sufficiently complete. Similarly, if gedit doesn't work for you, then try emacs (or xemacs for a more GUI version). Emacs never, ever crashes in my experience. You do have a point about the lack of an incremental linker; it would be nice. But 5 minutes to link? At my previous job, I was linking about 20K lines of C++ code in less than 20 seconds on a PPro200. At my current job, I'm writing in Java, which doesn't even require linking. So perhaps nobody has really considered incremental linking all that important. What I consider really important is that gcc has been very stable for me, and that the source is available so that I can easily create cross-compilers targeting platforms other than the one I'm developing on. Can you do that with MS's tools? That's really sorry... :-) On the other hand, I have heard that Cygnus now supports pre-compiled headers in its C/C++ compilers. This should give more of a speed boost, although I haven't tried it.

  11. Qt status in platforms by Roberto · · Score: 1

    The QPL does not make any distinction between platforms. If you want free Qt on windows, it's just a matter of porting.

  12. Re:Decreasing Stability? Increasing Conflicts? by dmaze · · Score: 1
    I suspect there are a couple of factors at work here:
    • Most people who actually write code use stable, proven tools. I write most of my code in XEmacs, and also use vim a great deal. Other people rely on FSF Emacs, plain vi, jed, joe, and other editors that have been around "a while". At least in my corner of the world, people just don't use these newfangled programs like gedit.
    • For people to want to work on free software code, the code has to want to be worked on. Both the GNOME and Gtk code I've looked at has been pretty hostile: there are almost no comments at all in any of the code, and one has to dredge through miles of source to figure out what's broken and how.
    • For that matter, the underlying toolkits need to be documented a lot better. There continues to fail to be a complete, functional set of documentation for Gtk+ or for the GNOME libraries. This is really annoying for people trying to work on end-user applications.
    Really, the GNOME people need to put more effort into making their source tree developer-friendly, and into writing useful documentation. Until then, I suspect free software developers who might otherwise be anxious to work on GNOME code will run screaming.
  13. damned tasty by Anonymous Coward · · Score: 0

    Jeez, those screenshots are amazing. This one is the best. My question is, since when have you had the capability to have transparent window borders??
    That is soooo damned cool.

    http://enmasse.penguinpowered.com/

    1. Re:damned tasty by Roberto · · Score: 1

      Those are not really transparent window borders, they are shaped.

      Ie: you don't have an alpha channel, but just a mask.

      Those have existed for E and KWM for ages.

  14. None! Text-only displays rule! by Anonymous Coward · · Score: 0

    I also find it appauling that X can (1) die in such a way that it locks the display and keyboard so that only telnetting in from another machine and killing X can break the lock and (2) that X can deny display access even to root if xhost is told to be uppity.

  15. Re:Linux Journal article by Skeezix · · Score: 2

    Slashdot is not biased towards GNOME. When KDE went into the feature freeze, it was mentioned on /.. Incidentally, what does what the Linux Journal publishes have to do with what /. publishes?
    ----

  16. Re:Which is the preferred desktop environment? by dara · · Score: 2

    Personally, I don't give a damn which desktop is prettier, nor what a poll would say at this point. The real issue for most users is (as you would guess) usability. How fast and how many mouse clicks (or keyboard shortcuts) does it take to perform a certain action (and is it even possible to perform this action?).

    I have used KDE 1.x a fair amount, briefly played with pre-2.0 (a lot of which is unusable), tried the most recent Redhat 6.1 binaries for GNOME, as well as some projects outside these two desktops (Netscape, Staroffice, Wordperfect). I find certain things easier in Gnome (the addressbook is much better than KDE's), other things easier in KDE, and certain things easier in outside projects. Hence mix and match is still the reality for me. In the future, if there is enough cross-fertilization and evolution, I might be happy doing everything in one project.

    As far as the license thing goes, I only give a damn about QT not having the same status across platforms as does GTK. In my mind, I want to learn to use (and to contribute to one or two) software projects that are ported to as many OS platforms as possible (Linux/*BSD, Windows, Mac, OS/2, Be, ...). Then I can teach what I know to as many other users as possible. Kword looks to have great potential, but if AbiWord has what I need (not yet), I'd rather become familiar with that program as my standard word processor, since I can use it on Windows and Linux.

    I'd love to see some sort of database on the web that compares the functionality of the components of the different projects (Gnome, KDE, Gnustep, ...). I know some people are keen on the idea that competition results in faster improvement. If this were true (and I'm not sure that it is), it would be even better to have each component in a class be compared with one another as opposed to comparing entire desktop projects. (e.g. which is more usable: Excel, StarChart, Gnumeric, Kspread, Oleo, or something else?). Last time I looked at http://sal.kachinatech.com/index.shtml, it didn't have direct comparisons, but perhaps this has changed.

    - dara (written with AbiWord for Windows)

  17. moderate UP! moderate UP, NOT DOWN!!! C'mon guys! by Anonymous Coward · · Score: 0

    OK who the hell moderated THIS succint posting to a FLAMEBAIT? HE'S RIGHT! I've had more problems with KDE locking up and compatibility issues with legacy X apps than GNOME. Just TRY to run XWPE in KDE and see what happens! KDE is a baby sucker offering. A plodding elephant with no memory.
    Look at what Corel did with it! IT SUCKS. GNOME forever. You go, truefluke, you're the man!

  18. Re:because GNOME is L/GPL and KDE is not by Arandir · · Score: 2

    And what, pray tell, is not Open Source about KDE? Every one of its files are either GPL, LGPL, Artistic, or BSD. Every one if its files, singly or collectively, may be freely distributed, modified or both.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  19. Re:A Total Zealot's Guide to >>Desktop Environment by Arandir · · Score: 2

    "High-quality open-source Desktop Environments available for your favorite unix-style OS: KDE, Gnome"

    And coming up: Enlightenment as the "LiteDE".

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  20. (off-topic) pronounciation of "GNOME" ? by semis · · Score: 1

    Is there a .au of Miguel saying (like Torvalds) "hello my name is Miguel and I pronounce Guh-nome and Guh-nome" ?

    All my friends pronounce it as Gee-nome, (as in the g-nome project), while other's call it nome.

    I wanna set this straight ;)

    1. Re:(off-topic) pronounciation of "GNOME" ? by jrb · · Score: 1

      It's pronounced Guh-Nome. Like Guh-Nu.

    2. Re:(off-topic) pronounciation of "GNOME" ? by X-ViRGE · · Score: 1

      http://www.gnome.org/gnomefaq

      It's one of the first questions.

  21. Version and KDE by Anonymous Coward · · Score: 0

    Gnome reaches ver 1.2 while KDE is stil on 1.1.2 ;)

    Ok, I know the version numbers are different etc. What ahs happened to KDE recently? There's been no fresh news on http://www.kde.org for 15 days and kdeforum.org stopped functioning last year. Same story on the KOffice site.

    What goes on!?

    1. Re:Version and KDE by Anonymous Coward · · Score: 0

      look at www.mosfet.org

    2. Re:Version and KDE by Anonymous Coward · · Score: 0

      KDE sucks and everyones given up on it. go gnome !

  22. Don't code much, do you? by Anonymous Coward · · Score: 0

    Nah, I guess you're too busy taking the bait from Trolls on /.

    You're probably just some karma-whore who is jealous other people get moderated up, so you bitch about it AC? Why don't you fuck off. I thought it was funny.

  23. Coding a KDE app right now by Anonymous Coward · · Score: 0

    And I think all of you people, including the original poster and you, are total loosers. Your as much as a karma whore as the other, and the song is junior high school level flamebait from a Gnome advocate that gets moderated to 3. But that is to be expected. Fucking kids.

    1. Re:Coding a KDE app right now by Anonymous Coward · · Score: 0

      wahhh, wahhhh. booo hoooo. if you don't like it, don't take the bait from a troll. dumbass.

  24. THE G IS SILENT DUMBASS!! by Anonymous Coward · · Score: 0

    FOR THE LAST FUCKING TIME. THE G IS SILENT. LOOK IT UP IN ANY ENGLISH DICTIONARY. ALL YOU GNOME USERS ARE IDIOTS. NOT ONLY DO YOU FLOOD THE LINUX COMMUNITY WITH BAD SOFTWARE, BUT YOU ALSO HAVE TO BE IGNORANT AND FLOOD SOCIETY WITH YOUR BAD ENGLISH SKILLS.

  25. Re:Quick Survey by The_H0und · · Score: 1

    38a. All of the above on login
    38b. Round Robin selection at login.
    38c. Random at login.
    38d. Least used by time at login.
    38e. Least used by total distance mouse traveled at login.
    38f. Least used by total keys pressed at login.

    Or, mine
    39g. Random selection of 38a-38f at login.

    --
    Plenty of projects, not enough developers...
  26. Re:Wrong, slashdot *is* biased, and here's proof by Skeezix · · Score: 2

    I think it's fairly obvious where the bias is here. Read your statement and think about what you are saying. First of all, I have looked at the /. stories related to Gnome and KDE. As a general rule when there is a newsworthy story related to either project, and it is submitted, it gets posted. As I look at the KDE news page, and the Gnome news page, then look at the stories that have made it to /. regarding either, I see a very evenly distributed coverage. Not every gnome item submitted makes it to /. and not every KDE item submitted makes it.
    ----

  27. Re:A Total Zealot's Guide to >>Desktop Environment by Skeezix · · Score: 2

    it's all semantics...
    ----

  28. Re:Decreasing Stability? Increasing Conflicts? by Skeezix · · Score: 2
    Am I the only one noticing increasing problems trying to keep GNOME-related software afloat?

    There are pieces of Gnome software that are rather buggy, yes. There are pieces of KDE software that are rather buggy as well. Overall, my personal experience with October Gnome has been exceptionally good. That is to say, the core elements of Gnome are wonderfully stable at this point. And many of the peripheral Gnome Applications such as Gnumeric, GnomeICU (with the release of 0.90, this is easily the best ICQ clone available), x-chat (the latest development version is incredible), grip (how could I live without this application?), and others, are absolutely top-notch in terms of stability, functionality, and usability.

    I just changed from Enlightenment to Sawmill. Now StarOffice crashes when I try to run it. (That's not the only change I've made, I've upgraded other things.)

    This clearly has nothing to do with Gnome. :)
    Try looking elsewhere.


    ----

  29. Re:because GNOME is L/GPL and KDE is not by Zurk · · Score: 1

    hmm..then why did the harmony project die ? simple. QT used the QPL to kill it. period. anyway, i dont give two shits about KDE and no one is holding my hand - im happy with AfterStep and thats what im sticking to.

  30. Re:because GNOME is L/GPL and KDE is not by Arandir · · Score: 2

    "QT used the QPL to kill it. period."

    With what? A gun? A knife? Don't be ridiculous. Harmony was started because Qt wasn't free. But when Qt became free, there was no longer any need for Harmony. No one was interested any more.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  31. Which is the preferred desktop environment? by mjuarez · · Score: 0

    Why doesn't Slashdot run a poll asking what
    desktop environment slashdotters prefer?
    Personally, I use KDE. I don't give a damn
    about that license, which only restricts the
    end user, if the end user is a developer.
    Otherwise, it's exactly as free as the GPL.
    And the fact that KDE is prettier also has
    some weight here...

    1. Re:Which is the preferred desktop environment? by Zurk · · Score: 1

      i prefer AfterStep and detest GNOME and KDE..its all about personal preferences anyway.

    2. Re:Which is the preferred desktop environment? by lintux · · Score: 1

      I myself really like bash 2, with the perfectly working filename completion and w3m for websurfing. And if you like to use the mouse, just start gpm to get a nice copy'n'paste feature in almost every terminal-based program. And it even runs on my 2-color HGA screen.

    3. Re:Which is the preferred desktop environment? by Anonymous Coward · · Score: 0

      That's the stupidest argument I've ever heard. Linux exists today BECAUSE developers were not restricted.

    4. Re:Which is the preferred desktop environment? by lubricated · · Score: 1

      How can you say kde is prettier. It looks like windows. gtk+ is themable. It can be made to look just as ugly as kde. gnome has better icons. Unfortunatly of you are using kde you can't tell because it does a horible job of rendering gnome icons in its gnome menu. With the alpha channel suport in gnome 1.1.1 the icons look even better. and gnome manages to display kde's icons just fine. That and kde didn't get fullcolor icons untill kde 1.1.2. Also kde will only let you choose icons for your stuff from two directories and only in xpm format.

      --
      It has been statistically shown that helmets increase the risk of head injury.
    5. Re:Which is the preferred desktop environment? by Foogle · · Score: 1
      How do the so-called "restrictions" on Qt prevent Linux developers from using it? If your programs are going to be released as open source anyway it's not a big deal. The only other "restriction" is that all modifications to the source be released as patches. That's not really a restriction, it's barely even a nuisance. Get over it already.

      -----------

      "You can't shake the Devil's hand and say you're only kidding."

  32. Core only by Nodatadj · · Score: 3

    This freeze is only for the gnome-core package, NOT for the whole of GNOME.

  33. Stable! by gregj · · Score: 2

    This is the most stable -- unstable gnome code I have ever used. I have had zero problems so far on a previously stock rh6.1 + gnome december rpm updates. Dont be afraid!... give it a whirl.

  34. The real news, NSA closed for snow today by Anonymous Coward · · Score: 0

    DC area closings here. Yet another rejected news item.

  35. Linux Journal article by gis · · Score: 0

    It disturbs me a little to see Slashdot again biased towards GNOME. There are two articles in Linux Journal, one about KDE2, another about GNOME. GNOME got a story on Slashdot, KDE did not.
    Read here

  36. Re:Slow?? by 348 · · Score: 1
    Sorry for the double post, I thought I stopped it in time.

    Never knock on Death's door:

    --

    More race stuff in one place,
    than any one place on the net.

  37. NOT all of GNOME by Havoc+Pennington · · Score: 5

    Note that gnome-core (panel, session manager, some other desktop components) will have a 1.2 release, but gnome-libs, control-center, and some other components will be jumping straight to 2.0 and will come out some months after gnome-core does. gnome-core will also get a 2.0 update. So this is not GNOME 1.2 but "Half of GNOME 1.2" the other half of GNOME will go straight to 2.0 over a longer timeframe.

  38. Quick Survey by jd · · Score: 2
    Of the following, which do you use, which would you -like- to use if it had all the stuff you wanted, and which did you eat this morning, when you found the Cheerios had frozen solid?

    1. KDE
    2. KDE2
    3. Gnome/Enlightenment
    4. Gnome/FVWM2Gnome
    5. Gnome/WMG
    6. Gnome/Something Else
    7. ROX
    8. Window Maker
    9. Xstep
    10. Afterstep
    11. AEWM
    12. AmiWM
    13. Blackbox
    14. Efsane
    15. EPIwm
    16. EvilWM
    17. FLWM
    18. IceWM
    19. LWM
    20. MLVWM
    21. PLWM
    22. Sapphire
    23. Sawmill
    24. SCWM
    25. VTWM
    26. WM2
    27. WMX
    28. UDE
    29. QVWM
    30. FVWM
    31. FVWM2
    32. FVWM95
    33. OLWM
    34. MWM
    35. OLVWM
    36. TWM
    37. Sunview
    38. All of the above
    39. I use Berlin and don't need these!
    40. I'm agnostic, and believe in all of them.
    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:Quick Survey by Filgy · · Score: 1

      How about Enlightenment without gnome? Not everyone runs Enlightenment with gnome.

      --

      -- filgy
    2. Re:Quick Survey by Anonymous Coward · · Score: 0
      JD,

      This is the most BLATANT troll I've seen since the last Katz thread. You should be ashamed.

  39. Slow?? by 348 · · Score: 1
    Something to do today while we're snowed in on the east coast.

    Although I'm a little aprehensive, a buddy of mine has it up and running already and says it is very slow at times, he's still tweaking but not having much luck. However from what he says it's a GIANT leap in the right direction. Very slick.

    The FTP links:

    ftp://ftp.gnome.org/pub/ GNOME/unstable/sources/gnome-core/ ftp://ftp.gnome.org/p ub/GNOME/unstable/sources/gnome-applets/

    Never knock on Death's door:

    --

    More race stuff in one place,
    than any one place on the net.

  40. Grats to the Gnome gods! by Outland+Traveller · · Score: 1

    I've used both KDE and Gnome with various combinations of window managers and distributions recently, and while both are perfectly good solutions, there's a couple simple things that gnome does that I personally find endearing:

    1. The high quality of the icon artwork.

    2. The graphical virtual window manager. For some reason I like the little grid a whole lot better than the "one,two,three,four" buttons.

    In addition to these "hard" first impressions I find I'm also drawn to gnome for some purely subjective feelings that GTK is more in the open source spirit than qt, and that gnome pushes the destop manager envelope a little further than KDE. I like the "try" button better than "apply"
    for example. It seems to make more sense. I dislike the "explorer" windows being cluttered with buttons, however.

    Keep in mind that these are just feelings, and I can't really make a logical arguement for them. I continue to use my KDE desktops alongside my gnome ones. Both desktops are very useful to me and I haven't had serious stability or performance problems with either one.

    Cheers,
    -OT

  41. Slow?? by 348 · · Score: 3
    Something to do today while we're snowed in on the east coast.

    Although I'm a little aprehensive, a buddy of mine has it up and running already and says it is very slow at times, he's still tweaking but not having much luck. However from what he says it's a GIANT leap in the right direction. Very slick.

    The FTP links:

    ftp://ftp.gnome.org/pub/ GNOME/unstable/sources/gnome-core/
    ftp://ftp.gnome.org/p ub/GNOME/unstable/sources/gnome-applets/

    Never knock on Death's door:

    --

    More race stuff in one place,
    than any one place on the net.

  42. The real news, NSA closed for snow today by Anonymous Coward · · Score: 0

    DC area closings here. Tet another rejected news item.

  43. Wanna know why? by RPoet · · Score: 2

    Because /. has run articles about the exact same things that the LJ article writes about. And they've had interviews with the KDE developers. I don't think there's more to write about KDE now! :)

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
  44. Re:Don Knots AC's info by Anonymous Coward · · Score: 0

    Frank T. Clark
    230 East 9th Street #3C
    New York, NY 10029
    212-831-0882
    http://www.dorsai.org/~delchi/delindex.htm
    http://www.dorsai.org/~delchi/index.htm
    delchi@dorsai.org

  45. Decreasing Stability? Increasing Conflicts? by waldeaux · · Score: 2
    Am I the only one noticing increasing problems trying to keep GNOME-related software afloat?

    I just changed from Enlightenment to Sawmill. Now StarOffice crashes when I try to run it. (That's not the only change I've made, I've upgraded other things.)

    So, now my machine is starting to behave like a Mac: upgrade a few things and watch other programs crash and burn from conflicts.

    I like GNOME but so many of the associated applications are insanely buggy. I've had problems with GWeather, GNotes, the GNOME address book (it prints other people's information in the display panel mixed with the information of the person you look up --- at first I thought it was a user-input error but I verified it twice by creating new books and carefully entering in test cases).

    So, while it's great that some of GNOME will come out as V1.2 --- how can we place a high standard on GNOME-based application software? OR is the problem that there's something unstable about GNOME that makes it hard to create stable application software???

    1. Re:Decreasing Stability? Increasing Conflicts? by neowintermute · · Score: 1

      He's completely right. I'm trying to do professional development for linux at a proprietary software company and the director of r&d is very unimpressed when his screensaver doesn't work and gedit crashes opening a file! I mean come on. So much stuff in gnome works "some of the time" it's ridiculous. What happened to the open software model being so effective because man people can fix the bugs? It's not happening. I feel like there's been a lot of unrealistic hype about linux. I mean really, there isn't even an incremental linker! M$ can do it, but hundreds of programmers all over the world cant? And as a result my project takes 5 minutes to link?!?! This is really sorry...

    2. Re:Decreasing Stability? Increasing Conflicts? by MikeBabcock · · Score: 2

      I used to be 100% behind the Gnome development team until they started making stupid decisions.

      Stupid?

      1) Ditching Enlightenment instead of helping
      2) Ditching Imlib instead of modifying
      3) Re-inventing the wheel for libraries instead of borrowing & re-writing.

      Open source isn't about re-creating everything from scratch. Sure, its what the average new programmer does with their freedom because they're not aware of the breadth of existing applications or the complexity of starting over, but its still stupid.

      --
      - Michael T. Babcock (Yes, I blog)
  46. Re:because GNOME is L/GPL and KDE is not by Anonymous Coward · · Score: 0

    Like... Slashdot?

  47. Re:Is it just me or is /. slow as hell these days? by Anonymous Coward · · Score: 0

    Oh man, prepare to be labeled a troll, flamebaiter or offtopic. Slashdot moderators have an aversion to the truth. And yes, Slashdot is ridiculously slow as of late.

  48. foobar by Anonymous Coward · · Score: 0

    Dude, don't take this the wrong way but you guys better sit down and figure out this version numbering mess.

  49. The applets too by thue · · Score: 1

    They are very easy to use, and exstremely practical.

  50. Gnome and Speed by Lutz · · Score: 1

    Up to now I thought that I am pretty well served with my 233 PII. But the new gnome-core slows the whole thing down... If only my hardware improved automatically like the software!

  51. 3:1 is evenly distributed? by Anonymous Coward · · Score: 0

    Bullshit. KDE is further developed.

    1. Re:3:1 is evenly distributed? by Skeezix · · Score: 2

      why don't you give me your email address and we can continue this debate elsewhere? KDE has more applications that are further along, however, GNOME has a much stronger framework.
      ----

  52. Simple! by ffatTony · · Score: 1

    Maybe I'm over-simplifying, but if you notice a bug, download the source and fix it. If you use debian (my favorite distro) getting the source is as easy as typing 'apt-get -d source '

  53. Couldn't the same be said... by ffatTony · · Score: 1

    that Slackware is simply repackaging of the gnu tools.

    I'm guessing slackware probably does very little more than any other distro, they package software and release it. For the most part distro's do not include original software.

    RedHat is no worse than any other distro... and what is milktoast

  54. Re:Gnomer's sing kiddie songs while KDE'ers code by Anonymous Coward · · Score: 0
    You've got a serious bitterness problem that need to be addressed.

    And, you're humor-impaired.

  55. Moderate up! by Anonymous Coward · · Score: 0

    Good info!

  56. A Total Zealot's Guide to >>Desktop Environments by Jikes · · Score: 5

    High-quality open source operating systems for your computer: Many.

    High-quality open-source graphical toolkits for your favorite unix-style OS: GTK, QT, FLTK, Tk

    Bindings for your favorite language to your favorite unix-style graphical toolkit: Complete and comprehensive across all toolkits

    High-quality open-source Desktop Environments available for your favorite unix-style OS: KDE, Gnome

    High-quality open-source Window Managers you may use with either Desktop Environment: At least sixty to choose from.

    Cost of any of the prior products: Marginal amounts of time and effort.

    Financial cost of any of the prior products: Nominal to none.

    Number of developers on aforementioned products: Thousands.

    Their sum and total total obligation to you: Jack Shit.

    Reasons to complain non-constructively about ANYTHING: None.

    Catches: You have to be mature enough to use and modify high-quality warranty-free cost-free open-source software constructively. Whining, baseless complaining, vague, criticism, and political pot-shots reflect poorly on you, your technical skill, and your penis size. (if applicable)

    --
    -troll taker
  57. First whine. by Black+Parrot · · Score: 2

    How come I knew while I was waiting for this discussion to load that among the few articles already posted would be one saying "You mentioned GNOME but you didn't mention KDE (sniff)"?

    By the way, you mentioned GNOME three times in your whine, but only mentioned KDE twice - you'd better hurry up and post a message that says "KDE-KDE-KDE" real quick, because your post shows that you are already aware that it's illegal to say "GNOME" in any context without saying "KDE" as well.

    --
    It's October 6th. Where's W2K? Over the horizon again, eh?

    --
    Sheesh, evil *and* a jerk. -- Jade
  58. Re:because GNOME is L/GPL and KDE is not by Zurk · · Score: 1

    the QT library which the code links to prevents people from using KDE across any platform other then what is mandated by the trolls..troll tech controls the QT library, the library controls the GPLed code therefore KDE is non free. i.e. it is not freely distributable.

  59. Wrong, slashdot *is* biased, and here's proof by Anonymous Coward · · Score: 0

    Go look at the older stories. Slashdot has chosen to carry Gnome over KDE 3:1 even tho people I know submit KDE stories all the time. They are never carried, only when it's obvious /. will be accused of playing favorites does one come up. Even odder, I have seen stories posted about Gnome where the exact same story occured with KDE earlier and was submitted but not carried. There has been long threads here before about Rob and other moderators Gnome preference. Not that they don't have a right to do inequal coverage, but they should at least be open about their inequal treatment.

  60. KDE is not carried equally with Gnome by Anonymous Coward · · Score: 0

    Look at the older stories and search for KDE and Gnome. It's funny seeing a Gnome story pop up when you submitted the exact same story about KDE months ago and it was never covered.

  61. OPEN SOURCE GNOME by Anonymous Coward · · Score: 0

    Tiptoe to the window, by the window that is where I'll be
    Come tiptoe through the tulips with me!
    Tiptoe from your pillow, to the shadow of a willow tree
    And tiptoe through the tulips with me!
    Knee deep in flowers will stray, we'll keep the showers away.
    And if I kiss you in the garden, in the moonlight, will you pardon me?
    Come tiptoe through the tulips with me!


    thank you.

  62. Re:A Total Zealot's Guide to >>Desktop Environment by beddess · · Score: 1

    actually Enlightenment is working towards becoming a desktop shell. not another desktop environment. I believe that the enlightenment website explains this in more depth

    --
    "Weasling out of work is important to learn; it is what separates humans from animals. Except for weasels."
  63. Gnomer's sing kiddie songs while KDE'ers code by Anonymous Coward · · Score: 0

    No wonder why KDE stays consistently far ahead of Gnome - look at the people. And I can believe this flamebait song was moderated to 3. What a bunch of weenies.

  64. KDE is being develed faster than ever before by Anonymous Coward · · Score: 0

    Look at mosfet.org for development news, he seems to have taken that over, and the CVS archive for all the commits (consistently more than just a few months ago).

  65. Re:because GNOME is L/GPL and KDE is not by Arandir · · Score: 4

    Troll Tech does not control what platforms Qt may run on. The QPL is Open Source and Free Software, period. If you want a Win32 version of Qt there is nothing stopping you from porting it over. Nothing. So if this is your only complaint, get off your butt and start porting.

    This is the Free Software Community. We are soveriegn. We are not sheep or serfs that blindly follow the whims of the masters. Here, we do things for ourselves. We are the ones who make things happen. Nobody's going to hold your hand or wipe your nose anymore. If you see that the world needs changing, go out and change it. Otherwise go back to Master Bill and his software/welfare world.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  66. Gan-et a Ga-rip by truefluke · · Score: 1

    http://www.tuxedo.org/~esr/faqs/hacker-howto.html
    See "Points for Style: Wordplay and Puns"
    It is called having fun..
    Lighten up, diet 7-Up.

    --
    spam, spam, spam, spam, e-mail, news and spam.
  67. Re:Get On The Horse All The Way by 348 · · Score: 2

    KDE does freeze-up at the expense of being a qt.

    he he, sort of flamebait, but oh, how true.

    Never knock on Death's door:

    --

    More race stuff in one place,
    than any one place on the net.

  68. css-descramble.h by Anonymous Coward · · Score: 0

    #ifndef __css_descramble_h_
    #define __css_descramble_h_

    struct playkey {
    int offset;
    unsigned char key[5];
    };

    extern int css_decrypttitlekey(unsigned char *tkey, unsigned char *dkey, struct playkey **pkey);
    extern void css_descramble(unsigned char *sec,unsigned char *key);

    #endif