Slashdot Mirror


Some KDE news

The KDE Development team progress seems very good these days. You can now take a look at some screenshots from the KDE 2 pre alpha. Also, the KDevelop team has announced today the 1.0 Beta 1 version of KDevelop. I must say it looks very promising.

196 comments

  1. Re:Themes by dirty · · Score: 1

    Yes they will be (atleast if you are running KDE). I remember reading about a plan to export KDE style themes as pixmap themes for GNOME apps. So your apps will look the same. Also, there was talk of using the same multimedia system. I think DnD is already taken care of. Now if they can just agree on CORBA, the two desktops should be compatible with each other and that is A Very Good Thing(tm).

    --

    -matt
  2. Kpanel by Anonymous Coward · · Score: 0

    If the Kpanel didn't suck so much, id use KDE, but as it stands, its very not pretty and its not configurable at all.

    1. Re:Kpanel by Anonymous Coward · · Score: 0

      Not configurable???
      You could config what you want:
      visuals:
      auto hide taskbar(delay/speed)
      auto hide panel (delay/speed)
      animate show (speed)
      clock on panel (AM/PM-format - Internet beat-format)
      you could drag your panel around (left/right/top/bottom)
      tooltips on panel (delay)
      ...

    2. Re:Kpanel by Anonymous Coward · · Score: 0

      KPanel is one of things that could be themed long before anything else. Checkout kde.themes.org for some themes that change KPanel.

    3. Re:Kpanel by drudd · · Score: 1

      I couldn't agree more. I love everything else about KDE, except that panel just sticks out like a sore thumb.

      I love GNOME's level of configurability, and the way I can have my pager on the lower right with the clock, but have my menu's and shortcut buttons hanging out at the upper right...

      Plus the taskbar icons (the little icons next to the clock) need more spacing left and right, and less spacing top to bottom...

      It's only a little more configurable than the windows 9X toolbar... which says a lot. Plus it's just as ugly.

      I'd take KDE with gnome's panel and never look back.

      Doug

      --
      Venn ist das nurnstuck git und Slotermeyer? Ya! Beigerhund das oder die Flipperwaldt gersput!
    4. Re:Kpanel by dangermouse · · Score: 1

      Define "configurable". IMHO, KDE is every bit as configurable as, say, Gnome. They do some things differently, and each does some things the other won't... but I don't think you can say that KDE lacks configurability, especially given that (unlike certain other desktop environments) you can actually find the config files and change them yourself, without GUI help/interference.

  3. Re: Eterm is a bloated monster, use Aterm by RenQuanta · · Score: 1

    I've used Eterm, and I've used Aterm. A quick study will show you how Aterm uses less than half the memory Eterm does. It does the same stuff, too. You can go get it at this link

  4. Re:KDevelop mirror by Thomas+Charron · · Score: 1

    Unfortionatly, isn't a mirrow of the downloads, merely the page.. :-{

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  5. Re:I'm looking forward to the day they ditch X by Daniel · · Score: 2

    First, I personally do not need networking and I suspect that a lot of home users (i.e. desktop users) will not need it either. Yet I cannot turn the networked architecture off and switch to something more direct and efficient and with fewer components communicating between themselves.

    I think that this statement is based on a fundamental misunderstanding of how UNIX works. It is clear (I hope) that any effective display server has to be a separate process from the programs which display on it. Given this, there obviously must be some means of communication between the server and the clients. On a UNIX system this generally means opening a socket of some form, be it TCP, Unix domain, or just a pipe. This is not only the standard way of doing things, it is quite efficient most of the time; the only place where it really fails is *extremely* high-bandwidth transfers (think big pixmaps being written all over the screen), which is why shared-memory was invented. Any halfway modern app will probably detect that it's running on a local X server and use shared memory where appropriate -- ie, for bandwidth-intensive things like moving images around. (eg: *any* Imlib-based program will use SHM) The Myth2 demo is a good example of this -- on a *framebuffer X server* -- a server entirely lacking in acceleration -- I acheived a high framerate with the game running *in a window*. (I couldn't find how to clock it but it seemed like it had maxed out -- I noticed little improvement on a PII/400 with an accelerated server)

    Without networking, there's no reason to have a client-server architecture

    This is completely false. Even the kernel itself is in many ways a client-server architecture: programs connect with system calls and request stuff from it. (the Hurd just makes this explicit)
    How would you allow multiple programs to access a single display at once without some sort of server?

    I suspect all of stand-alone X desktop functionality can be written as one file for maximum speed and efficiency.
    Which functionality are you referring to?

    A networked version is only good as an option.

    But given that programs are *already*, for reasons mentioned above, connecting in a client-server fashion using localhost UNIX sockets why not make the simple jump to supporting TCP and get five times the flexibility?

    Second, I hope someone starts a page dedicated to pointing out what's wrong with X.
    Most criticism I've seen of X is a slightly more literate version of "X sux, it's too big!" or "X sux, it scares me!" There are some real warts but the "X must die!!!!" camp generally doesn't even mention them (probably because most of them just mean that specific issues need to be fixed rather than throwing out the entire system they've got so much vitriol for)

    If nothing else, it'd help X evolve in the right direction.
    Read: the one I want.

    Daniel

    --
    Hurry up and jump on the individualist bandwagon!
  6. Re:Corba Object Models by miguel · · Score: 1

    It is not proprietary.

    Not only the whole source code is out there, but any fully compliant CORBA ORB could use the same authentication setup.

  7. Re:KDevelop most promising Linux IDE yet... by Anonymous Coward · · Score: 0

    But Kdevelop ISN'T less. As a programming device, it is MUCH MUCH more than what Slickedit is. The purpose of KDE is to bring a Free desktop to Unix machines. (And yes, Linux, a Unix workalike. Keep going and you may get that cert soon!) . A FREE desktop, with a very neat development enviroment forming. I think that that says why Kdevelop is so good.

    Mags

  8. Re:I'm looking forward to the day they ditch X by Thomas+Charron · · Score: 1

    I disbelieve that you've ever actually looked at X code, let alone had the experience to say something like this.. Why would one EVER REMOVE API's? There is no need. The performance issues with X are a completely seperate issue...

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  9. Re:Kdevelop Mirrors? by ErikSev · · Score: 1

    I was able to grab the source, but not the c refs and other stuff :(

  10. And that style is really nice! by Anonymous Coward · · Score: 0

    Earlier I preferred the motif style (long time
    Motif developer so I got used to it). But after
    using the Platinum style for a few days, there
    was no turning back.

  11. Re:I'm looking forward to the day they ditch X by MenTaLguY · · Score: 1

    The Belin project looks like a neat idea, but the usefulness of a 3D desktop environment currently escapes me. Integrating 3D with the 2D desktop seems like a very good idea, given the 2D screens we all use.

    The Berlin stuff isn't 3D, strictly speaking. Since the coordinate systems are in 3d, and it can use OpenGL as a display target (also Postscript and some other things now), yes, you probably can do a 3d desktop with it. I guess the main thing is that we don't really have any very usable 3d desktop UI paradigms yet, so it looks like we'll be doing a more "traditional" UI first. The 3d capabilities are mainly there as a matter of planning ahead.

    So, most likely (at least from what I see now), the first major Berlin releases are going to be a more or less conventional 2d desktop with some really neat features, and once they're out people are more likely to start exploring 3d UI elements with it.

    (in response to the obvious question, no, the 3d stuff doesn't really cost you anything if you don't use it)


    ---
    --

    DNA just wants to be free...
  12. Re:I was actually refering to windows and not MS by timster · · Score: 1

    Win98 *is* Win95 and IE. Shipping win98 as a product is just a Microsoft distribution mechanism designed to spread IE as much as possible. Other than that there's no real difference between win98 and win95. MS now considers the win9x platform essentially dead, remember? That's what all this hype about win2k is really about; MS is trying to move people off the win95 arch as fast as they possibly can. win95 was a mistake and has been soiling MS's reputation since the day it was released.

    --
    I have seen the future, and it is inconvenient.
  13. Wrong approach. by patrikr · · Score: 1

    If you try to force your way of doing things down my throat, I'll use something else, thankyouverymuch.

    Single/double-clicking _definitely_ needs to be user-selectable.

    --

    --
    All Glory To The Hypnotoad!
    1. Re:Wrong approach. by Roberto · · Score: 1

      If you are not willing to improve it yourself, you are imposing your way of doing things on the developers.

      Most knives cut both ways.

  14. Re:KDevelop is remarkable by Anonymous Coward · · Score: 0

    A dialog editor and Corba-ing an icon editor is not RAD. Delphi, Builder, VB are all RAD tools. kDevelop is simplyt a knock-off of MS DevStudio.

  15. Cool! KDE is whats going to win over microsofties. by Anonymous Coward · · Score: 3

    MY favoite app for linux right now is the kwm. IT rocks. I use to dislike it because its was a little bit slower then the rest of the windows managers but its getting pretty to look at with each new kde release and the new themes for it look really cool. My main reason for living it is the intergration with the kde desktop and the tool bar and everything else about kde. I really love kde as a whole bunch of programs that interact with each other. Microsoft is allways worried about the next killer app that will come out under there nose and I believe they found there match. WOrse yet its not windows based. :-)

    MY second favorite app for linux is kdevelop. I had trouble getting kdevelop .4 to install. Something about obstdc not found. I cant fidn this fiel anywhere. :-( BUt version .3 rocks on my mahcine. Its loaded with application wizards just vc++ and I can have a wizard for a kde app, qt app, or even jstu a consule app. THere is even a documentation windows so I can load a c-reference manual, kde programmer reference manual, or even just a help manual for kdevelop itself. KDe even can use emacs style key bindings. IT ROCKS. GO download it. If you can't afford code warrior this is the next great thing.


    I also have a friend who works at microsoft and he told me that kde scares the sh*t out of Steve Balmer more then any other linux app besides apache. I believe in 5 to 7years from now, kde will match if not surpass the ease of use of wibdows. KDE is allready passed windows 3.1 and is right now close to windows95 in terms of ease of use. Its still in the middle though. BUt compared to the kde beta .3 from this time last year where it was about as easy as windows 2.0 is a huge leap that scares ms half-to-death. IF this progess continues you could expect microsoft to have a terrible headache when widnows 2002 wich will ship in 2004 :-) will not be the easest to use on the block and linux will be the number1 OS in Germany, Japan, China, Korea and perhaps spain or Italy. WHo knows. All I know is that 5 years ago linux was just a toy that only cs nerds heard of. This is just my perspective on kde and how its going to change unix.

    I would love to have crystal ball and look five years into the future. I could bet you that kde will be aorund and be probably the defacto standard in xwindows managers by then with machines ranging form 768- 2 gigs of ram where the preformance drop in kde will not be that noticable compared to windows maker at that time. I imagine that linux will still run on very old machiens though so the other windows managers wills till be there. All I know is that Caldera only uses kde and has kde and qt intergrated in everything. Suse loves kde as well and even redhat who invested ing gnome also a default configuration for kde.

    In 4 weeks kde 1.2 will be done. It included lots of themes and high color icons. I cant wait for it.

  16. actually, the plan is to import GTK themes to KDE by Anonymous Coward · · Score: 0

    Not the other way around.

  17. Re:Looks nice, but is not stable (yet) by dangermouse · · Score: 1

    That makes me smile...I don't use most of KDE, but I do use kfm. Faster KDE file manager is good.

  18. Re:I'm looking forward to the day they ditch X by dangermouse · · Score: 1

    I'd like it to handle remote sessions better... It could use some actual honest-to-God authentication and encryption of traffic, for starters.

    And I dunno so much about that "efficient" bit...

  19. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0

    I'd like it to be faster and more responsive to mouse and other input. It is a great model for server software, but on the desktop it gets in the way, stealing processing power to provide functionality most do not need and providing backward compatibility.

  20. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0

    Why the hell should they ditch X?

    If you're worried about speed wait till XFree86 4.0 with precision insight's direct rendering
    infrastructure and built in 3d hardware
    acceleration (with help from SGI).

    KDE 2.0 and Gnome address most of the usability issues. What else do you want?

  21. Re:KDevelop is remarkable by Anonymous Coward · · Score: 0

    You forgot the application wizard.

  22. List of Mirrors :) by ErikSev · · Score: 1

    I found a list of mirrors. Some only have the page, some have docs and tools, some have the source. Here they are:

    ftp://129.187.206.68/pub/unix/ide/KDevelop/
    ftp://ftp.bawue.de/pub/unix/KDevelop/
    ftp://ftp.chg.ru/pub/X11/kdevelop/
    ftp://ftp.weltopia.com/pub/kdevelop/




  23. Pager? anyone? by Sharkeys-Day · · Score: 1

    Is there a real pager (fvwm-style) available for KDE? I really hate those CDE-style desktop buttons.

  24. Re:License question by Anonymous Coward · · Score: 0

    At your option.

    Read that carefully. It means you're not BOUND to future versions. This isn't a loose license.. it very tightly infects every code you create.

    Mags

  25. Looking good by Dan+A. · · Score: 1

    Looks nice. Too bad I can only get 640x480 on my old monitor.... :(

    1. Re:Looking good by Demona · · Score: 1

      Heh. I'm looking at the screenshots in glorious 2-bit dithered black and white on a Sparc ELC! Wonderful resolution; these things certainly hold their value more than your average 486 from the same time period.

      --
      Fuck Slashdot
  26. Re:God, I hope so... by kneeo · · Score: 1

    gnome is not a gui, you still need a window manager of some kind.

    It's just a glorifed tool bar.

  27. Looks nice, but is not stable (yet) by NP · · Score: 1

    I downloaded a snapshot of kde2 a few days ago, and it compiled cleanly, a few packages in kdenetwork didn't like it, but everything else was just fine.

    It looks really nice and I get the feeling that big progress have been made in the underlaying architechture. To bad it segfaulted every other minute while I was using it, but I geuss that's why it's still pre-alpha.

    Haven't tried kdevelop.

    1. Re:Looks nice, but is not stable (yet) by PimpBot · · Score: 1

      Is there any speed improvements(specifically, in kfm)? When I tried using KDE, it was *extremely* slow on my p200...when KDE runs slower then NT 4 on my machine, you know its got problems ;-)


      --------------------------

    2. Re:Looks nice, but is not stable (yet) by vosque · · Score: 1

      That's interesting.. are you sure it's KDE that's at fault?

      My main workstation at home is a PPro200, with 48M of RAM, and it runs just as fast as anything else....

    3. Re:Looks nice, but is not stable (yet) by Anonymous Coward · · Score: 0

      It's pre-alpha, that's why the whole thing is slower than kde 1.1.x, with exception of konquerer (=kfm successor). This thing is very fast now.

    4. Re:Looks nice, but is not stable (yet) by Uart · · Score: 1

      is it possible to download JUST konqueror? I use GNOME, but i have it set to load KFM instead of GMC, I'd like to upgrade to the new Browser/File Manager, but not the whole desktop.

      --

      Opinionated Law Student Strikes Again!
  28. GUI competition is great. by Colin+Smith · · Score: 1

    This is great stuff. There is more GUI competition within Linux than the rest of the computing world put together. I think we'll see great things from both KDE and Gnome.

    --
    Deleted
    1. Re:GUI competition is great. by vosque · · Score: 1

      Already, I think. I've been enjoying the fruits of both projects thus far, and I've been extremely pleased with the results. My 'doze bound non-geek friends are quite stunned when they see my desktop.

      I guess they expect Linux to look boring. :)

    2. Re:GUI competition is great. by BadlandZ · · Score: 2
      There is more GUI competition within Linux than the rest of the computing world put together.

      Correction, you mean UNIX, not LINUX!

      Linux is not the only OS that can run KDE, Gnome, etc... Don't count my IRIX and FreeBSD boxes out yet, I am quite happy with them, and have no intention of converting them to Linux.

    3. Re:GUI competition is great. by dirty · · Score: 1

      What's also nice is KDE and GNOME seem atleast mildly committed to making future versions compatible with each other. I know for KDE 2.0 they are gonna have some kind of hack so if you run a gnome app it will use your kde theme.

      --

      -matt
  29. Re:Eyecandy-icons -- wait for the next KDE-release by ArIck · · Score: 1

    Okay, I hate to be a nitpick, but I've seen your posts to the KDE mailing lists and I can't take it anymore.Your apostrophes show up as Z's with semicircles over them on TTF fonts. (I think that's a Czech character, no?)

  30. Re:Let's not go nuts now! by flesh99 · · Score: 1

    As long as huge awesome apps like Office (don't tell me it's 'bloatware' and shit, you stupid zealots. Only hackers still use text-editors.)

    Lets see, Word Perferct, Koffice, Corel, Star Office. Compapred to any one of these MS Office ,IS bloatware, any flippin' Office suite that takes 4, count 'em 4 CDs to ship, could be anything but bloatware.

    Guys this is all just realism. We do this Linux thing because it's a hobby. Us hackers are the type of people who like to know what no one else knows. We like to have secret weapons to show off if need be. If everyone uses Linux, then what is the point anymore?

    I was under the impression that, that [everyone using Linux] was the point. Call me naive, but arent we doing this for the masses, to show them that there is a different if not better choice ? If you are only doing it because it is cool, then maybe you are in it for the wrong reasons. There are plenty of us out here who have put their jobs on the line and used Linux, only to prove to upper management that it is cost effective and requires less day to day support.

    And even if you are right... 5 to 7 years??? Come on! What we know of user interfaces will be NOTHING like right now in 5 to 7 years! If anything, we will sit and have conversations with our computers. I know I don't want to be looking at some dumb colorful icon while I chat with my machine. Each UI serves a purpose, and KDE will either fall or change into something that is no longer what we know of KDE.


    Sure and "1984" came true ! These specualtions are ridiculous, The UI IS changing but ever so slowly. Wnat will keep it roughly the same as it is, is the same thing that keeps MS in power, the people. Have you EVER tried to get someone to use a different UI, or convince a secretary that uses WIN95 that Linux is better ? KDE is growing up, and they will be able to change with the time, but I disagree with you abhout the UI being so totally different in 5 years. Come to think of it I disagree with just about everything you said

    --

  31. I remember that! by Anonymous Coward · · Score: 0

    It's by the hungry programmers. Haven't heard anything about it in over a year tho. I think it's vaporware.

  32. Uh, he just said it wasn't slow by Anonymous Coward · · Score: 0

    geez...

  33. I'd look at your configuration by Anonymous Coward · · Score: 0

    KFM runs fine on my P166/32meg, but I compiled everything myself...

  34. Memory Usage ?(or Memory more important than CPU!) by Schwarzy · · Score: 1

    A year ago I tried KDE and was dissapointed by the memory requirement (I had only 32 megabytes -- AMD K6 200 Mhz). I tried then Gnome and still continue to use it because it fits well in my system and not overload it.

    Recently, I took the old computer of my father (486-DX 66Mhz + 8 Megs of memory) because I wanted to have a small installation for working when I am to his flat. Gnome worked with a good answer to my action while KDE really made my swap partition screamed and was terribly slow !!!

    I agree that Kde is more advanced than Gnome for the end user and is it a reason to have it eating memory ?

    I would like to have more information about the memory requirement for KDE

    I think sad to have 128 Mb of memory for having the same speed than NT with 64 Mb or Windows 9x with 32 Mb!

    La Schwarzasse.
  35. Loading up is always slow on a p1 class machine by Anonymous Coward · · Score: 0

    I have the same problem on my p166 wiht 64 megs of ram. After it boots its fine. THe only other thing thats slow is when you first boot up kde and then lcick the kde information icon on the tool bar which displays its setup takes almost 25 seconds.

    I noticed after I clicked it once when I click that same icon again it loads up quickly. I assume its just becuase linux cached it. Weird.

    Its time to upgrade that old machine. I am buying a k7 this fall. Everything else should run fast and smooth.

  36. Re:Memory Usage ?(or Memory more important than CP by Anonymous Coward · · Score: 0

    It worked well on a P 166 with 32 MB RAM

  37. Re:KDevelop is remarkable by Anonymous Coward · · Score: 0

    I don't consider the application wizard to be a RAD tool anymore than the various skeleton builders I've used or created myself. They do speed things up a little, but if you look at mainstream RAD tools a app wizard really doesn't make he cut.

  38. Re:I'm looking forward to the day they ditch X by Brian+Knotts · · Score: 2

    Use ssh. It will take care of your cookie handling and can encrypt your X traffic.

    --

  39. For me too... by Anonymous Coward · · Score: 0

    I have the same setup and KDE performs well...

  40. Re:Memory Usage ?(or Memory more important than CP by Anonymous Coward · · Score: 0

    I don't know what you did to your machine, but Gnome and KDE have about the same memory requirements, with KDE being a little bit faster. (Be sure you use the most recent versions! KDE 1.1.1 is better than 1.1).
    Note that when using CORBA panel applets in Gnome, memory consumption can increase dramatically.

    With a 486/8MB computer, I'm absolutely sure you won't get a decent response with either of them, anything else is bullsh*t.
    This is mostly due to the fact that X itself is an enormous memory hog.

    To answer your question: Memory requirements will increase with KDE 2 due to the Corba ORB (currently ~+5MB). Using big components like KOffice you'd better get 64 MB.

  41. Re:I'm looking forward to the day they ditch X by SimonK · · Score: 1

    I cannot agree that X is efficient or flexible. I agree we should be very cautious about replacing it, but is definitely showing its age. It'll be interesting to see if the Berlin guys ever come out with anything useful - they do have some good ideas.

  42. Single click... by RPoet · · Score: 1

    Most KDE developers seems to be in favor of single click, which I think is a pity. I wish there could at least be an option to allow double click, as this seems much more logical and flexible to me (one click selects, two clicks executes). Single click is much more prone to mistakes (especially when selecting multiple files).

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
    1. Re:Single click... by AArthur · · Score: 1

      Adding a option to make the program support double clicking, probaly wouldn't be too hard--so feel free to implement it yourself.

      Remember Kommander/Kfm uses a different idea to what files are -- it treats folders as if they were web pages (and you can modify the look and feel if you know how to), which is a totally radical deparature from anything Microsoft or Apple has ever done (which is invovation in my book). Since, most people agree the web is going to an important part of the future, we want to make the desktop easy to use and act just like the web (no matter what protocol you are using). What's nice about Kommander/Kfm is it treats a web page like files, you single click them to launch them.

      Yes, this is different to what you may be used to in the old days, but I think this is a gui improvement.

      With this new paradigm, you select files using the rectangle box, just like in the old days, but you can't do it with single clicks anymore (just like with web links).

      Internet Intergration is a good thing in my book. ;-)

  43. Re:Eyecandy-icons -- wait for the next KDE-release by Anonymous Coward · · Score: 0

    Do they? Didnt know! I will try to change that.

    Torsten Rahn
    kdeartists-team
    ---
    KDE 2 -- a new millennium a new desktop

  44. It's not going to happen. by Anonymous Coward · · Score: 0

    Havoc could probably supervise the coordination but whenever something concrete happens Miguel jumps in, tells everyone what to do, and people get fed up. Look at the gnome-kde-list archive and the wm-spec archive for evidence of this.

  45. Re:KDevelop most promising Linux IDE yet... by Eccles · · Score: 2

    It seems to me IDEs should be one of the most effective applications for open source development. A significant percentage of programmers want one on a variety of platforms, its users are mostly capable of improving it, and having an IDE lowers the barrier to new developers for projects.

    SlickEdit looks pretty cool though, it's the first place I've seen intra-line file differencing as opposed to plain old line-by-line file differencing. I've been thinking of hacking a version of diff to have an option to do that, or perhaps a post-process filter on the diff output.

    --
    Ooh, a sarcasm detector. Oh, that's a real useful invention.
  46. Mice cause RSI: need kbd control for KDE & E by Anonymous Coward · · Score: 1

    Actually, it's not the clicking the causes RSI. It's the grabbing hold of the mouse, cutting off the blood supply. What we really need is a way to have KDE or Gnome/Englightenment completely *keyboard* driven if the user wants this. That would help a lot of us whose hands hurt. Minimise your mouse usage to maximise wrist life.

    1. Re:Mice cause RSI: need kbd control for KDE & E by Roberto · · Score: 1

      If you find anything in KDE that can't be done with the keyboard, report it as a bug.

  47. Re:KDevelop most promising Linux IDE yet... by Anonymous Coward · · Score: 0

    Damned trolls. Linux is Unix. Stop lying. Fuck the lawyers and their cert. We know whatever should smell as sweet should still be a rose, despite its name. Lawyers are the root of all evil.

  48. Re:Themes by John+Allsup · · Score: 1

    Maybe he's thinking as a USER??

    The idea of having 3.14 themes on your desktop maybe reasonable to anybody whose had the misfortune to see how X-Windows works, but to the average rest-of-population person it is simply silly. Why do you have to have one UI manager for the outsides the window, and one for the insides of each window? It's just plainly unintuitive, wasteful and very inconsistent from a UI persective.

    If you need further convincing, take a look at how the Mac menus appear in KDE, and then try them under a different window manager (and see how they did them -- rather unimpressive isn't it). Nope. Sorry. That they got it to work at all in the braindamage we all know and love as X-Windows (or 'The X Window System' if you must) is something to be applauded.

    APPLAUSE

    So maybe he doesn't know what he's talking about. Then all the better for him, and all the worse for you!


    John
    --
    John_Chalisque
  49. Re:Let's not go nuts now! by Anonymous Coward · · Score: 0

    NT did not have the 95UI until 4.0, about 3 years ago. NT looked like win3.1 before that.

  50. Re:I was actually refering to windows and not MS by flesh99 · · Score: 1

    I guess you haven't heard MS is releasing another OS base on the 9x kernel, have you ?

    --

  51. Re:I'm looking forward to the day they ditch X by Compuser · · Score: 1

    You are right about the last one, my statement
    was subjective and was never meant to be more
    than that.
    But let me refrase my point: if you had one
    server, you could hard code a good portion of
    your communication protocol to speed things up.
    I hope you do not claim that X protocol is as
    efficient as a pipe.
    When I said there'd be no reason for client
    server architecture, I meant precisely that
    the user would not have a choice of servers but
    one server only. Bad wording on my part, I agree.
    I still think that a web page stating flaws
    in X is necessary. You could state what you think
    are warts, and it could evolve in _your_
    direction.

  52. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0

    The Belin project looks like a neat idea, but the usefulness of a 3D desktop environment currently escapes me. Integrating 3D with the 2D desktop seems like a very good idea, given the 2D screens we all use.

    A few years ago Apple produced a videotape called "The Moment of Discover" that was their view of the future of the UI that was pretty interesting. It was a minor evolution to what we are seeing today. It was based extensivly on drag and drop along with the manuplation of everything as a graphical entity.

    What I think is going to happen is that we're going to end up with the Windows API running on top of a bare bones HAL. I don't think that's the best solution, but commercial entities will see that as a quick and easy transformation path. The momentum behind that type of solution will be hard to resist.


  53. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0
    X....runs completely separate from the kernal [sic] and often completely separated from the user, too.

    It's networked display capabilities... mean nothing at all to 99.9% of all computer users.

    XWindows! After all it was good enough for Dad!

  54. Re:Memory Usage ?(or Memory more important than CP by Schwarzy · · Score: 1

    (Be sure you use the most recent versions! KDE 1.1.1 is better than 1.1).

    humm.... I am still with the 1.0 series, thx for the tips, I will try a recent distro.

    With a 486/8MB computer, I'm absolutely sure you won't get a decent response with either of them, anything else is bullsh*t. This is mostly due to the fact that X itself is an enormous memory hog.

    To be more precise, I have tried a Gnome + WindowMaker installation and a full Kde 1.0 installation.

    Morality of these ./ thread: use the latest version before slahdotting. :-)
  55. Re:KDE 2.0 wish list by Avus · · Score: 1

    KDE uses the 'single-click paradigm' pretty consistently, which is IMHO a good thing. Once you get used to it, you won't want to miss it.

    The double-click folks should try out KExplorer (now called Kruiser), which is a nice MS Explorer clone which behaves in the 'traditional' way.

  56. Re:I'm looking forward to the day they ditch X by Thomas+Charron · · Score: 1

    X needs to move forward, but I'm not sure replacing X is the answer.. They need to extend new technolgies into X, and everything will be fine.. There is also GGI, which there are X servers for, which add alot more flexibility to the graphics systems..

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  57. Re:Memory Usage ?(or Memory more important than CP by Anonymous Coward · · Score: 0

    1.1 has more features AND is much faster than 1.0

  58. KDevelop most promising Linux IDE yet... by Anonymous Coward · · Score: 0

    When I started developing on Linux, I searched down the whole 'net and tried about every IDE out there (Code Crusader, XEmacs, C-Forge, gIDE, etc..).

    I stranded on KDevelop. It rocks. Being used to Delphi, Kdevelop is the Linux IDE which comes closest.

    1. Re:KDevelop most promising Linux IDE yet... by warmi · · Score: 1

      Try SlickEdit - very nice ( almost like MS IDE )

    2. Re:KDevelop most promising Linux IDE yet... by Anonymous Coward · · Score: 0

      Slickedit? I think not. That's commercial, you know?

      Mags

    3. Re:KDevelop most promising Linux IDE yet... by warmi · · Score: 1

      So fricking what ? Are you willing to settle for less just because somebody is trying make money out of their software ??

  59. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0
    Will DRI help with 2d desktop performance --I don't really understand it but the stuff I read left me with the impression that DRI was a way to get 3d stuff to execute in a less client/server way than the normal X practice, thus speeding up the windowed display of GLX/Mesa applications.

    The slowness of X can generally be helped by device specific X servers like XiGraphics' acceleratedX. XF86_SVGA is not optimized for any particular board thus they all pretty much suck compared to their performance in Windows.

  60. Re:mirror - you will not be able to get this /.'ed by BluBrick · · Score: 1
    Let's see what we have here.

    1. A historically vigourous discussion topic on slashdot
    2. A link posted recently slashdotted
    3. A link to a mirror of the slashdotted site
    4. A Monday morning (Second only to friday afternoons for network problems, as we all know)
    5. And an AC virtually challenging the /. community to DoS the poor server


    You're not that site's network admin, are you? :)

    --
    Ahh - My eye!
    The doctor said I'm not supposed to get Slashdot in it!
  61. Re:Memory Usage ?(or Memory more important than CP by Iggy · · Score: 1

    > Memory requirements will increase with KDE 2
    > due to the Corba ORB (currently ~+5MB).

    It's just nice to know that they are thinking about the memory requirements of the system by using a stripped down version of MICO. I know that an ORB is the only way to really improve KDE and KOffice is going to be one killer app because of it. :))

    Iggy

  62. Bah. Looks awful. by Anonymous Coward · · Score: 0

    Somebody needs to inject a bit of sanity to counter all the "looks great" posts...

    I think KDE is awful from a user interface standpoint, and these new screenshots show it's not going to improve. Why? It tries way too hard to look and act just like Win95/98. KDE should be innovating, not imitating and adding useless eye candy (e.g. transparent terminals). (If they're going to imitate, at least they could imitate something with a better user interface than Win9x.)

    I mean, I *really* don't want my web browser combined with my file manipulator. Why would KDE ever do that? Web browsers make lousy file managers. The only answer is that the KDE project cares more about making it look like Windoze than making a good interface, presumably because they think people won't switch from Windoze otherwise.


    Gnome suffers from a lot of the same problems. I think so little of KDE and Gnome that I just shut them off and use plain-jane fvwm2 and do all my file maintenance chores from the shell. If a GUI interface isn't at least as good as the Macintosh Finder (which is creaky and ancient and poorly updated for the 90's, for Ghu's sake), why bother?

  63. This gets up'ed to a 2? by Anonymous Coward · · Score: 0

    Someone says something "sucks" and it gets moderated up...

  64. KDE and GNOME by nitehorse · · Score: 1

    This is something that really impresses me about the KDE team. KDE2.0, even in pre-alpha stage, is so much more impressive stable than GNOME. There are definitely some issues to be worked out (like the fact that all of my icons aren't on the desktop, just in a small window on my screen) but there are some really impressive things going on especially with the KOffice suite. Now the thing is- is there public access via CVS or any other means to GNOME2.0? Is there even development going on with GNOME2.0? KDE is here to stay, and they've got a real road map- there's been work going on with KDE2.0 since 1.1 was released, and maybe even a little before that.... plus, have you seen the "GNOME Office suite"? There are at least three different word processors! Where's the coordination? I hate to bash GNOME (really, I do- I use GNOME plenty and I really like it) but they don't have as much of a future plan as KDE.

    Also about the themes: I saw an earlier comment remarking about how they hoped the System style (themes are called "Styles" in KDE2.0) wasn't the default. No, it's not- the default is really impressive, and it's not a "theme" like for E or for GNOME. It's just a simple new way of making the desktop look and act a bit more futuristic. And also, about the System style itself: It is ten times more stable than any of the themes I've seen for E, save the default (BigClean) and ShinyMetal themes. The styles are really cool and not only that, but they also are functional. They work, which is more than I can say for some of the themes for the other desktop...

    All in all, I'm pretty glad to be using Linux. The months ahead are looking better and better... and to the guy who wrote that in 5 years Linux will be the champion, I doubt that it will take that long.

    Also, one last thing: Has anyone seen/used Windows 2000betaX©? Seems like the more rehashed Windows© gets, the more it looks like KDE... oh, yeah, and everybody who claims that KDE isn't as advanced as Windows95/98/NT has to remember: KDE is only at MajorVersion 1. Wait til WE get to version 4.0....

  65. KDE and GNOME by nitehorse · · Score: 1

    This is something that really impresses me about the KDE team. KDE2.0, even in pre-alpha stage, is so much more impressive stable than GNOME. There are definitely some issues to be worked out (like the fact that all of my icons aren't on the desktop, just in a small window on my screen) but there are some really impressive things going on especially with the KOffice suite. Now the thing is- is there public access via CVS or any other means to GNOME2.0? Is there even development going on with GNOME2.0? KDE is here to stay, and they've got a real road map- there's been work going on with KDE2.0 since 1.1 was released, and maybe even a little before that.... plus, have you seen the "GNOME Office suite"? There are at least three different word processors! Where's the coordination? I hate to bash GNOME (really, I do- I use GNOME plenty and I really like it) but they don't have as much of a future plan as KDE.

    Also about the themes: I saw an earlier comment remarking about how they hoped the System style (themes are called "Styles" in KDE2.0) wasn't the default. No, it's not- the default is really impressive, and it's not a "theme" like for E or for GNOME. It's just a simple new way of making the desktop look and act a bit more futuristic. And also, about the System style itself: It is ten times more stable than any of the themes I've seen for E, save the default (BigClean) and ShinyMetal themes. The styles are really cool and not only that, but they also are functional. They work, which is more than I can say for some of the themes for the other desktop...

    All in all, I'm pretty glad to be using Linux. The months ahead are looking better and better... and to the guy who wrote that in 5 years Linux will be the champion, I doubt that it will take that long.

    Also, one last thing: Has anyone seen/used Windows 2000betaX©? Seems like the more rehashed Windows© gets, the more it looks like KDE... oh, yeah, and everybody who claims that KDE isn't as advanced as Windows95/98/NT has to remember: KDE is only at MajorVersion 1. Wait til WE get to version 4.0....

  66. Re:I'm looking forward to the day they ditch X by Compuser · · Score: 1

    I don't need it -> it's useless to me -> there must
    be an off switch for this option (either run time
    or compile time or both).
    Also, anyone who cares about privacy and security
    will not connect any of their PCs to any network.
    You can have a lowly peice of sh*t for networking
    and do real work offline. Floppies, zips, CDs etc.
    were created to facilitate info transport if
    you absolutely have to xfer something, but
    preferably leave your computers offline 100%.

  67. Sorry about the dual posting by nitehorse · · Score: 1

    Sorry about that.... ::slaps self in face:: d'oh!

  68. Whoops, I meant this as a reply to below... by Anonymous Coward · · Score: 0

    Sorry ;-)

  69. Re:Single click...more user oriented. by musique · · Score: 1

    I personally prefer single click. I started experimenting with "buttons" on my Mac. I find it easier: rubberband to select (or click the name) and click the button to open.

    Now with NT/IE 5.0, you don't even have to click to select, just pause over a file and it is selected. Hold shift to select multiple files or control to select non-contiguous files.

    KDE's single click is going with the trend. It is easier and less confusing for a naive user. Lots of users that I work with do not know if they have double clicked fast enough. I see it all the time...users double click, waits 10 seconds and wonders why nothing happened and double clicks again.

    Double click should be an option though: I've seen die-hard Mac and PC users double click URL links on an HTML page.

    KDE is designed to be a users UI, and single click is the simplest and easiest UI (IMHO). I DO think that they should default close to be on the opposite side of maximize/minimize as on the Mac--Much superior (how many times have you accidentily clicked the X instead of maximize? How many times on a Mac?)

  70. Re:Let's not go nuts now! by Anonymous Coward · · Score: 0

    Features don't make bloatware, but poor coding and lots of depencies make bloatware--(modules, people they rock). You can moduluarly add features and not require them, unless the user wants them (think things like the kernel--adding a driver to the source, doesn't bloat the binary much--the Linux kernel binary is doubling in size with every release--for some people it actually get smaller (as it gets more efficent).

    Why do people buy upgrades like Office 2000 or Office 97? 'cause people read the features list, and start drooling, I just got to have that wiz-bang feature! When I first heard of GTK+/ Enlightenment themes, I really drooled about. As did I drool over Office 98 when it came out... and this is an typical thing, people don't want to be using text editors from the 1960's to do day to day work. Sure, in some cases they would be much more efficent, but most people see the feature list with the Wizbang new version of Windows / Office and want it. Although, you look at the feature list of KDE 2.0/Koffice, and you start to wonder if you actually get more with KDE 2.0/Koffice then MS Office/Windows. And at a much better license and price. ;-)

  71. Re:I'm looking forward to the day they ditch X by scrytch · · Score: 1

    > X is efficient,

    *cough*bullshit*cough*

    > What more could you want it to do?

    Antialiasing, alpha blending, higher-level protocols (sending widgets over the wire, not just their shapes), coordinate transformations, resolution independence, device independence.

    There you go.

    --
    I've finally had it: until slashdot gets article moderation, I am not coming back.
  72. Re:KDE 2.0 wish list by Anonymous Coward · · Score: 0

    Since it was mentioned. kruiser can be found on
    http://devel-home.kde.org/~kruiser/index.html

  73. Re:mirror - you will not be able to get this /.'ed by Anonymous Coward · · Score: 0

    No, I am not, but on this server there are nearly 200 GB and I always get the full speed of my modem (128kBit/sek) and that every time so I think that it can't be /.`ed. :-)

  74. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0

    Oh yes. Grand idea -- add to the cruft. You do realize, I hope, that no one will ever remove APIs from X. So the more you add to it, the larger, the cruftier, the more impossible to maintain or develop for it becomes.

  75. The "system" theme? Say it ain't so by scrytch · · Score: 2

    I sincerely hope that that last screenshot that shows the "system" theme isn't the theme that kde uses out of the box. Lemme tell you a secret about themes:

    They suck. They're hideous, garish, clashing, and make your entire professional body of work look like some 3L337 kiddie's toy. I hate them. Everyone I've shown them to sneers at them.

    At least this is true for well over half of them (I have seen some nice ones, E's default theme these days is a nice one). If this is made the default KDE theme, I hope to god distributions will change it to something they can demo without embarrassment.

    --
    I've finally had it: until slashdot gets article moderation, I am not coming back.
    1. Re:The "system" theme? Say it ain't so by warmi · · Score: 1

      Yep. Even troll got pulled into this game and came up with themable qt ( unnecesary bloat for toolkit) I guess they wanted to match GTK which first came out with that madness ( it seems like themes and related stuff was more importand to GTK crowd than having properly working toolkit in the first place - on the other hand, default GTK is so ugly that , I guess, they had to come up with something to fix that.)

      Yep, you are right, most themes are ugly like hell ( specially those toolbar buttons - uhrrrr)

  76. Re:Memory Usage ?(or Memory more important than CP by JohnZed · · Score: 1

    Ok, I just have to second the advice that you switch to KDE1.1.1 or better to improve speed, but I'd also recommend trying WindowMaker + KFM (the KDE file manager). With WindowMaker you already have the dock, background manager, etc, so you don't need a panel or kbgndwm or anything like that. KFM with the new KDE 1.1.2 hi-color icons looks damn cool and it fills in that empty space on the left side of the screen (I use dock to the right, clip at the bottom) that always seemed so asymetrical.
    Plus, KFM by itself only needs a few megs of memory.
    --JZ

  77. You're SO right. by Anonymous Coward · · Score: 0

    The "themesters" have no concept of elegance. I wonder if that carries over to their code.

  78. Not very relevant. by Anonymous Coward · · Score: 0

    You didn't rebuke my claim at all that according to his argument MicroSoft cannot be beaten.

  79. kdelibs/kdeui/kthemeXXX by Anonymous Coward · · Score: 0

    It's in the CVS.

  80. Yeah, slow for me too. And unstable. by Corndog · · Score: 1

    It is turning out real nice, but in this early stage (there are LOTS of new features and changes) it is still quite unstable. Many bugs, and it moves slow. Not all of it, but the KControl Panel thing is the worst offender, and always has been. Oh yeah, I am speaking of the snapshot I downloaded on Friday, so I mean the new stuff.

    --
    Corndog
  81. Re:KDE 2.0 wish list by zuvembi · · Score: 1

    I haven't really had that many problems with Netscrape lately. It's of course still moderately awful, but 4.51 only crashes occasionally (maybe once every day or two). The only problem I have is that it obviously has memory leaks, because one time I took a look at it's resources, and it had grabbed 192 megs of memory for itself. I didn't notice until I couldn't open a new app.

    I've noticed that it became a LOT more stable once I upgraded from Suse6.0 -> 6.1. I'm not sure why that would be, but it was. Maybe some problem library netscape depended on started behaving? No clue really. I'm reasonably happy it, and just waiting for Mozilla to become usable.

  82. cool looking icons........ how'd they do that? by Anonymous Coward · · Score: 0

    Hi

    I've wondered a lot how these places create such cool looking icons. What sofware package? Where do they get the clipart? Can I create some like that for my website and not have to be bothered with 'for your own personal use' licences?

  83. This does not bloat Qt at all by Anonymous Coward · · Score: 0

    All Qt had to do was make the drawing methods for the paint routines virtual. If you don't use a themed style this is just as efficent as Qt1.x.

  84. Re:Memory Usage ?(or Memory more important than CP by ochinko · · Score: 1

    Run Ktop. Mine shows that total memory consumption with X, KDE, and 3-4 small apps running is about 24 MB. I have a Celery 300A with 64 MB and much of the rest of my RAM is used for buffering and caching. So I presume that it would run quite happily in 32 MB. I won't be surprised if 2.0 with KOffice uses more, because of MICO.

    No matter how much programs I start I've never seen a single byte getting swapped. But I don't complain :)

  85. using a pentium 150 w/32megs w/o problems by Anonymous Coward · · Score: 0

    Not the snappiest performance in the world but my laptop runs KDE fine. Maybe you have other programs running which are eating killing performance?

  86. using a pentium 150 w/32megs w/o problems by Anonymous Coward · · Score: 0

    Not the snappiest performance in the world but my laptop runs KDE fine. Maybe you have other programs running which are killing performance?

  87. Re:actually, the plan is to import GTK themes to K by dirty · · Score: 1

    I'm sorry mr. anonymous but you are mistaken. Last time I checked there was indeed a plan to convert GTK themes to KDE (most likely just writing a GTK-Style theme which could read the pixmap themes). But also, there was a plan that when you run a gnome app, KDE would take the current theme, convert it to a pixmap based theme, and tell the GNOME app to use that theme. It's a bit of a hack, but it will work.

    --

    -matt
  88. Re:I designed this theme for testing by AArthur · · Score: 1

    This "GUI Designer" theme building program, really excites me, and I hope it will live up to it's name by building powerful, quick and useful themes.

    As a long time Kaliedoscope (a themeing program for the Mac OS) user, I often used a themeing program known as Kdesigner, which made building themes, relatively easy (well, not that easy, but it wasn't rocket science either).

    Well, this should lead to dozens (literally) of both good and bad themes for KDE, but since everybody will have a choice this will be a good thing.

  89. Re:KImageShop as well... by AArthur · · Score: 1

    They will try hard to ship KOffice in the same time frame as KDE 2.0, since they both need quite a bit of work (we are looking at around January '00 from what I have heard).

    KOffice, according to what I have been reading is starting to have some stablity work done on it already, and doing some hookups in some of the apps. True KSpread and Kformula need some work, but KWord and KPresentor look as they will be well ready by the time of KDE 2.0.

    KImageShop sounds nice, as does Killustrator. These also seem like important KDE-2.0 desktop apps.

  90. Re:I'm looking forward to the day they ditch X by AArthur · · Score: 1

    That may be a issue of how well the X Server supports your hardware (including things like Hardware Acceloration) -- most X Servers aren't good on all hardware -- for example XFree86 isn't the fastest or the best on several video cards.

    What that means, is that Windows 95 has better video drivers then XFree86 (or what X Server you use) for your hardware.

    Yes, some people with certain X Servers claim that they get far better preformance with X then with Windows 95.

    When will we get better X Servers? When people convience there graphic card makers to support X development, by putting teams of people to improve things like XFree86. If enough people do this, your graphic's card vendor will feel required to improve it's XFree86 preformance.

  91. Re:Memory Usage ?(or Memory more important than CP by AArthur · · Score: 1

    I can attest to that. KDE and GNOME seem to work pretty good on a machine with only 32 megs of RAM.

    If your machine doesn't have at least 32 megs of RAM, you can probaly still run KDE/GNOME but the preformance will be slightly slower (and likely unusable).

    But the fact is, RAM is cheap. Virtually anybody can afford a machine with at least 64 megs of RAM, alot of new machines come with around 128 megs.

    When people say Linux can run on a 386 with 4 megs of RAM, just remember they are referring to a min. equiped setup -- just the basics, with no X or anything.

  92. No he didn't, dumb ass. by Corndog · · Score: 1

    He said that KFM was fast. Geez...

    --
    Corndog
  93. yes. Its called kpager by Anonymous Coward · · Score: 0

    The pager is still in beta and should be part of kde 1.2 wich is about 2 to 4 weeks away. There is a pic of it at the screenshots section of kde's homepage at www.kde.org. I have never tried it so I dont know how good it is.

  94. Re:Themes by mwa · · Score: 1
    Actually, you CAN do somethings with Motif apps displaying on KDE. On the KDE Styple control panel, there's an option to apply fonts & colors to non-KDE apps.

    I love watching jaws drop when I pop up HP OpenView (Motif based) on my KDE themed desktop. With fonts, colors and window decorations all the same, it looks very much like KDE OpenView!

  95. Re:Single click...more user oriented. by Anonymous Coward · · Score: 0

    Oooh.. I hate the pause. it takes a second - I'm not being sarcastic, it's bloody annoying when I could be moving faster around. Waiting for a second isn't cool kids.

  96. Shutup. You sound foolish. by Corndog · · Score: 1

    Lets see, Word Perferct, Koffice, Corel, Star Office. Compapred to any one of these MS Office ,IS bloatware, any flippin' Office suite that takes 4, count 'em 4 CDs to ship, could be anything but bloatware.
    You sound like an idiot! Have you tried these programs? They don't have nearly as number of helpful features as Office. Their UI is not as nice (although each have their plus sides), Koffice (oh please. I compiled the latest build. sheesh), Star Office (oh god no) and Word Perfect (for linux) are as SLOW AS HELL. They each crash more then a Win31 server would if it were running slashdot during a flameout!

    Have you EVER tried to get someone to use a different UI, or convince a secretary that uses WIN95 that Linux is better ?
    You speak as if it is the secretary who is foolish for not using Linux. How is Linux better for a secretary then Windows? I can not think of a single reason! Is it faster? Nope, not office apps. Is it more stable? Nope, not it's office apps OR it's GUI. Is it as user friendly? HA! Don't even get me started! Is it cheaper? Yes. Do secretaries pay for their OS? No!

    For those who are wondering: read my above comments which incited this attack. I use Linux, I hack for Linux, I love Linux. But I also an not so foolish as to follow the sheeps ass directly in front of me. It is you people (whom make such pathetic attacks) who will end up ruining a fine hacker OS. MS can just sit back and watch us eat ourselves to death.

    --
    Corndog
  97. God, I hope so... by Corndog · · Score: 1

    Having two GUIs is great, except when there is an app for one and not for the other. Well, you could run it, but... isn't this all about looks anyways?

    --
    Corndog
    1. Re:God, I hope so... by timster · · Score: 1

      its primary real weakness... in the default GNOME setup, you have two conflicting interfaces: GNOME and E. I have to say that, while I like E as a windowmanager, I don't think it's an appropriate default GNOME wm. KDE's biggest strength is its presentation of a unified interface, since kfm and the rest _are_ integrated. wm independence sounds good on paper, but the wm is too central to the interface to build a unified look&feel without involving the wm. GNOME needs to come up with a small, GTK-based wm, that makes sense.

      --
      I have seen the future, and it is inconvenient.
  98. The default widget style is Platinum by Anonymous Coward · · Score: 0

    As far as not liking the theme itself, feel free to design your own. KDE will come with a widget theme designer (soon to be in CVS).

  99. Re:Mirror sites for screenshots? by holzi · · Score: 2

    Look here:
    http://www.de.kde.org/webmirrors.html

  100. I designed this theme for testing by Anonymous Coward · · Score: 0

    I don't know if it will even be included in KDE2.0. This, along with the other themes in the screenshot were created on the fly mostly for testing the KThemeStyle code as I was writing it. Once the GUI designer is out we will have both users and artists working on themes, and we will probably have a contest to see what is included.
    mosfet@kde.org

  101. Take a look and see. by Anonymous Coward · · Score: 0

    The theme code is small, fast, and rather elegant. If you have suggestions or patches I would be glad to review them, although this probably won't happen since I doubt you can code...
    mosfet@kde.org

    1. Re:Take a look and see. by Anonymous Coward · · Score: 0

      No, it probably won't happen because writing themes doesn't interest me. However, I will take a look at the code. Can you point me in the right direction? Is the theme code part of Qt, or is it available separately? I really didn't mean what I said to be offensive, though I can understand why you would think so.

  102. Re:Memory Usage ?(or Memory more important than CP by holzi · · Score: 1

    Since Window Maker supports the KDE-Hints, this is a great compromise. I also have the panel switched on.

    Just replace "kwm&" by "wmaker&" in the startkde script. Works fine for me.

    Konrad

  103. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0

    Yeah, kde and gnome tend to slow things down. I got rid of them and tried a few others, like fvwm, windowmaker, etc. They were all much faster than windows.

  104. Re:I'm looking forward to the day they ditch X by Twinky · · Score: 1
    You should go to Berlin.

    With Berlin you get antialiasing, alpha blending, higher-level protocols, coordinate transformations, resolution independence, device independence and much more.

    I am already giving my X its first farewell kisses, Berlin will sure knock it out once it is usable.

    P.S. Some people think Berlin is a 3D-Desktop, it is not! Quote from the FAQ about the use of OpenGL:

    We're using the parts we would have to write anyway to accomplish our goals -- arbitrary linear transformations, subpixel coordinates, multiple colorspaces, anti-aliasing, transparency, NURBS, Z-ordering etc. Things like 3d surfaces, multiple light sources, phong shading, texture mapping, and even perspective projection are all turned off in berlin, which makes it run much faster.
  105. Kdevelop Mirrors? by ErikSev · · Score: 1

    Anyone got kdevelop mirrors? Server seems to be massively /.ed.

    1. Re:Kdevelop Mirrors? by Anonymous Coward · · Score: 0

      http://fara3.cs.uni-potsdam.de/~smeier/kdevelop_ho me/

    2. Re:Kdevelop Mirrors? by Thomas+Charron · · Score: 1

      Unforionatly, doesn't mirror the downloads.. :-{

      --
      -- I'm the root of all that's evil, but you can call me cookie..
  106. You are absolutely right, although too harsh... by Corndog · · Score: 1

    The only complaint I have about KDE is the panel app. My reason might seem lame to some, but I don't like being limitted to one panel. In Gnome (I use KDE, btw) you can stick panels all over and if you use WM, you can stick little wharfs(?) all over too. It is not always useful, but I have found that in KDE I have filled up my panel, ran an app that goes into the tray, and I can't see it because an icon is in the way. And on top of that, there are more icons I want to put in the panel! Well, that was my only real gripe with KDE. Besides that, it can do anything my little heart desires.

    But I wouldn't say it "sucks so much."

    --
    Corndog
  107. Definately Rock's the Casbah by Anonymous Coward · · Score: 0

    Wow, that looks nice!

    I was looking at Kdevelop last night. Downloaded it even but haven't tried it out yet. Looks great though.

    This is gonna be a good year, I can just feel it.

  108. Let's not go nuts now! by Corndog · · Score: 1

    KDE is great, but it will not destroy Microsoft. Microsoft makes more then Windows. That's where their power comes from. As long as huge awesome apps like Office (don't tell me it's 'bloatware' and shit, you stupid zealots. Only hackers still use text-editors.) need all of Windows special Win32 features, Microsoft will sell Windows. And worse then that, as soon as programming KDE or Gnome or any Linux thing stops being fun (if Linux becomes #1), everyone will stop coding for it. Some new little OS will catch hackers' eyes and it will become the Next Big Thing.

    Guys this is all just realism. We do this Linux thing because it's a hobby. Us hackers are the type of people who like to know what no one else knows. We like to have secret weapons to show off if need be. If everyone uses Linux, then what is the point anymore?

    And even if you are right... 5 to 7 years??? Come on! What we know of user interfaces will be NOTHING like right now in 5 to 7 years! If anything, we will sit and have conversations with our computers. I know I don't want to be looking at some dumb colorful icon while I chat with my machine. Each UI serves a purpose, and KDE will either fall or change into something that is no longer what we know of KDE.

    Go ahead and argue, but this is how things always turn out. Shit. That's quite a comment! I don't think I have ever posted so much at once!

    --
    Corndog
    1. Re:Let's not go nuts now! by HiThere · · Score: 1

      Actually, I will tell you it's bloatware. Nothing that has been added since Office 95 has been needed, or even that useful. Now, if they would fix the bugs...And kill that paperclip!

      Of course, just because I don't use it doesn't mean that no one does, but nobody at this office uses VBA in any application except Access. This may eventually change, but MS isn't making it easy. Instead they add frills that are not used by anyone (here). (Although, my mgr. is impressed by the web unification promissed by OmniGulp 2000).

      (lots of verbage deleted here.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:Let's not go nuts now! by Thomas+Charron · · Score: 1

      You mean like Windows 95's UI, which was actually done with NT.. Hrm, lesse, that was over 5 years ago now..

      --
      -- I'm the root of all that's evil, but you can call me cookie..
  109. Scrytch, you read my mind by Corndog · · Score: 1

    Nice to see I'm not alone.

    --
    Corndog
  110. I was actually refering to windows and not MS by Anonymous Coward · · Score: 0

    My english is not very good so you have to forgive my spelling in this comment and my previous original comment as well but I was refering to microsofties as in windows users who have nuetral feelings about ms and just use computers for work. I prefer ms office and I think its a great product but alot of ms office fans hate windows for obvious reasons. I also mentioned that kde will appeal to new unix users and cs students who want to play with there machines and not learn months and months about emacs and config files and so on. It took me 6 months to learn unix on my own and I like the intergrated feel of apps working together when I do work and I wish kde was there when I first used linux. I admit intergration is not important with servers and program hackers and that is why unix lacked in this but kde will help bring consumer apps and consumer users to linux and unix.

    Kde and gnome are the only 2 projects working to solve this intergration problem and gnome seems a little to complex and cluttered for new users and it has major stability problems in its current state. GTK was designed to run gimp and not a whole desktop. IF gmc and gtk are rewritten and all the complexity from the menus removed then gnome might get there. For example if you click with your right mouse button on the panel, you be loaded with commands and options like adding things globally or locally. How is the average joe suppose to know this? He just wants to add an app on the toolbar and thats all he cares about.

    Kde is a little bit slow and corporate looking but its getting alot better. I also highly doubt that microsofts next windows will be that different on the ui issue. Ms is notariously known for slow shipping dates and overhyped products that really only minor upgrades. I am supprised it took ms 3 years to write windows98. It doesnt looke that much different from windows95 and IE.

    KDE is developing at such a fast pace that I would not be supprised if kde could outdue windows techically in the future. MS will still be around but as soon as java and odbc for kde wich are in alpha get ported to kde then all the app developers could just port there apps to linux with ease from windows. I can't wait for the new odobc drivers.

    Ms will always be around like IBM is and crative labs are with there soundblaster line but the ......"we are buy IBM"....or "We only buy soundbalsters because software is written for it" or all gone. MY hope is that ms office will continue but windows will jsut be another os in the computer field rather then "The OS in the computer field" which it is today.

  111. Re:Cool! KDE is whats going to win over microsofti by dirty · · Score: 1

    Few minor nits. First off KDE 1.0 was released over a year ago, you are probally thinking of GNOME, which I think was at 0.3 around a year ago. Second, KDE 1.1.2 (not 1.2) is more than a month off. I think it's closer to two at the moment.

    --

    -matt
  112. Re:Themes by datazone · · Score: 1

    you are too stupid.

    you want one theme that will work on Gnome and E at the same time? what have you been smoking? Do you even know what you are talking about?

    --
    Its spelt "L-I-N-U-X", but pronunced as "Free Beer"
  113. No anti-aliased fonts? by Brian+Kendig · · Score: 1
    KDE2 looks pretty... but gosh, don't all those fonts look ugly and pixellated?

    When is Linux going to learn how to anti-alias fonts, similar to what SmoothType (" http://kaleidoscope.net/greg/smoothtyp e.html") does for the Mac?

    1. Re:No anti-aliased fonts? by akeru · · Score: 1

      XFree86 4.0 has anti-aliased fonts (or at least it did the last time I checked.)

      --Akeru

      --

      Let's hope that there's intelligent life somewhere out in space 'Cause there's bugger-all down here on Earth.

    2. Re:No anti-aliased fonts? by Anonymous Coward · · Score: 0

      I agree with that. Anti-aliased fonts are a definite need. The font displays as they are IMO are butt-ugly. They are so often choppy and square around the edges. Both of the word-processors I've used under Linux (Wordperfect/Star Office) have suffered *greatly* from this and it makes using them a bit annoying. The printer output is fantastic (which in the end is what counts) however.

  114. KDevelop mirror by JohnZed · · Score: 1

    Yup, the server is having a bit of trouble today. Too much good publicity ;) Try http://fara3.cs.uni-potsdam.de/~smeier/kdevelop_ho me/ for a mirror. Please, please, report bugs so that KDev 1.0 non-beta will be as clean as possible! --JZ

  115. Re:I'm looking forward to the day they ditch X by Compuser · · Score: 1

    First, I personally do not need networking and I suspect that a lot of
    home users (i.e. desktop users) will not need it either. Yet I cannot
    turn the networked architecture off and switch to something more
    direct and efficient and with fewer components communicating between
    themselves. Without networking, there's no reason to have a client-server
    architecture, I suspect all of stand-alone X desktop functionality can be
    written as one file for maximum speed and efficiency. Maybe then mere
    mortals could compile X without excedrin. A networked version is only good
    as an option.
    Second, I hope someone starts a page dedicated to pointing out what's wrong
    with X. This comes up many times over and there needs to be an up-to-date
    X critique. If nothing else, it'd help X evolve in the right direction.

  116. Corba Object Models by smartin · · Score: 2

    Does anyone know if the KDE and Gnome guys have agreed on a common IDL interface? It's great to have two CORBA based desktops, I just hope that we can mix and match the applications.

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
    1. Re:Corba Object Models by zifnab · · Score: 2

      They haven't agreed on a common use of CORBA, yet, AFAIK.
      One reason is that the Gnome guys use some kind of proprietary protocol to do
      the authentification (implemented directly in ORBit). I don't say
      they're wrong, but it's a problem when you want to use other ORB than ORBit.
      --

      --
      Memory fault -- brain fried
  117. KDevelop is remarkable by Anonymous Coward · · Score: 0

    RAD/Visual GUI building out of tons of features. Enough said.

    1. Re:KDevelop is remarkable by Anonymous Coward · · Score: 0

      It's about as RAD as Visual C++ (which isn't even visual). So I guess your assertion and the "enough said" doesn't add up to jack. Word to your mutha vanilla ice.

    2. Re:KDevelop is remarkable by Anonymous Coward · · Score: 0

      RAD == Rapid Application Development. Jackass.

    3. Re:KDevelop is remarkable by PHroD · · Score: 0

      would it be, then, 'k-rad'? :P

      (boooo, hisssssss)


      "There is no spoon" - Neo, The Matrix

  118. Older KDE apps by Pengo · · Score: 1

    Are older KDE 1.1X apps going to be compatible, or is an upgrade path necessary?

    1. Re:Older KDE apps by Anonymous Coward · · Score: 0

      I would say most programs must be upgraded.

      It is possible to run both KDE1 and KDE2 based programs on one system, but then you will need
      libraries for both (I do that now).

      But, they better be upgraded. There are so many
      new features (eg. XDND) that should be
      integrated that anything else would be stupid.

  119. Mmm... translucent terminals by generic-man · · Score: 1

    In one of the new KDE screenshots, I noticed that a terminal window had a translucent background (i.e. you could see the background through it). I'm pretty sure I've seen this feature in Enlightenment, but is it possible (easily) to get it with current builds of KDE?

    --
    For more information, click here.
    1. Re:Mmm... translucent terminals by scrutty · · Score: 1
      Its not enlightenment that does this its Eterm - which you can run under any WM.

      Gnome-terminal offers this option too.
      Normal rxvt allows background pixmaps.

      These are all cool looking for screenshots , but you need a heck of a fast machine / X server to get it to run smoothly, and I find I end up getting eyestrain and reverting to good old fashioned black / green in the end

      --
      -- Oh Well
    2. Re:Mmm... translucent terminals by dirty · · Score: 1

      I'm fairly certain that's a feature of Konsole specific to KDE 2.0. KDE 1.1.2 should be out within two months (the biggest hold up right now seems to be waiting for the icons and themes (WM only) to be completed).

      --

      -matt
  120. I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 1

    So many improvements have been made to the whole OS in the last year that linux is finally being seen as a potentially viable desktop OS. X is good, but it isn't good enough to form the basis for a desktop OS. I'm suprised that none of the current desktop groups are looking to replace it, because if they don't, someone like Be, Amiga, Apple or Microsoft is going to do it. It will be proprietary and the winner of this competition will form the basis of the next (or reigning) great monopoly.

    If your going to say that consumers (no not consumers like you, the ones who simply use the computer to play games or browse) are going to care if the GUI is free [as in freedom]. They will not.

    1. Re:I'm looking forward to the day they ditch X by Jordy · · Score: 2

      It amazes me when Open Source advocates defend The X Window System. It makes you wonder if anyone has bothered to look at who controls X.

      The X Consortium is a closed group of members with a membership fee of $50,000/year to do any significant work on X. X is far from the nice open development environment of traditional open source applications.

      This is why all sorts of development has gone into what goes ontop of X rather than what goes in X and is the reason behind projects such as Berlin. It's simply not possible to get things added to X unless you have some serious weight behind you... especially the sort of radical changes the Berlin folks are doing.

      Of course, I am biased in this :)

      --

      --
      The world is neither black nor white nor good nor evil, only many shades of CowboyNeal.
    2. Re:I'm looking forward to the day they ditch X by timster · · Score: 1

      the X protocol, running locally, is far far more efficient than a pipe. It uses shared memory. Pipes are much much slower than SHM.

      --
      I have seen the future, and it is inconvenient.
    3. Re:I'm looking forward to the day they ditch X by Pengo · · Score: 1

      I am not an X - Pert. (hehehe) :)

      Is it me, or does X seem a little sluggish...

    4. Re:I'm looking forward to the day they ditch X by timster · · Score: 1

      If you'll notice Microsoft these days spends a LOT of time and effort on the _appearance_ of responsiveness. In fact you could probably say that they consider the appearance more important than the actuality. That's why Word's toolbar shows up long before it's ready to handle any clicks... if you click it during that time you just have to wait, but if you don't, it *seems* like it was ready for you.

      --
      I have seen the future, and it is inconvenient.
    5. Re:I'm looking forward to the day they ditch X by Compuser · · Score: 1

      Ok, enough with word games. I suggest eliminating
      the IP header to reduce message size. A pipe does
      not require headers, does it?

    6. Re:I'm looking forward to the day they ditch X by Daniel · · Score: 1

      But let me refrase my point: if you had one server, you could hard code a good portion of your communication protocol to speed things up.
      I still don't get it (although you'll probably never read this since it's such an old article :) ) How can it be more hardcoded than..well..hardcoded? That is--we code into the code what bytes to send when (xlib) and what to do when we get them. And what does 'one server' mean?

      I hope you do not claim that X protocol is as efficient as a pipe.
      Well, on a local computer the X protocol uses filesystem sockets, which I believe are essentially fancy pipes. So there's no IP overhead, just the protocol itself. I freely admit that I don't know much about the low-level structure of the X protocol, but I believe that it's rarely used to draw single dots on the screen -- in those cases you use SHM. Higher-level structures -- like boxes, lines, text, and server-side pixmaps -- are much more common and bandwidth-efficient (you have to send relatively little information to specify a box compared to what the server does with the information. Pixmaps cached on the server are even better)

      When I said there'd be no reason for client server architecture, I meant precisely that the user would not have a choice of servers but one server only.

      I still don't get this. You mean we'd throw out all XFree drivers except one, or that there would be a single canonical implementation of the protocol? Neither one sounds like an especially good idea to me -- the second is more reasonable but not so good as a way to get a new standard (pretty much every common protocol I can think of has multiple implementations)

      I still think that a web page stating flaws in X is necessary.

      The main things that spring to mind are an ugly font-handling system, a need for better authentication systems, and inflexibility in color-handling. XFree could use a good, intelligent tool for picking the Right Video Timings, but that's their problem, not a problem with X in general.

      I still feel like you're confused about something. Basically -- you have to have a client-server architecture anyway, pretty much any protocol can work over multiple transport mechanisms (TCP/pipe/local socket), and all the different protocols are already in libc and don't get paged in unless you use them so it doesn't make X any larger. And UNIX sockets are efficient enough for anything but extremely high-bandwidth stuff (think pixmaps and Quake), which is what SHM is for. Not supporting network is just unnecessarily crippling your server.

      Daniel

      --
      Hurry up and jump on the individualist bandwagon!
    7. Re:I'm looking forward to the day they ditch X by Compuser · · Score: 1

      I was going from the high-level approach, thinking
      that every bit of flexibility has its associated
      overhead. Thus, removing networking would gain me
      something if only .1% faster execution.
      One approach would be to compile X into
      programs and to pass requests on the same stack.
      I have a large HDD and can fit 20 times what is
      there now, so many chunks of X code lying around
      would not be a problem for me. But I agree that
      this is ugly and has its own problems.
      However I do not see anything wrong with using
      shared memory for every last bit. It'd be faster
      and could only be done locally.
      Lastly, I am starting to agree with a position
      that we need to move to openGL-based rendering,
      or in some other way move display management into
      hardware. Software is just too slow no matter
      how efficient it is.

    8. Re:I'm looking forward to the day they ditch X by demon · · Score: 1
      I guess this means you don't know what XAA is, and you don't know how XFree 4 and AX/MetroX are set up.
      • XAA (X Acceleration Architecture) is being reworked by the XFree86 Group for XFree 4 to help speed up many common drawing operations. A version of it is already implemented in XFree 3.x's XF86_SVGA server.
      • MetroX/AcceleratedX do not have "device-specific" servers, they have modular drivers that the server loads at runtime to support the display device(s) in your system. XFree86 4.0 will work in the same way (with an ABI so that modules can be provided that will work on XFree86, no matter what x86-based Unix(-like) system you're using).

      I'm assuming you weren't aware of most of this. Now you should be.
      --

      Sam: "That was needlessly cryptic."
      Max: "I'd be peeing my pants if I wore any!"
    9. Re:I'm looking forward to the day they ditch X by demon · · Score: 1

      If you're thinking about Windows' mouse input setup where you can see the mouse pointer move, even generally when the OS crashes, I'd say don't waste your time. All it does is setup a separate process to handle the mouse pointer motion... great, but the motion and button-press action messages still end up in the same message queue for each app as they would normally, so all you gain is the APPEARANCE of better responsiveness. Pretty worthless IMO.

      --

      Sam: "That was needlessly cryptic."
      Max: "I'd be peeing my pants if I wore any!"
    10. Re:I'm looking forward to the day they ditch X by Kenelson · · Score: 1
      Use the right tools for the job. OpenGL/Mesa which is rapidly getting built into XServers as an extension. It has most of the things you request and doesn't envolve a complete rewrite of the system.

      Rather than chucking X, most improvements can be don't by extending the X protocol, or substituting replacements to the underlying system. (CORBA for X protocol for example.) That should be the direction rather than chucking out the entire very mature system. I am all for chucking the X drawing API.

      --Karl

    11. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0

      It's [sic] networked display capabilities... mean nothing at all to 99.9% of all computer users.

      "I don't need it -> it's useless -> it must die!"

      I think that you're right though -- networked display capabilities probably *does* mean nothing at all to most computer users, primarily because most computer users have probably either never heard the term or never used X. Almost everyone that I know who works with the Unix systems at Brown University uses remote display to work out of their dorm rooms. This includes Windows users (they use an X server for Windows..watching WindowMaker replace Windows' window manager is quite fun :) )
      X's network display capabilities are only useless to people who do not have access to a network of computers. I can't imagine functioning in any network of more than one computer without being able to pop up programs from arbitrary computers. Removing network display from X would be like taking out the terminal abstraction layer of UNIX and going back to direct memory writes to the console.

      Daniel

    12. Re:I'm looking forward to the day they ditch X by Andy · · Score: 2

      X is efficient, flexible, and runs completely separately from the kernal. Its networked display capabilities have still not been matched by Windoze or the Mac. Xlib has served as the basis for Athena, Motif, Openlook, GTK, and QT interfaces. What more could you want it to do?

    13. Re:I'm looking forward to the day they ditch X by Anonymous Coward · · Score: 0

      I think the true test of any GUI is the ubiquitous solitaire game. It is the responsiveness of the cards and the clarity of the royals that speak to the true responsiveness and maturity of the system.

      I too think that KDE and GNOME are a little sluggish on my nVidia TNT when I compare it to win95.

  121. in 5 to 7 years???? by Micah · · Score: 1

    KDE has been easier than Windows for about a year now already... where have you been?

  122. Themes by linuxci · · Score: 1

    Will GTK (gnome) and KDE themes be compatible or are there any plans for them to be?

    I think competition in the desktop environments is great and some people may prefer coding in GTK and others may prefer Qt but for the end user who may not have much experience would like to set the theme once and then have the theme applied to both GTK and Qt apps. This will mean that they can use their favourite desktop environment but still have the same look and feel. At the moment the motif (Netscape) apps look different from the GTK apps (the GNOME utilities, GIMP, etc) and the KDE apps.

    There's nothing much we can do about motif but it's use is decreasing so it's not too much a concern but having the same themes between GTK and Qt is the way to go.
    --

    1. Re:Themes by Anonymous Coward · · Score: 0

      Humph. Gnome and the recommended window manager Enlightenment aren't even compatible in regard to themes. I wouldn't bet on it.

  123. KDE 2.0 wish list by CJ+Hooknose · · Score: 2
    Well, the screenshots look awesome (drool...) but there's one thing about KDE 1.1 that really annoyed me: The default "single-click to open/execute." Despite RTFMing several times, I couldn't find any way of changing that to the "standard" double-click behavior. I know, I should've gone into the source and fixed things, but there were games to be played.

    1.1 also had some warning about "security hole in libmedia.so, so KDE's system sounds are turned off by default." If this were fixed, it'd be excellent--the standard system speaker beep gets really annoying. I also noticed that the old kvt doesn't seem to be on the panel. Have they finally managed to get konsole working correctly?

    And is there really a need for kfm to be able to run Java? It'd be cool, yes, but probably of limited utility unless you used kfm as a Web browser...

    --
    Give a monkey a brain and he'll swear he's the center of the universe.
    1. Re:KDE 2.0 wish list by flesh99 · · Score: 1

      Quite a few people run KFM as a browser. I like it much better than Netscape 4.x, it doesn't blow up nearly as often. On the Linux discussion board at work we just talked about how netscape has problems with even /. certain days. KFM has steadily shown every page I asked it to. So in answer to your question, yes KFM needs to run Java.

      --

    2. Re:KDE 2.0 wish list by Anonymous Coward · · Score: 0

      single clicking prevents RSI.

  124. Re: Runs slower than what ? by flesh99 · · Score: 1

    I am running KDE at the office, on a P120 and it does not come up quite as fast as my P2-300 running NT, but it is within a second or two. Sounds more like a probalem with the install, not the program itself.

    --

  125. Re:License question by ochinko · · Score: 1
    It means you're not BOUND to future versions.

    I guess I didn't express myself clear enough. Imagine that 'you' is a software company that would like to embrace and extend the source code without giving away theirs. With GPL 2.0 this is suposedly impossible. But if a future version of it appears which contains a legal backdoor than the company in question could take advantage of it.

    Is this a danger only I am able to see or is it just my imagination?

  126. That's a pretty sad list of GUI's there... by jcr · · Score: 0

    "Xlib has served as the basis for Athena, Motif, Openlook, GTK, and QT interfaces. What more could you want it to do?"

    First point: Every one of the GUI's you mention is crap. (Particularly Motif, but I digress.)

    Second point: Openlook was first implemented on NeWS, not X. Unfortunately, Openlook was so butt-ugly and clumsy that it killed off NeWS, which was a brilliant piece of work.

    As for what I want X to do, I want it to follow the OS/2 Presentation Manager and Vision into a well-earned oblivion.

    Why can't we just get OpenGL talking directly to the display hardware, and take it from there? OpenGL does 2d just as well as it does 3d...

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
    1. Re:That's a pretty sad list of GUI's there... by Thomas+Charron · · Score: 1

      Err, NONE of the mentioned are GUI's.. They are ALL interfaces..

      And OpenGL is simply a way for software to talk to hardware, not an interface in and of itself.. Do you see ONE line of networking code in OpenGL?

      PLEASE look before you leap (post) next time.. OpenGL has NOTHING to DO with the way X works, plain and simple..

      --
      -- I'm the root of all that's evil, but you can call me cookie..
    2. Re:That's a pretty sad list of GUI's there... by Daniel · · Score: 1

      First point: Every one of the GUI's you mention is crap. (Particularly Motif, but I digress.)
      Saying something does not make it true (although Motif is pretty awful..)

      Second point: Openlook was first implemented on NeWS, not X. Unfortunately, Openlook was so butt-ugly and clumsy that it killed off NeWS, which was a brilliant piece of work.

      I dunno..I actually kind of like the OpenLook look, in fact I keep meaning to make a GTK+ theme engine based on it. But it was a bit of a pain to use.

      As for what I want X to do, I want it to follow the OS/2 Presentation Manager and Vision into a well-earned oblivion.
      Not much room for compromise there, is there?

      Why can't we just get OpenGL talking directly to the display hardware, and take it from there? OpenGL does 2d just as well as it does 3d...

      Yes, that would be the problem. I have no desire for my widget sets to be running at the speed of molasses. Please understand, I think that OpenGL is an excellent interface, if you happen to have a good graphics accelerator. Not all of us can afford to spend as much on the video system as on the rest of the computer (heck, I can't even afford the rest of the computer right now.. :-/ )

      Daniel

      --
      Hurry up and jump on the individualist bandwagon!
  127. And that ain't the half of it... by Brian+Knotts · · Score: 2
    It was sort of hinted at by the mention of Konqueror's capabilities, but possibly the most important improvement in KDE 2.0 will be the inclusion of KOffice. Apart from the spreadsheet which is somewhat low-key, the tools ( word processor/DTP, presentation, vector graphics, formula editor, etc.) look to be, if not directly feature competitive, at least in the same ball park as the big guys. And KOffice uses KOM/OpenParts for embeddablity (is that a word?).

    Not to take away anything from any of the other free software projects...but these guys truly amaze me; they are taking on Microsoft, not with words, but with deeds.

    --

  128. License question by ochinko · · Score: 1
    From KDevelop site:

    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

    Ok now, I'm not a lawyer but I am stunned every time I see this because it appears not only in KDE but elsewhere as well. I think GNU GPL is very well thought out and it was it that made the revolution possible. I don't have any reasons to think that its next versions won't be even better but theoretically anything is possible.

    So, my question is: Isn't it absurd to allow your product to be used under a license which isn't created yet? I mean, the developper can only hope that the next version will keep the free spirit.

    If you allow a bug to crawl into your code you can kill it afterwards and then release a subsequent version without the bug. Everyone will start to use the new version to avoid the bug. If, however, there turns out to be a hole in some future version of the GPL, all software under such loose license would be possible to be sucked from that hole. No subsequent version would be able to cure that because it is the user that decides which version of the GPL to use.

  129. Not very optimistic... by Anonymous Coward · · Score: 0

    According to your logic MicroSoft will never be replaced. Not a very nice view of the future...

    1. Re:Not very optimistic... by DrMaurer · · Score: 1

      Not very interesting. He wrote what, seems to me, at least, is a very intelligent and thought out argument and warrents further discussion.

      In a few words, get off your box, what's best will win, and I have a feeling what will win hasn't even been released yet.

      thanks for your time

      --
      Dan
  130. Wrong. by Chandon+Seldon · · Score: 1

    KDE is great, but it will not destroy Microsoft. Microsoft makes more then Windows. That's where their power comes from. As long as huge awesome apps like Office (don't tell me it's 'bloatware' and shit, you stupid zealots. Only hackers still use text-editors.) need all of Windows special Win32 features, Microsoft will sell Windows.

    Have you ever heard of Corel Word Perfect? Star Office? Applix thinggie?... No not quite as good as MS Office, but good enough for most things. And things like AbiWord are improving. -- Thats the thing about Linux and it's apps, it's always IMPROVING faster than MS-Stuff. BTW: Office IS bloatware! =P

    And worse then that, as soon as programming KDE or Gnome or any Linux thing stops being fun (if Linux becomes #1), everyone will stop coding for it. Some new little OS will catch hackers' eyes and it will become the Next Big Thing.

    No. This is where you're totally wrong. The reasons hackers want to code for Linux are not it's lack of usage, they're the fact that it's easy to develop on and it's open source. --- Popularity will only promote commercial app development, not discourage Open Source "hacker" app development

    Guys this is all just realism. We do this Linux thing because it's a hobby. Us hackers are the type of people who like to know what no one else knows. We like to have secret weapons to show off if need be. If everyone uses Linux, then what is the point anymore?

    Huh? No. For most of us (I think) that was never the point (or mabie it was, but it isn't now). The point is to be using the best, most expandable, O/S out there. Right now, Linux is it.

    And even if you are right... 5 to 7 years??? Come on! What we know of user interfaces will be NOTHING like right now in 5 to 7 years! If anything, we will sit and have conversations with our computers. I know I don't want to be looking at some dumb colorful icon while I chat with my machine. Each UI serves a purpose, and KDE will either fall or change into something that is no longer what we know of KDE.

    You could be right, you could be wrong. I personally will frequently prefer to be using a combo of combo of all the possible I/O meathods from me to my computer over using just any one I/O method. I have no idea what computing will be like in 7 years, but KDE will probably contribute. (As to how much...)

    Go ahead and argue, but this is how things always turn out. Shit. That's quite a comment! I don't think I have ever posted so much at once!

    Always? In all the previous times when a kick ass Open Source GUI/E tried to compete with a more popular propriatory GUI/E...

    --
    -- The act of censorship is always worse than whatever is being censored. Always.
  131. Re:Define propriatary. by zifnab · · Score: 1

    When i say proprietary, i mean a extension of the common protocol for all ORBs (IIOP) that is implemented only by ORBit, and which isn't part of any RFC or standard. I'm sorry, i didn't want to mean "proprietary" as a "closed" protocol.
    --

    --
    Memory fault -- brain fried
  132. Define propriatary. by bkosse · · Score: 1
    ftp> cd /pub/gnome/gnome-1.0/sources
    250 CWD command successful.
    ftp> ls OR*
    200 PORT command successful.
    150 Opening ASCII mode data connection for 'file list'.
    ORBit-0.4.3.tar.gz
    226 Transfer complete.
    20 bytes received in 0.00 seconds (20000.00 Kbytes/sec)
    --

    --
    Ben Kosse
    Remember Ed Curry!
  133. It's been commented out by Anonymous Coward · · Score: 0

    It was commented out of the cf's due to not enough people to maintain it. Since it won't be in binaries it's good as dead for now.

  134. Re:KImageShop as well... by Arandir · · Score: 1

    I don't know if it will be finished and out of beta in time for KDE 2.0, but the KImageShop (KImage's big brother) is coming along. It will be a full image processing program. It uses OpenParts and Corba for additional filters, plugins, tools, etc. It will even use native GIMP plugins!

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  135. Y Windows (the wave of the future?!?) by ult|ma · · Score: 1

    I came across the The Y Window System awhile back. Seems to be more average-user oriented then X anyway. Has direct hardware access and all that sort of stuff. Its developement speed is less than ideal though. Anybody ever fool around with it? I am curious about your experiences.

    --
    ul|tma -At least we all use linux-
  136. KDE under Irix? How? by torpor · · Score: 1

    Is there a FAQ or how-to on getting KDE working under Irix? I've got a spare SGI Indy workstation that's begging me to do something with it, maybe that'd be a fun weekend project.

    Can't seem to get through to find a FAQ/Howto myself, everything KDE'ish is slashdotted!

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  137. Corndog, kudos on one of the smartest commentaries by On+Lawn · · Score: 1

    You are so right, soon KDE and Linux will be a big dog, and I mean a really big dog. It is getting harder and harder to get the name recognition that so motivated developers a while ago. But is this the death of KDE or linux?

    no...

    eventually it will be a coloborative effort of many money making companies. Already IBM, SGI (way to go SGI!), Corel, and other companies are putting there thumbs in the plumb pie. It was something I saw soon to happen about a year ago.

    In the early ranching days, to make a few bucks ranchers would release a throuroghbred out into the wild to "improve the breed" of local mustangs. Then they'd go collect the children and sell them off. Not only did the Thourough bred improve the mustangs, but the resultant children were more resiliant and survivable!

    That is about what I see the big companies doing now. KDE and linux and Gnome will all benefit. No one wants one person to control "the Ring". They all will soon see this as a way of getting all the economic benefits of monopolizing, without sacrificing survivability, or independance. They will all contribute.

    And yes, we will find a new toy, and soon that toy will grow up the same way. kind of makes you feel good inside.
    ^~~^~^^~~^~^~^~^^~^^~^~^~~^^^~^^~~^~~~^~~ ^~

  138. Mirror sites for screenshots? by tomk · · Score: 1

    www.kde.org seems slashdotted..

    -Tom

  139. Yes by Anonymous Coward · · Score: 0

    Konsole in CVS supports translucency.

  140. Mirror! by Anonymous Coward · · Score: 0
  141. Eyecandy-icons -- wait for the next KDE-release :) by Anonymous Coward · · Score: 0

    The answer is simple. Most of us used GIMP. And heres how to do it:
    If youre really smart take an icon from the most recent version of KDE. Scale it up to 44x44,repair the black lines and then paint like youve never painted before. Your aim should be to make KDE one of the most beautiful desktops out there just by painting this one icon. -- Thats all --no magic behind it!

    But these screenshots just show the top of the iceberg concerning icons. Have a look here:

    ftp://ftp.kde.org/pub/kde/unstable/icons/eyecand y.png

    or here:

    ftp://ftp.kde.org/pub/kde/unstable/icons/eyecand y.jpg

    These icons will be shipped with the next KDE-release. It will contain a complete set of icons of this quality. Ooops no: there will be even two sets that will actually look like twins: One measuring 32x32pixels and one measuring 48x48pixels. And you can switch between these two: You can choose which set to use for kpanel and which for your desktop.

    If youre really curious concerning the icons you might want to try the most recent 1.x-snapshots:

    ftp://ftp.kde.org/pub/kde/snapshots/1.1.2pre/

    They will contain most of these icons in about a week.

    Torsten Rahn
    kde-artists-team
    ------------------------
    The GUI in penguin is pronounced KDE



  142. Read the news page before argueing... by Juggler · · Score: 1
    Please read the official KDE news page before argueing.

    According to a post from 22 july, the estimated release date was about 4 weeks from then - unless it gets pushed back again.

    Also, according to third-hand reports I've heard, they've decided to release it as 1.2, not 1.1.2. Those reports could be wrong (actually, I hope they are - 1.1.2 isn't radically different from 1.1.1), but who knows.

  143. mirror - you will not be able to get this /.'ed by Anonymous Coward · · Score: 0