Slashdot Mirror


KDE 3.2 Release Candidate 1 Debuts

danalien writes "Before a early Feb. release of the (stable) KDE 3.2, KDE has today announced the first 'Release Candidate', and hopefully the last pre-release, for its 'Open Source graphical desktop environment for Unix workstations'. Get it from download.kde.org, or use Konstruct if you don't feel like calling configure by yourself."

72 of 422 comments (clear)

  1. Hey editors: by Anonymous Coward · · Score: 4, Funny

    It's 'Release Kandidate'. Learn to spell.

    1. Re:Hey editors: by Brandybuck · · Score: 2, Funny

      If it were the other desktop, that would gnot be the correct spelling.

      --
      Don't blame me, I didn't vote for either of them!
  2. KDE most impressive open source project - ever by tljohnsn · · Score: 3, Interesting

    The progress that these guys have made in 5 years and the sheer volume of quality code is simply amazing. What are these guys doing right as compared to all the other projects? They even stick to their development and release schedules better than most commercial companies. And despite everyone calling for the death of C++, KDE is the shining example of what can be accomplished in that language. I seriously doubt it could have been constructed in any other language and produce as quick and relatively error-free code as these guys have produced.

    1. Re:KDE most impressive open source project - ever by Shaman · · Score: 4, Insightful

      It helps when you have a good and simple programming environment. QT is so much easier to code in than GTK/GTK+/Glib/Bonobo that it isn't funny. Not to mention KParts.

      --
      ...Steve
    2. Re:KDE most impressive open source project - ever by RoLi · · Score: 3, Insightful
      What are these guys doing right as compared to all the other projects?

      They focus on the software, not on licensing and politics.

    3. Re:KDE most impressive open source project - ever by cscx · · Score: 2, Insightful

      Could it be because one GUI toolkit arose with ease of use and programming in mind, and the other arose simply to make a political statement?

    4. Re:KDE most impressive open source project - ever by Shaman · · Score: 3, Insightful

      Especially since it's very true. I have nothing against Gnome as a user, but as a developer? Oof.

      --
      ...Steve
    5. Re:KDE most impressive open source project - ever by jmv · · Score: 3, Insightful

      Don't you think it's a bit more complicated than that? There are two completely opposite methodologies. One was to write a new toolkit (Qt, at that time) to do everything, while the other was to reuse everything that was available (gtk from Gimp, ...) and plug different things together. In some way, I'd say KDE/Qt is closer to the Windows idea (integrated stuff), while Gnome/Gtk is closer to the unix philosophy (put lots of small packages together). I'm not saying one is better/worse, but KDE and gnome really different in terms of development philosophy.

    6. Re:KDE most impressive open source project - ever by RoLi · · Score: 2, Interesting

      Starting from scratch is actually more the Linux-philosophy than the Windows-philosophy which is more like be-backwards-compatible-at-all-costs.

    7. Re:KDE most impressive open source project - ever by be-fan · · Score: 4, Insightful

      Erm. KDE/Qt isn't any more monolithic than GNOME/GTK+. All the stuff that GNOME has as completely seperate libraries (libxml, etc) are seperate modules of Qt. In Qt4, Qt will become even more modularized. And KDE is completely component-based. KHTML is just a component somewhere that any application can use. Contrast that to GNOME's browser, Epiphany, that doesn't use Bonobo to embed Gecko.

      KDE's development style is probably more monolithic than GNOME's, but the code is highly modular.

      --
      A deep unwavering belief is a sure sign you're missing something...
    8. Re:KDE most impressive open source project - ever by lokedhs · · Score: 3, Informative
      QT - Widget toolkit used by KDE. Controversial in some ways since you cannot develop commercial software with it without paying a pretty expensive license.

      GTK+ - GIMP Toolkit. The widget toolkit used by GNOME.

      Glib - GNOME utility library. Contains useful stuff like lists and hash maps.

      Bonobo - Component toolkit to allow embedding of applications in other applications.

      And before anyone flames, I've simplified, I know. But I have no idea of what the programming skills are of the parent poster.

    9. Re:KDE most impressive open source project - ever by smittyoneeach · · Score: 2, Insightful

      Well, I think the idea of a C++ desktop is just swell, but the whole meta-object compiler thing is a turn-off, as is the non-standard string class, and such.
      IANAT. Qt has to be understood in the context that it was way ahead of its time with the signals/slots business, far ahead of C++ standardization. Props to Trolltech.
      Nevertheless, the better long-term bet seems to lie with boost, wherein is much goodness, at least on the backend. There was some fascinating discussion of a boost interface library a while ago, which served to point out the diversity of the requirements, but it doesn't seemed to have condensed as far as vaporware yet. So Qt's "yeah, but we happen to exist" argument trumps any theoretical whining I can offer. ;)
      One wonders if any Trolltechies read /., and if they can comment on the likelihood of Qt getting more in synch with mainstream C++.
      Disclaimer: my knowledge of Qt comes from reading a circa-KDE 3.0 tome.

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    10. Re:KDE most impressive open source project - ever by damiam · · Score: 2, Informative

      Probably because some moderators feel that QT isn't "so much easier to code in than GTK/GTK+/Glib/Bonobo that it isn't funny". While some people may feel that way, others don't. If you're a moderator, and you see someone making a blanket statement, expressing opinion as fact, and you disagree with them, you're likely to mod them down.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    11. Re:KDE most impressive open source project - ever by Natalie's+Hot+Grits · · Score: 2, Insightful

      ..."while the other was to reuse everything that was available (gtk from Gimp, ...) and plug different things together..."

      According to the GNU project, GNOME was started because they were afraid QT would overtake the free desktop in marketshare and they would have yet another non-free desktop that was popular (much like CDE at the time)

      If you look into history of the GNOME project, and this idea, the GNU project even started a free QT compatible widget library to replace QT. But since GNOME got more popular, the GNU project spun off GNOME and killed the free QT replacement project.

      Today, what you say might be true somewhat. But the start of GNOME was purely a political statement.

      --
      Two infinite things: your stupidity and mine. But I'm not sure about the latter. If my sig offends you, I'm sorry.
    12. Re:KDE most impressive open source project - ever by nitehorse · · Score: 3, Insightful

      Except that the whole point of the moderation is not to downmod those you disagree with (although it happens waaay too frequently) but to engage in discussion with them to prove them wrong. :)

      FWIW, obviously I like programming with Qt and KDE much more, but I know that that's my opinion. I wouldn't ever downmod someone for having a different opinion than mine.

      -clee

    13. Re:KDE most impressive open source project - ever by LMCBoy · · Score: 2, Insightful

      Don't forget that in addition to the commercial edition and the GPL edition, you can also license Qt under the QPL.

      --
      Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
    14. Re:KDE most impressive open source project - ever by Rich · · Score: 4, Insightful

      This comment is so ass-backwards as to be virtually buried in it's own behind. KDE used an existing toolkit -Qt, while Gnome decided try to make a new one based on the custom widgets used by a single app (Gimp). KDE is build on a component model where everything is a KPart and most apps result from combining them. Very few Gnome apps are Bonobo enabled. Why do people persist in making such fundamental mistakes? I would suggest it is because they haven't actually bothered to do anything as 'complicated' as build the systems and try them.

      If people on slashdot want to be taken seriously they really ought to make use of the freedom they are given and actually use some of the source code we donate.

    15. Re:KDE most impressive open source project - ever by Anonymous Coward · · Score: 5, Insightful

      Controversial in some ways since you cannot develop commercial software with it without paying a pretty expensive license.

      No - you can't develop proprietary software with it without paying a license that's priced around average for libraries of this sort. Since it's also available under the GPL, there's nothing to stop you selling your QT software as long as it's GPL'd.

      Why is this controversial? Nobody complains that useful libraries like GNU readline are under the GPL - and in the case of readline, you don't even have the option of buying a proprietary license, because the FSF ain't selling one! But somehow that is "good", whereas the same license applied to QT is "bad".

      Posted anonymously because I really am a coward - and while I don't think the above is trolling or flamebait, I don't trust the moderators to realise. Guys, if you want to mod this down, please use "redundant", since this debate has been had to death many a time. Although given the grandparent's igorance of the issue, maybe setting out the arguments yet again isn't actually redundant for everyone.

    16. Re:KDE most impressive open source project - ever by Karn · · Score: 2, Interesting

      I really like KDE, I think it is further along than GNOME in many ways that are important to me, but their disregard for licensing issues is probably why many big names aren't touching it, and will ultimately not succeed in its goal to become the Linux Desktop.

      Sun: Gnome. UserLinux: Gnome. Redhat: Gnome. If IBM ever did a desktop, it would probably be based on Gnome.

      Sorry, but if Gnome (or a project like Linux) isn't proof that licensing is more important than features in the long run, then I don't know what is.

      Compared to Windows, KDE used to suck, but it is getting better every day right? The same will happen with Gnome: it will improve until the gap between itself and KDE is insignificant, and then licensing will be the only issue.

      I know I'll get flamed for claiming that 1.) UserLinux will be significant and 2.) that corporate backing is important, but I think corporate/community harmony is critical for Open Source software whose goal is to become mainstream (which is true for KDE.)

      --


      Why do I keep typing pythong?
    17. Re:KDE most impressive open source project - ever by javahacker · · Score: 2, Interesting

      I like Linux because of the license. I use it because it is better/more stable/doesn't catch the latest virus!

      In terms of the companies using Gnome, just look at your list again. Sun - Now there is a company that can pick winning user interfaces (is CDE ugly or what). UserLinux - In spite of what they say, it is a religious issue with them. RedHat - One of more of the primary Gnome developers works for them, don't you think that has some effect. IBM sells (among others) Suse linux, which has long been a KDE supporter.

      Commercial software developers, the only ones that need to pay to use QT to develop software, care about profits, not developer toolkit cost. If it makes them more money, it is an investment, not an expense. What do you care about them, since you aren't going to buy their software anyway, as you feel the license is more important than the functionality of the software. You won't like their license, you aren't their customer, and they will make their choices for their own reasons.

      If you want to see a good looking, easy to use, smooth running application, look at K3b. It looks better than any Windows based CD burning software, better than any GTK based CD burning software, and it is free (as in freedom) software written for KDE. I guess they wanted to release free software, so they picked the license they wanted, and got to use the QT toolkit for free (as in beer and freedom).

      P.S. I'm a long time Mandrake Linux user, and KDE user, so I'm not unprejudiced here. I also develop software for a living, and know how I look at tools.

    18. Re:KDE most impressive open source project - ever by BusterB · · Score: 2, Informative

      Commercial software does not always have to be closed source. You could develop a GPL application with commercial uses (you could even sell it), and still use the free QT under the GPL. It's a common misconception that commercial software has to be closed source / proprietary.

      For instance, MySQL could bundle a QT-based query analyzer with their product, since MySQL is also GPL. That doesn't stop it from being sold and supported as a commercial product. Now, if they want to sell a version of MySQL that is under a non-GPL license, then they'll need a commercial license. But those are the rules.

    19. Re:KDE most impressive open source project - ever by swillden · · Score: 4, Informative

      KDE/Qt isn't any more monolithic than GNOME/GTK+. All the stuff that GNOME has as completely seperate libraries (libxml, etc) are seperate modules of Qt.

      I think the "KDE is monolithic" viewpoint arises from the excellent integration between KDE applications and the desktop. Because they all operate as though they're a single, large piece of code, people assume they are. Ironically, it's the modularity of the code base that makes such seamless integration possible for a distributed development team.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    20. Re:KDE most impressive open source project - ever by steveha · · Score: 2, Insightful

      Gnome advocates now use QT's GPL licensing as a weapon against it

      Well, some of them do. Others don't.

      The reason the FSF wrote the LGPL, and not just the GPL, is that there are times when LGPL is appropriate. Many people (including Bruce Perens) think that a Linux distro intended for enterprise use should make it easy to write proprietary software, for those who want to do it... and thus think the LGPL would be a better license for the toolkit used in such a Linux distro.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    21. Re:KDE most impressive open source project - ever by 10Ghz · · Score: 2, Insightful
      Many people (including Bruce Perens) think that a Linux distro intended for enterprise use should make it easy to write proprietary software, for those who want to do it.


      Well, Bruce Perens is wrong. If he was right, we would have lots and lots of commercial GTK+-apps, and very very few commercial Qt-apps, since GTK+ has a "better" license. But it seems to me that Qt is more popular when it comes to commercial software than GTK+ is. Maybe you have to pay for Qt, but then again, you get quite alot for your money (excellent documentation and support come to mind). And it's not like you have to sell your testicles to pay for Qt. It's not THAT expensive.

      Yes, maybe GTK+ is cheaper, since you don't have to pay for it. But still, lots and lots of developer choose to pay for Qt, instead of getting GTK+ for free, why?
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    22. Re:KDE most impressive open source project - ever by Natalie's+Hot+Grits · · Score: 4, Informative

      "The main idea remains that the idea of gnome was to to reuse as much stuff as possible (even when it shouldn't have), while KDE wrote much of these "from scratch" and has its stuff "more integrated" (just think about window managers)."

      Actually...

      According to Stallman and the GNU project, the idea of GNOME was to write a desktop to specifically replace KDE. The idea was that QT was not 100% free at the time, and the GNU project saw KDE's popularity as hurting the goals of the GNU project's operating system vision. So they started 2 projects: one to create a free replacement for QT, and another to create a replacement for the already free KDE. Since QT was GPL'd, the free replacement project was killed. But the GNOME project was already started and the developers decided to keep on working. In the process, GNOME made different choices on many aspects. Choosing to use CORBA to do their component technology was just one of the many different (than KDE's existing technology) choices the GNOME project chose. It just turns out that CORBA/bonabo (the Network Object Model part of GNOME) never got incorporated into many GNOME applications, and so now GNOME applications == GTK/glib applications.

      When you think of the GNOME project, you should think of turning a primitive incomplete widget toolkit (the Gimp ToolKit) into what GTK+ is today, plus a set of applications which use this toolkit, plus guidelines on how these applications should behave. When you think of KDE today, you should think about the same things, but using already developed QT insted of GTK+ along with the ability to embed current applications into new ones efficienatly.

      None of this has anything to do with KDE wanting to re-write everyting. In fact, they started with existing complete QT. and GNOME started with an incomplete GTK toolkit. The GNOME project is basically the GTK+ project combined with application rewriting with GTK+. So which project is the one that did the massive rewrites? I think that would be GNOME.

      If you consider writing a program using GTK+ widget set and glib a GNOME application, you probably don't know the definition of Network Object Model Environment. (Hint, several KDE applications use such features, but most "GNOME" applications don't use bonobo.)

      --
      Two infinite things: your stupidity and mine. But I'm not sure about the latter. If my sig offends you, I'm sorry.
  3. Kool. by Anonymous Coward · · Score: 5, Funny


    KDE is pretty kool. Aktually it's uber kool. I've konstantly kaught myself kakkling at their konstant play with K and K. Err.. K and K. Damn K and K... you know what i mean

    1. Re:Kool. by sloanster · · Score: 2, Funny

      yeah, that's way kooler than all that gsilly gnome gstuff, glike grip, gand gother gnome gprograms.

    2. Re:Kool. by LMCBoy · · Score: 2, Funny

      ?

      Oh, I get it! You put "K"'s in place of "C"'s! Because many KDE apps have names that begin with K! Ha! Ha! Ha! Wooh! I wonder why no one's ever made that joke before? It's just...so...hilarious!

      I smell a "+5, Funny" coming your way, mister oh-so-clever-with-the-joke-that-isn't-even-close-t o-being-old-yet!

      --
      Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
  4. The Developers by GenomeX · · Score: 5, Interesting

    I have to also say how impressed I am with the guys developing KDE. We once picked up a bug somewhere, mailed them with the problem,ect. Within a half an hour I think, they posted a patch for that specific problem. Amazing.

    1. Re:The Developers by pytheron · · Score: 4, Informative

      If you have ever worked or contributed in any way to a KDE project / KDE application, then you get some idea of just how dedicated the key people are. My own opinion of this phenomenon is that developers know (feel) that KDE is the best desktop suite we have, and we want it to be better. Also, with tools like QT Designer, and KDevelop, making applications for KDE is actually quite a pleasant experience (and this is from someone who loathes GUI programming). Well done chaps !

      --
      "I am not bound to please thee with my answers" [William Shakespeare]
    2. Re:The Developers by be-fan · · Score: 4, Interesting

      Heh. I remember once that I complained on an OSNews or Slashdot post about disliking the dotNET style's missing corner pixels. C.Lee read it and posted a reply saying he'd added an option to enable square corners! These guys are *seriously* dedicated, and props to all of them :)

      --
      A deep unwavering belief is a sure sign you're missing something...
    3. Re:The Developers by Malc · · Score: 2, Insightful

      I also once entered in a compilation issue in to the bug tracking system, with a solution. I received an email from a guy in .nl within a very short period of time telling me that it had already been fixed in the next version (silly me for not checking!). Compared with my experiences with Mozilla's bug tracking system, I found it quite shocking!

      To me, KDE is the best thing that has happened to Linux when it comes to bringing it to the desktop. These guys have done a fabulous job in a relatively short period of time. We had to have a rock solid kernel and system first, now these guys are rapidly filling in the blanks from the user's perspective.

  5. Why Open Source for Linux Only? by ewanrg · · Score: 4, Interesting
    Seems to me that one way to spread adoption would be to come up with a version of KDE that could run in place of the Windows UI but still give you the core Windows code. Meaning you can move your users that much closer to an MS free existence without losing much compatibility.

    Of course, I'm a bit known for tilting at windmills

    1. Re:Why Open Source for Linux Only? by LMCBoy · · Score: 5, Informative

      KDE does not run only on Linux, it also runs on the BSD's, Solaris, and (just recently and still in development) Mac OS X.

      --
      Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
    2. Re:Why Open Source for Linux Only? by Spy+Hunter · · Score: 5, Informative
      You mean like KDE-Cygwin, or QKW? I guess in the future if these get mature enough you could replace Windows Explorer with Konqueror/KDesktop/Kicker...

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    3. Re:Why Open Source for Linux Only? by Ice_Balrog · · Score: 2, Informative

      People are trying to do just that: http://kde-cygwin.sourceforge.net/

      --
      #include "sig.h"
    4. Re:Why Open Source for Linux Only? by The+Bungi · · Score: 4, Interesting
      You can do that with today to a certain extent. You can run KDE3 within Cygwin in full-screen mode (Cygwin includes a fully functional X port), but it's... just not right. I mean, it's not nearly the same as running the real thing and although it's kind of cool it eats up way too much memory and is a bit jerky for my tastes.

      Writing a complete shell for Windows is not a particularly easy thing to do and I doubt that somehow porting KDE is viable. There are lots of shell replacements out there (Aston, GeoShell, BackBox and so on). Some are free and some are not. I've tried just about every one and for some reason or another I keep going back to Explorer after a while. It's really the little details, like not being able to open a folder view directly from the shell's Run command because the shell extension (Explorer) happens to not be loaded or the way minimized windows are managed. If you're curious you should try Geoshell. In my opinion it should be what other shells aspire to be, but even as good as it is it's still not quite there. For one thing, the entire configuration is registry-based.

      I'm no Microsoft basher, but I've always thought that opening up the shell would be the best thing they could do. After all, you'd still be running Windows underneath. But it's just too darn difficult to write your own. Explorer extensions (like the Google deskbar) are complicated, never mind a whole shell.

  6. Mirrors out of date? by BoldAC · · Score: 2, Interesting

    I have been wanting to setup a the mirrors site for a while... however, none of the mirror sites are updated. Now that I'm looking... several of the mirror sites never even posted the KDE 3.1.5 Release.

    Why doesn't this mirror correctly?

  7. Features by Spy+Hunter · · Score: 5, Informative
    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    1. Re:Features by MagicM · · Score: 5, Informative

      Might want to pull that from the Google Cache

  8. run-kde-and-jam-master-jay by Limburgher · · Score: 5, Funny

    That's nice. And appropriate, since KDE is Tougher Than Leather. :)

    --

    You are not the customer.

  9. Re:My Grandma just got confused by pytheron · · Score: 2, Insightful

    Grandma really shouldn't be upgrading ! How many people used Win9x long after ME/NT/XP/2000 came out before upgrading ? More than you'd like to admit. How many people asked their computer-literate friend to upgrade for them, because they couldn't / didn't want to for fear of breaking something because they didn't understand the concepts ?

    Just because an upgrade comes out, doesn't mean you have to upgrade !! But I understand the psycology behind it (something new and shiny, or will I be 'missing out' ?)

    --
    "I am not bound to please thee with my answers" [William Shakespeare]
  10. New features? by 77Punker · · Score: 2, Interesting

    Anybody know just what is new in this version? Is it as big an upgrade from 3.1.5 to 3.2 as it was from 3 to 3.1?

  11. In other news... by stealth.c · · Score: 5, Funny
    Bruce Perens finally confessed that his reasons for embracing GNOME rather than KDE were "...a severe lack of Gs, and far too many Ks. All technical aspects aside, I knew RMS would roast me if I chose something that didn't start with a G."

    Honestly, I think KDE is a technical masterpiece. It gives me a GUI which can easily be configured in pretty much every conceivable way.

    GNOME, MacOS, and Windows just don't have that kind of room for personality.

  12. KDE 3.2 CVS by Massacrifice · · Score: 3, Informative

    I've been running KDE 3.2 built from CVS on 2004-01-14 for a week and so far, so good. This release should be nice. Now waiting for an ebuild...

    It's a bit faster. I wish it would be much faster. But generally when this happens I reboot in XP for a day, then I realize that speed isn't all that counts. Prelinking helps, too.

    I think I'll delete KDE 3.1.x entirely, since there is no need for it anymore.

    --
    -- Home is where you eat your heart out.
  13. stable as... by d_i_r_t_y · · Score: 4, Informative

    i've been using KDE3.2 built from source since the early alphas. even then it was rock-solid stable with just a few rough edges. once i knew all of the workarounds, i migrated my production/work environment up to 3.2 as well, for the cool/useful features. highly recommended upgrade.

  14. Next step - better apps by Ars-Fartsica · · Score: 3, Insightful

    KDE has solved the environment issue but is facing an application issue. People will compare Konq to Mozilla (which has in a way become a de facto GNOME browser), but I will call Mozilla a leader here. The Gimp DESTROYS any KDE equivalent. AbiWord and OpenOffice (soon to be Gnome-ified) blow away KOffice and Gaim also triumphs over its KDE competitors. KDevelop is the only app space I know where KDE is the clear winner.

    1. Re:Next step - better apps by Spy+Hunter · · Score: 4, Informative

      What about K3B, Quanta+, eric3, and scribus? There are tons more great KDE apps at the new KDE-Apps.org. The future of KDE application development looks bright. Remember that you're comparing KDE apps against the complete set of all other open-source applications. I think KDE is doing pretty well, myself.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    2. Re:Next step - better apps by trouser · · Score: 2, Funny

      Actually I think KOffice is pretty neat. I especially like the way it doesn't support any proprietary formats eg. MS Office.

      --
      Now wash your hands.
    3. Re:Next step - better apps by be-fan · · Score: 4, Interesting

      Well, it really depends.

      I like Konq better than Epiphany (Mozilla is not GNOME app, the GNOME project's PR aside) though Epiphany does have better rendering courtesy of Gecko. However, the gap is quickly narrowing, thanks partially to Safari's rendering fixes.

      AbiWord and Gnumeric are great apps, but KOffice (the 1.3RC) is pretty competitive. And OpenOffice is to be KDE-ified in 2.x as well. That's the whole point of the NWF --- toolkit independent OpenOffice.

      I'd say that Kopete is better than Gaim. Its got much better integration with KDE than Gaim has with GNOME. The only feature that's really missing is reliable AIM file-transfer.

      The GIMP is not a GNOME app (as its developers repeatedly keep saying) so its irrelevent. Its UI is completely alien to both GNOME and KDE, so GIMP with the GTK-Qt theme is about as good as GIMP inside GNOME.

      And don't forget about Quanta, the best graphical HTML editor on Linux, as well as Kate, which is a much better programmer's editor than GEdit.

      In 3.2, Kontact should also give Evolution a run for its money. KMail in 3.2 has been getting a lot of very positive reviews.

      --
      A deep unwavering belief is a sure sign you're missing something...
    4. Re:Next step - better apps by Brandybuck · · Score: 3, Insightful

      That's the next step for GNOME as well! Of the apps you mention, only Gaim is a truly native GNOME application. AbiWord and Gimp are next closest, since though they can built for GNOME, they can also be built standalone (which is typical for Gimp).

      Mozilla certainly isn't GNOME by a long shot, though there are GNOME browers that use the Mozilla core. And OpenOffice? Why do the GNOME guys keep saying it's a GNOME app? It clearly is not! Just because it's soon to be gnomified is meaningless, because it's soon to be qt-ified as well.

      --
      Don't blame me, I didn't vote for either of them!
  15. BAD LINK by The+Bungi · · Score: 2, Informative
    I apologize, the link to Geoshell is wrong. Apparently they just moved hosting providers and Geoshellx.com has been taken up by a domain parker complete with popups and crap. The correct domain is http://www.geoshell.com. The old site under the 'x' domain is still cached in Google.

    Sorry 'bout that.

  16. Re:My Grandma just got confused by be-fan · · Score: 2, Insightful

    Actually, on any distro with a good package manager, it is that easy. You start up the package manager (Synaptic or whatever) and click the upgrade button. Konstruct is just for those who want KDE right *now* instead of waiting a week for packagers to release binaries.

    Think of it as 0-day KDE warez :)

    --
    A deep unwavering belief is a sure sign you're missing something...
  17. Adding to the praise by Punk+Walrus · · Score: 2, Funny

    I have been using the Beta 2 (3.1.94) on some of my "non-essential" Slackware test systems for a while, and I am very satisfied. I won't upgrade all my primary systems until 3.2.x (the usual "Oops, sorry, our bad!" release), but I'll be itching con Konvert all the Fedora Gore 1 systems to Fedora Kore.

  18. Only 4 to 9 yrs and 364 days away from the Desktop by FerretFrottage · · Score: 2, Funny

    As much as I welcome this news, I look much more forward to SCO rc 1 codenamed "McBride"...in about 10-15 yrs pending good behavior (stable?)

    --
    "Look Lois, the two symbols of the Republican Party: an elephant, and a fat white guy who is threatened by change."
  19. Re:My Grandma just got confused by JustinMWard · · Score: 2

    You are a computer-scientist? Yeah right.

    A computer scientist studies (and at least supposedly understands) the science behind computers. A degree in CS doesn't mean you know how to use a particular environment, or compiler, or even that you know how to use email or a zip file.

    As I like to say, I just build 'em... I don't know how to use 'em. I just finished my BS in CS, and guess what? Working in an IT department, I face all sorts of things that I don't understand. Installing a web server (or in this case, upgrading an environment) is a completely different skillset than (for example) designing an efficient cache or a better chess player.

    In other words, STFU. Thanks.

  20. Konqueror changes from Apple? by Tengoo · · Score: 5, Interesting

    Does anyone know how many of Apple's changes have made it into Konqueror?
    It would be interesting to know how useful the Safari team's contributions have been.

    1. Re:Konqueror changes from Apple? by entrigant · · Score: 5, Informative

      Many of the weekly CVS digests include merged changes from Apple. While I have no idea how many have been merged, a great deal have, and I would venture to say that the Safari team has been very helpful.

  21. Re:A noobie question... by silicon+not+in+the+v · · Score: 2, Insightful

    Well, the main difference is that the KDE fans like KDE better, while the Gnome fans like Gnome better.

    I'm sure this debate can (and probably will) rage on for years. Many people reading this probably won't understand this reply and many others because the poor "noobie" (his own word) who asked the question got immediately smacked with a Troll mod for his curiosity, so he will be filtered out by many. To that moderator: Can you please be nice to the n00bs so more people will be open to Linux?

    I'm beginning to use Linux on a desktop at home, and I am glad I've had someone helpful who has been willing to answer these kinds of questions for me. You catch more flies with honey, people.

    --
    We may experience some slight turbulence and then...explode. -Capt. Mal Reynolds
  22. Re:Gimp not integrated into GNOME???? by aussersterne · · Score: 3, Informative

    Um... No, it doesn't. GNOME uses GTK. GIMP uses GTK. That's how they're related.

    $ ldd `which gimp`
    libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x4002e000)
    libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x40139000)
    libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x40169000)
    libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x4016c000)
    libdl.so.2 => /lib/libdl.so.2 (0x40191000)
    libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40195000)
    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4019d000)
    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401ac000)
    libm.so.6 => /lib/i686/libm.so.6 (0x4028b000)
    libc.so.6 => /lib/i686/libc.so.6 (0x402ad000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
    $

    No GNOME libraries there. Compare it to the output of:

    ldd `which gedit`

    and you'll see what I'm talking about.

    --
    STOP . AMERICA . NOW
  23. Re:My Grandma just got confused by prockcore · · Score: 3, Interesting

    You want people who know what they're doing to test it out, as they'll have a better chance to identify problems.

    I'd rather have people who don't know what they're doing test it out.. that way you'll be able to identify usability problems.

  24. Re:Gimp not integrated into GNOME???? by justsomebody · · Score: 2, Informative

    And now try:

    ldd `which gimp-1.3`

    libgimpcolor-1.3.so.24 => /usr/local/lib/libgimpcolor-1.3.so.24 (0x00c13000)
    libgimpmath-1.3.so.24 => /usr/local/lib/libgimpmath-1.3.so.24 (0x00b0f000)
    libgimpbase-1.3.so.24 => /usr/local/lib/libgimpbase-1.3.so.24 (0x00c21000)
    libgimpmodule-1.3.so.24 => /usr/local/lib/libgimpmodule-1.3.so.24 (0x002a0000)
    libgimpthumb-1.3.so.24 => /usr/local/lib/libgimpthumb-1.3.so.24 (0x00506000)
    libgimpwidgets-1.3.so.24 => /usr/local/lib/libgimpwidgets-1.3.so.24 (0x0088a000)
    libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x0061f000)
    libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x00111000)
    libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x0017e000)
    libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x005f3000)
    libm.so.6 => /lib/tls/libm.so.6 (0x00b3a000)
    libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0x00371000)
    libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0x00198000)
    libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0x001d1000)
    libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00d0b000)
    libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x001e7000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x003c4000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00394000)
    libdl.so.2 => /lib/libdl.so.2 (0x00b5e000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00219000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00db5000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00caf000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00c53000)
    libc.so.6 => /lib/tls/libc.so.6 (0x00ddc000)
    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x003f7000)
    libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x001a5000)
    libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x001c7000)
    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x00c43000)
    libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x00d81000)
    libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x00d01000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x009e7000)
    libexpat.so.0 => /usr/lib/libexpat.so.0 (0x00d5f000)

    It's a little bit more, gimp 1.2 is going to outdated soon, so gimp 2.0 would be more valid for your comment

    --
    Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  25. To Rule, KDE Only Needs.... by Anonymous Coward · · Score: 2, Interesting

    KDE is by far the best engineered Linux GUI, however as Bill Gates proved the best is often not good enough for widespread adoption.

    With Windows all you needed was to make it cheaper than the Macintosh and stifle all possible competition. In the open source community, you need to have the best software platform (KDE already does) and it needs to be acceptable to the community.

    As I mentioned, KDE is by far the cleanest, most well-designed API/Software environment for Linux; however you need to please two more sectors to win the crown...

    1) Users: It needs to be easy on the eyes and easy to work in. Its already easy to work in, but for god sakes get rid of that absolutely horrific Keramic theme. It looks like something you would find on a cheap, fake computer at Toys-R-Us. Just downright awful. PLEEZ, PLEEZ, PLEEZ use 'Plastic' or the nearest equivalent in the final release. This will make the users happy. It will make KDE look as good on the outside as on the inside.

    2) The general systems integration, hardware and publishing community. I believe the real reason that KDE was not chosen for UserLinux is because (stay with me here) Canopy will benefit in a major way if QT becomes the default and preferred GUI library. *Not* because Canopy controls Trolltech or the KDE guys, but because the value of their stock will increase exponentially. Think! If software developers move over to Linux, it's going to be in a C++ environment. That means they initially need to re-package their class libraries and make their apps cross-compile to Linux and Windows. That means QT and the professional level of C++ code, documentation and support.

    It's not that the general community doesn't want Trolltech to get a big reward for their excellent work, but they don't want Canopy to benefit at all. Not a dime. This was probably the deciding factor.

    Message to Trolltech: DUMP CANOPY goddamnit. Don't you see that they are either acting as a parasite on Trolltech to make money off of Linux in some way (they don't deserve it) or they are acting as a poison pill so that the best GUI environment can't be assimilated. This slows down Linux on the desktop considerably. By splitting the Linux development resources in half and contaminating the best GUI they force desktop Linux/Gnome to re-invent the wheels that were already invented and done better in KDE.

    Dump Canopy! They don't control you, but they contaminate you. Don't worry. In the end IBM will own those shares after all of Canopy and SCO's assets are forfit to IBM and RedHat. The worst part is if Microsoft buys SCO and Canopy before the trial is over as an escape hatch. Then MS will own a chunk of you until that battle is resolved. If MS owned a chunk of TrollTech no opensource developer would touch QT with a twenty-mile cattleprod.

    Dump Canopy before it's too late.

  26. Re:My Grandma just got confused by theshowmecanuck · · Score: 2, Informative
    I agree with him. Most distros only have the new kde on their next release after the new kde comes out. If you want the advantages of the new kde, you have to either wait till a new distro release, or pull your hair out trying to install it yourself. People are correct, this is a pre-release. But it is no easier to install it when the actual release arrives. Nor is it easy to keep up with security/bug patches if you have chosen to install it yourself.

    Don't take him so literally though (about his grandmother), he is trying to make a point: In order to make it on the desktop, Mr/Mrs. Average Citizen needs to be able to install and/or upgrade things, even as complex as kde, without a hassle. The thing is, Linux is not there yet, but it will be if folks as dedicated as the KDE team seem to be keep doing what they're doing. What will hold it back are the people who get in a huff when people point out the real need to make it easy for the average user.

    No-one is taking your command line (and all the power that it has) away from you. vi will always be there. :-) But the great unwashed masses out there would rather things be easy so they can use most of their time using the software, and not configuring it, and certainly not learning to configure it. If it is so complicated they need to study, they won't use it, and the idea of Linux on the desktop will fail. Windows didn't become popular because IT profesionals recommended it. It became popular because the accountants and other business users understood it, used it at home, and wanted their companies to purchase a tool that they could use easily without requiring too much training. Don't get nasty about this, it is true. It is one of the reasons MS makes so much money. It is a system that has a very low learning curve. I think with the great new Linux install packages that come with most of the major distributions (e.g. Suse, Mandrake, Redhat), things are moving that way, and will continue to do so... it's just a matter of time. Rome wan't built in a day (and all that).

    My criticism here is (trying to be) constructive criticism... from someone who likes Linux (and has used it for several years) but also is frustrated with sometimes spending more time installing and configuring things than being able to use them (part of the reason is that yes, I am trying things that most desktop users wouldn't need to do). For example, I would like to be able to install the latest version of MySQL (their binary at their advice) without it telling me that an rpm installed on my system is not the right version... causing me to research how to complete the installation. It may be a surprise to some that I would actually like to program something with it, and learn the new features of the latest release, without waiting for a new distro... and not necessarily on how to install it. Same goes for KDE (and I do prefer KDE over other Linux desktops). The MS advantage that people talk about is that you can install a new version of most software without worrying about getting version errors, or errors reporting that your rpm package is not correct... Mind you, I don't like MS's corporate practices so I keep trying to stick to Linux... and it is sometimes a trying experience.

    Perhaps if there could be a way for rpm type installs (or others) to check 'levels' instead of just version numbers. If you have a level that supports a set of public API's you could set up a system where even if a different version is out, as long as the standard API's still exist, then all is well. So you could have version 1.0 and version 1.1 both able to meet API level 1. i.e. You might have changed the internal workings of a function (for security or whatever), thus creating a new version (which might tell you if the correct security patch has been applied), but you wouldn't get screwed up on dependancies when installing a package when it looks for the older version of whatever library it needs. It would check the API level, see the correct one, even if the vers

    --
    -- I ignore anonymous replies to my comments and postings.
  27. Adopt every other opensource app while your at it by bogie · · Score: 4, Insightful

    Funny how your picking apps that were never meant to be "Gnome" apps in the first place. These were all independant apps that were NOT built from the ground up to be Gnomified. Mozilla is the de facto "GNOME" browser? Since when? I could just as easily say "use that new neat QT wrapper thingy that makes gtk apps behave like QT apps". Who has all of the "good apps" then?

    Gnome has a habit of just picking the best apps and then "adopting" them so I don't think its fair to start saying these apps are blowing away KDE counterparts. Since when can't you run Gimp, Mozilla, OpenOffice.org in KDE? You can, thus your point is moot. Try and get over the whole Gnome or KDE has better apps thingy. Be happy that you can run any of these apps easily from any Window Manager.

    --
    If you wanna get rich, you know that payback is a bitch
  28. Obligatory Monty Python sketch quote by Mjlner · · Score: 5, Funny
    Well... At least it should be obligatory...

    ..."Yes, I saw your advert in the bolour supplement."
    "The what?"
    "The bolour supplement!"
    "The colour supplement?"
    "Yes. I'm sorry I can't say the letter B."
    "C?"
    "Yes, that's right. It's all due to a trauma I suffered when I was a spoolboy. I was attacked by a bat."
    "A cat?"
    "No, a bat."
    "Can you say the letter 'K'?"
    "Oh yes. Khaki, king, kettle, Kuwait, Keble Bollege Oxford."
    "Why don't you use the letter 'K' instead of the letter 'C'?"
    "What do you mean ... spell bolour with a 'K'?"
    "Yes."
    "Kolour... Oh, that's very good, I never thought of that."

    --
    Lemon curry???
    1. Re:Obligatory Monty Python sketch quote by ksp · · Score: 2, Funny

      ...and from the Hollywod Bowl performance, Mr. Smoke-Too-Much explaims at this revelation:
      "Oh, what a silly bunt I am"

      --
      What is the sound of one hand clapping?
      cat /dev/null > /dev/audio
  29. Debian unofficial experimental packages by sewagemaster · · Score: 2, Informative

    Debian unofficial experimental packages here

    http://www.cs.uni-magdeburg.de/~aschultz/debian/ un stable/

  30. Re:Waiting for Konquerer to fix File-menu spelling by Joseph+Lam · · Score: 2, Informative

    I think that's because Konquerer is not just a hardisk file browser, but a more generalized browser that is network transparent. You can browse local stuff with location file:/xxx, remote stuff with ftp://xxx or a webpage with http://xxx, and more...

  31. Re:Konqueror by $ASANY · · Score: 2, Insightful
    If you are concerned about privacy, run privoxy or any of the other proxy apps. Tell iptables to redirect all port 80 traffic to the input port for privoxy, and you won't have to configure a thing past that. All your browsers, and anything else outgoing on port 80 is handled.

    Adblocks are only the beginning. Deanimate GIFs, block banners, rewrite HTML/JS on the fly, replace HTTP header entries, and control by host if you want. There's a lot you can do.

    I'd never depend on a browser to do security work in linux, as there are better specialized tools for that.