Slashdot Mirror


KDE 3.0 Screenshots

Lawrence Teo writes: "The screenshots of the upcoming KDE 3.x are out! More treats for you screenshot-loving people and I-need-my-desktop-to-look-perfect types. :-)" Frankly, they look a lot like ... previous KDE desktops :) That by itself says a lot about how mature KDE has become.

114 of 359 comments (clear)

  1. Got there... Excited by SolidCore · · Score: 3, Informative

    KDE 3 provides a database-independent API for accessing SQL databases. It provides support for ODBC as well as direct support for Oracle, PostgreSQL and MySQL databases (custom drivers may be added as well). I am really looking forward to this feature, as I am a SQL junkie. If I could backend everything to a SQL database I would.

    1. Re:Got there... Excited by furiousgeorge · · Score: 4, Informative

      >>KDE 3 provides a database-independent API for
      >>accessing SQL databases.

      This isn't coming from the KDE gang..... it's coming from v3.0 of the Qt toolkit. The latest Qt is seriously kick ass....

    2. Re:Got there... Excited by jmccay · · Score: 2

      What version of ODBC is supported? I hope it is 3.x which is better than 2.x. Also, what level of complaince. ODBC is a great way to write applications for many different databases with one set of sorce code! This one of the few things I am glad Microsoft copied and improved.

      --
      At the next eco-hypocrisy-meeting, count the private jets used to get to the meeting. Should be interesting to see that
    3. Re:Got there... Excited by dimator · · Score: 2

      If I could backend everything to a SQL database I would.

      I agree, but when will databases be at the point where they can hold images/movies *in* the database, as a column type? My porn collection is cluttered all over my hard drive.

      --
      python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
    4. Re:Got there... Excited by brunes69 · · Score: 2

      Any decent RDBMS has a BLOB (or simmilar) datatype, in which you can store binary data of any size. I've heard many time sof things such as images and even movies stored in here. Just be prepared for some huge database backups!

    5. Re:Got there... Excited by cloudmaster · · Score: 2

      Like the other guy said, pretty much any decent DB has blob types. It's just generally a bad idea to store them directly in the DB, as the rows get *huge* and slow stuff down. Better to put all that stuff in a "directory" and store paths in the db.

      BTW, if your organization system doesn't encourage you to put all that stuff into a directory now, why would you suddenly remember to put it all into a DB? ;)

      --responding seriously to humorous comments since 1995

  2. Why no animated window widgets? by Rob+Parkhill · · Score: 2, Funny

    Come on, everyone knows that a modern desktop needs to have excessive animation. I want a parade of dancing midgets everytime I iconify emacs!

    Oh wait, these are just screenshots. Perhaps I just can't see all of the glorious animation? That must be it.

    --
    "Tomorrow's forecast: a few sprinkles of genius with a chance of doom!" - Stewie Griffin
    1. Re:Why no animated window widgets? by Spy+Hunter · · Score: 2
      Actually, there are animated window widgets! Select the new "Glow" window decoration, hold your mouse over one of the close, minimize, or maximize buttons, and watch the button pulse and glow.

      Plus, there's always Amor for all your "little animated character" needs (also included with KDE in the "toys" package).

      Yessireebob, KDE is one great desktop ;-)

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    2. Re:Why no animated window widgets? by oGMo · · Score: 3, Funny

      Try M-x dancing-midgets-mode

      ;-)

      --

      Don't think of it as a flame---it's more like an argument that does 3d6 fire damage

    3. Re:Why no animated window widgets? by nitehorse · · Score: 2

      Heh. I know you were kidding, but I'm the author of the dotNET style used in two of the new screenshots (possibly more, if there are more than 4 now). In any case, I'm now working on a style with animated text and pushbuttons. If you've got a copy of Qt3, grab http://clee.azsites.org/kde/se7en.tar.bz2 and follow the README. It's like dotNET on crack!

      -clee

      PS : Oh, one other thing. I'm considering renaming the dotNET style to dotORG, due to 1) possible legal ramifications wrt MS and 2) the fact that it could be pronounced 'dotorgy'. heh.

  3. Not much change by LinuxGeek8 · · Score: 3, Informative

    Well, there's not much change.
    But that was said beforehand, it won't be the big change like going from kde1 to kde2.
    It's more an upgrade to Qt 3, which has as result that kde2 and kde3 are binary incompatible.
    Maybe they are lucky (or not) that it is in about the same timeframe as going from gcc2 to gcc3. All c++ binaries will be broken with or without qt2/qt3 in most major distro's.

    On kernel-cousin I read that a beta version should become available at the end of the month. Might be interesting.

    I just hope that kde 3 will be ready to ship in the new distro's for next year, like Redhat 7.3/8.0 and Mandrake 8.2.

    --
    Well, don't worry about that. We can get you back before you leave. (Dr. Who)
  4. Beware... by O2n · · Score: 3, Funny

    [...] and the friendly tips from Kandalf.

    "Friendly tips", eh?
    Beware... the PaperClip also started like this... :)

  5. Solid Foundation by rhekman · · Score: 2, Insightful
    The great thing about the current and especially the next generation of Gnome and KDE is they establish a powerful framework for creating complex apps.

    Evolution and Gnumeric are great examples, as are KOffice and Konqueror.

    I know it's cliche, but I can't wait for Evo 1.0, Gnome 2.0, KDE 3.0, Mozilla 1.0, Abiword 1.0, et al.

    Regards,
    Reid
    --
    I like teamwork. It's easier to assign blame that way.
  6. Bad screenshots for showing anti-aliasing by jmv · · Score: 3, Offtopic

    Actually, I understand that one of the most important difference between KDE 2 and KDE 3 is anti-aliasing. Unfortunatly, they only have JPEG screenshots, so it's almost impossible to notice the anti-aliasing because of how JPEG works. JPEG encodes pictures in the frequency (DCT) domain, so it has a normal tendency to slightly blur (low-pass) the image (which is OK in most circumstances), which makes is also roughly what the anti-aliasing does.

    However, PNG (or GIF, but if you don't mind the patent issues) would have been a good alternative, as it doesn't have that low-pass effect since it just works by quantizing values (colormap) before a lossless compression (which is the patented part in GIF). Anyone have GIF or PNG screenshots?

    1. Re:Bad screenshots for showing anti-aliasing by jonathan_ingram · · Score: 3, Insightful

      Actually, I understand that one of the most important difference between KDE 2 and KDE 3 is anti-aliasing.

      Not really -- KDE 2 does anti-aliasing very well. Certainly I at least have a lovely anti-aliased KDE 2.2.1 desktop (using the QNix widget style).

      Also, these screenshots aren't particularly anything special. Take a look at some of the pictures on KDE-Look.org for a better idea of how you can theme KDE.

    2. Re:Bad screenshots for showing anti-aliasing by Spy+Hunter · · Score: 3, Informative
      What? KDE 2 had font anti-aliasing, and so does KDE 3. It isn't "better" in KDE 3 or anything (plus it didn't work in CVS for a little while).

      Maybe you're thinking of alpha blending? I hear QT 3 supports alpha blending everywhere using the RENDER extension, which should lead to such eyecandy as full PNG transparency support in Konqueror, alpha-blended icons everywhere (shadows), and cooler themes, among other things. I haven't seen this applied yet, though. You wouldn't see it in any screenshots you could make at this time.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    3. Re:Bad screenshots for showing anti-aliasing by Dr.Dubious+DDQ · · Score: 2
      I thought that whole GIF patent thing had already expired. Am I wrong?

      Nope. As I recall, that's next year (June 2002, I think). Or maybe later than that (the year 2005 sticks in my mind for some reason). At any rate, there a minimum of another year before the obnoxious LZW patent goes away.

      In a way, I kind of hope it's 2005 - maybe we'll see some .mng building tools for Linux and such in time to help me replace a few animated .gif's...(I keep wondering, if it expires soon, will everyone then just give in and go back to .gif's again?)

    4. Re:Bad screenshots for showing anti-aliasing by jmv · · Score: 2, Offtopic

      Seems like I was wrong about KDE 2 not having anti-aliasing, but my point remains: I think it's bad to make screenshots as JPEG. JPEG is better than GIF/PNG for pictures, but when you want to keep sharp (to the picel) edges and don't have that many colors (compared to a "continuous" image), GIF/PNG are usually better.

    5. Re:Bad screenshots for showing anti-aliasing by Professor+J+Frink · · Score: 2
      This is really one of my bette noires. It's one of two simple rules when it comes to image filetypes: if it's raster and it's 'photographic' then use JPEG. If it's more flat in colour or with lots of sharp pixel perfect edges (like a screenshot) use PNG/GIF.

      Anything like a graph or a diagram should be done as vector.

      Very simple rules but nobody seems to teach them. The number of people I come across that do things like saving data plots as JPEGs is not funny. Windows' inability to save useful complete vector formats is definitely a large factor.

      I used to respect Don Knuth. Then I went to his site and he had done screenshots as JPEG. I now wouldn't trust him to set my video ;0).

      --
      "Don't get mad, get a monkey!"
    6. Re:Bad screenshots for showing anti-aliasing by jmv · · Score: 2, Offtopic

      Bad screenshots for showing anti-aliasing (Score:5, Offtopic)

      I think some code in Slash needs a couple changes. This is getting ridiculous(I know it's logical given how the system works, but the result is really stupid). Next thing we'll see: "(Score:-1, Insightful)"

    7. Re:Bad screenshots for showing anti-aliasing by fault0 · · Score: 3, Informative

      Yeah, but GIF/PNG make huge screenshots.

      The majority of Net users are still on 56k or below.

    8. Re:Bad screenshots for showing anti-aliasing by fault0 · · Score: 2

      Sure, if you want to run the terminal without AA'd fonts, just type in QT_XFT=0 konsole

      I beleive, in KDE 3, there is a switch in konsole that you can use to turn AA off.

    9. Re:Bad screenshots for showing anti-aliasing by Bodero · · Score: 2, Offtopic

      This happens when someone moderated his comment Offtopic, then posted to the discussion, revoking his scored moderation. The comment remains there, however. So, theoretically, a Score: -1, Insightful would be possible. I suppose it wouldn't be too hard to fix this issue, I mean Slash already stores the type of moderations done to the comment, so when reducing 1 from the score, it could just pick one of the other categories that was used in moderation.

    10. Re:Bad screenshots for showing anti-aliasing by jmv · · Score: 2

      Yeah, but GIF/PNG make huge screenshots.

      That mostly depends on the content of your screenshot. If you're using a theme with a lot of gradients, JPG will be smaller. However, when all you have is a couple different colors and large areas with *exactly* the same pixel value (as is common for not too fancy themes and simple applications), the GIF will be much smaller than JPG, with a much better quality at the same time.

    11. Re:Bad screenshots for showing anti-aliasing by fault0 · · Score: 2

      i'd be something like:

      match
      any family == "mono"
      edit
      antialias = false;

      I'm not sure if this works yet in Xft. The reason why you cannot use antialiased text and non-AA text at the same time is because with the current implementations, the calls to the conventional X11 non-AA text drawing functions and the Xft versions are different.

    12. Re:Bad screenshots for showing anti-aliasing by spitzak · · Score: 2
      Putting "Xft.core: true" into your .Xresources may help.

      There should be some way to do the few .Xresources thing in the .xftconfig file, but I was never able to find any equivalent to this.

      It sounds like .xftconfig format will be replaced real soon, since the current design is, according to the author of it, pretty near useless.

    13. Re:Bad screenshots for showing anti-aliasing by cymen · · Score: 2

      Look at your XftConfig (mine has Type1 and TrueType for directories) and that your X isn't loading a font server/is loading a font server, etc... I had this problem with Debian unstable on my laptop. Finally got it working correctly but it took a while.

      In the end I turned AA off. I'm not a big fan - in Windows it works great but in X it just looks funky.

    14. Re:Bad screenshots for showing anti-aliasing by z4ce · · Score: 2

      Interesting.. I had some moderator points.. let's see if your theory works :)

    15. Re:Bad screenshots for showing anti-aliasing by Bodero · · Score: 2

      Yep. Slash was even nice enough to refund my karma :)

    16. Re:Bad screenshots for showing anti-aliasing by gorilla · · Score: 2

      It depends if you count when the Unisys patent expires, or when the exact same compression patent by IBM expires.

  7. KDE. by laserjet · · Score: 3, Insightful

    I remember way back in the day, I thought KDE was an unstable, showy piece of crap. I think a lot of us did. A lot of us didn't even consider KDE over Gnome on our linux box. And I think it is safe to say, and many will agree, that KDE really has done an outstanding job - and that in a relatively short period of time. The screen shots look beautiful, and I wish continued success to the KDE team.

    I think several years ago if I would have placed a bet on which GUI would succeed, I would say Gnome. Now, I wouldn't bet on either - I think both are excelling in their own way. Gnome seems to be the accepted choice that the commercial Unixes are going with, while KDE is doing a fine job of fulfilling the desktop wants and needs, and looking cool at the same time.

    Hats off to the KDE team - their contribution is taken for granted every time you login to your pretty KDE desktop. KDE, thank you.

    --
    Moon Macrosystems. Sun's biggest competitor.
    1. Re:KDE. by FatRatBastard · · Score: 2

      Yup. I tried KDE back in the 1.x days. Was nice, but it just didn't feel right for me, so I stuck with E. Have moved to Gnome and like it, but have just starting noticing that apps are loading slooooooooooooooowly. (Not smart enough to figure out why either.. I think the latest apt-get update grabbed something a little wonky) So I've given KDE a try. Wow. Leaps and bounds better than the old 1.x KDE (in terms of what I like). Am mighty impressed and will probably switch between the two of 'em for the time being.

      Gotta say I'm still pulling for gnome, but either one's fine with me.

    2. Re:KDE. by Cardhore · · Score: 2

      i have that problem with the gnome terminal. it takes years to start up, and it never keeps the same font :(

    3. Re:KDE. by be-fan · · Score: 2

      Actually, GNOME is kinda weird. GNOME applications are fast, as long as you don't run the GNOME environment itself. Its amazing, the minute gnome-session starts, all GNOME apps seem to go into slow mo. If you use GNOME apps with a regular window manager, (like IceWM), its speedy. KDE, on the other hand, is always slow. Widgets just feel like they're moving through tar. Almost everything rubber-bands when resized. I think this might have a lot to do with Qt on Linux. While Qt on Windows performs well, it doesn't seem to on Linux. Most GTK+ apps can almost touch Windows in speed, but even simple KDE apps are far behind even complex Windows apps (ie. kmail is slower at most UI stuff than Word.

      --
      A deep unwavering belief is a sure sign you're missing something...
    4. Re:KDE. by fault0 · · Score: 2

      > KDE, on the other hand, is always slow. Widgets just feel like they're moving through tar. Almost everything rubber-bands when resized. I think this might have a lot to do with Qt on Linux. While Qt on Windows performs well, it doesn't seem to on Linux. Most GTK+ apps can almost touch Windows in speed, but even simple KDE apps are far behind even complex Windows apps (ie. kmail is slower at most UI stuff than Word.

      That's weird. The only complaint I could have with KDE with speed is that launching apps the first time is a bit slower (although this alleivaited with using objprelink and using the native KDE envionment). I'd say that speed of widgets in Qt and GTK+ are about the same.

      Windows, however, I've had differing results. On some windows boxes (particlarily one win98 box I had), it is much faster than any toolkit on X. However, other Win98 installations are about the same speed. From my experience, win2k is about the same speed as win98 (if you turn the eye candy off), and winXP is a tad slower (but not noticebly).

    5. Re:KDE. by FatRatBastard · · Score: 2

      Cool.

      Looks like I fixed it (somehow... did an 'esd &', logged out of gnome, back in, all was good). Good enough for right now :)

      Damn, its nice to have a quick machine again.

    6. Re:KDE. by FatRatBastard · · Score: 2

      Ah.. forgot to say "Thanks" for pointing me in the right direction.

    7. Re:KDE. by be-fan · · Score: 2

      I guess that shows how different hardware can be. On my machine, anyway (300MHz PII, 256MB, GeForce2 MX) the speed order of the widgets is: (slowest) Qt, Win98, GTK+, Win2K (fastest).

      --
      A deep unwavering belief is a sure sign you're missing something...
  8. Re:Still needs Customized GUI. by furiousgeorge · · Score: 3, Insightful

    Can u give us an example of where a triangle window would be of _any_ use other than a visual curiosity?

    Until then, I'd prefer that KDE and all other developers out there concentrate on work that is actually useful.

  9. The big changes aren't visible by LMCBoy · · Score: 5, Insightful

    Keep in mind, there isn't much new screen candy in KDE 3.0; a lot of the changes are in the libraries. The biggest change is the port to Qt 3.0, which provides database-aware widgets, improved Qt Designer, bi-di text support, a new regexp class, among other things.

    There are also many new applications being added to KDE.

    --
    Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
  10. Re:Does it run on windows yet? by HiThere · · Score: 2

    I think MS is out to get me, but I still think it would be nice if it ran on Win95. At work I MUST run windows, no option. If I could show a Linux desktop ...

    I'd like it better, and it might help convince mgmt. (or at least convince them not to upgrade Win.

    .

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  11. Mirrored by _xeno_ · · Score: 5, Informative
    Try here (that's http://cstrike.res.wpi.net/offtopic/kde/kde3shots. html for those who don't trust me).

    We'll see how long this box can last...

    --
    You are in a maze of twisty little relative jumps, all alike.
  12. KDE mirror by Anonymous Coward · · Score: 4, Informative

    http://www.uk.kde.org

    Enjoy. Actually, it's not much to look at.

  13. Re:Still needs Customized GUI. by Spy+Hunter · · Score: 2
    To appeal to a wider audience lets start having the option of having circular, triangular, morphing windows.

    How on earth did this get modded insightful? Why would you want triangular windows? What possible benefit would that give you? It wouldn't even look cooler, it would just be different (and harder to manage). Also note that arbitrarily-shaped windows are already available for applications that can use them such as Noatun or other themeable media players. For every other application with a sane interface, triangular windows are about the dumbest thing I've ever heard.

    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  14. arrggg by Nate+Fox · · Score: 3, Insightful

    Frankly, they look a lot like ... previous KDE desktops :) That by itself says a lot about how mature KDE has become.

    Windows 95 looks just like Windows 98. Theres nothing really different, aside from supporting USB. Windows sucks.

    Heard Tori Amos on the radio this morning. She had a geat quote: Perspective changes whenever you move. Things always look different from another viewpoint.
    Some of the linux zealots need to move around a bit. The view never changes unless you're in front.

    1. Re:arrggg by update() · · Score: 3, Funny
      Heard Tori Amos on the radio [kroq.com] this morning. She had a geat quote: Perspective changes whenever you move.

      Not (in all seriousness) to knock on anything that provided you with an epiphany but -- that's what perspective _is_. It's like saying that your position changes whenever you move.

    2. Re:arrggg by dimator · · Score: 3, Funny

      Perspective changes whenever you move. Things always look different from another viewpoint.

      Wow. Bright girl, that tori amos. I remember another poignant quote she had: "When you close your eyes, you can't see anything. Always keep your eyes open to see."

      --
      python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
  15. Re:Still needs Customized GUI. by Reality+Master+101 · · Score: 2

    You're in luck -- X11 has had the SHAPE extension for at least 15 years. I don't know if it's supported in XFREE86, however. My AIX desktop 5 years ago (?) had it, though. It was kind of amusing have a true circular window for a clock, but I have to say that it wasn't all the exciting.

    --
    Sometimes it's best to just let stupid people be stupid.
  16. Re:Still needs Customized GUI. by laserjet · · Score: 2

    Let's say you were an history buff, and you were an expert on pyramids. Well, the pyramid is a triangle when viewed two-dimensionally, so you would have less wasted space with a triangular windows.
    As far as circle windows, perhaps tire manufacturers would like this?

    ok, let's be honest. Whoever modded that up as insightful is just an idiot. On a 2D display, the rectangle windows is the only way to go in 99% of the applications. Wow, what a stupid idea.

    --
    Moon Macrosystems. Sun's biggest competitor.
  17. Mostly a switch to Qt 3 by InodoroPereyra · · Score: 4, Informative

    Yes, it may be that it will look a bit prettier. But the major change in KDE 3.0 will be the port of all the apps to Qt 3

    That seems to be the last major change in the libs for a long time. I think they will try to keep a consistent API for a couple years (after 3.0 is released) to let programmers write apps for KDE. I undertand (from previous discussions in the dot ) that they decided to jump to (the apparently much improved) Qt 3 now, spend a few months in the ports and then provide a mature, solid API. I guess they made the right decision.

    Many thanks to the KDE folks,
    -- Don Inodoro

  18. Of course it does. by RPoet · · Score: 2

    KDE on CygWin -- there you go! It's only KDE 1.1.2 though. But it beats Windows ;)

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
  19. Re:Still needs Customized GUI. by revscat · · Score: 4, Funny

    Oh yes, I totally agree. I don't know how many times I've thought "Y'know, Mozilla is really in the way of my terminal window. If I could just reshape my terminal window so that it resembled a big L that would really help my workflow!" Plus, if we were able to change windows into whatever shape we wanted it would certainly allow for some boasting rights over M$!

    I just want to know if X could even be extended to support this.

    Ooh! Ooh! You know what ELSE would be cool? If you could have windows that morphed all on their own! We could have Lava-Gnome or Lava-KDE or whatever. The artsy-fartsy types would flock to Linux from their wimpy Macs, and usability can just go fuck itself!

    Wow. A whole new world of possibilities has just opened up before us. But would this be a cathedral or bazaar model for development? That's the important quetsion.

    - Rev.
  20. Re:Does it run on windows yet? by ikekrull · · Score: 3, Informative

    There are several linux distros that will happily coexist with Windows - i.e. boot off a disk image stored on a Windows partition.

    ZipSlack/BigSlack are good examples of this type of thing (http://www.slackware.org)

    Just install KDE on one of those and you're good to go.

    You might also look at VMWare, which will also achieve the same thing, but will let you run 'KDE-in-a-Window-on-your-Windows-Desktop'.

    I think VMWare Express is about $49US.

    Hope that helps

    --
    I gots ta ding a ding dang my dang a long ling long
  21. current state from a user's perspective: by 7-Vodka · · Score: 5, Informative
    I've been using the kde development versions from cvs since before kde2 was released.

    I used kde 2 for a while.

    Right now I'm using last night's cvs of kde3 called kde 2.9.0.

    Not much has changed as far as looks go. Here are some changes i've noticed as i have both cvs and 2.2.1 installed on the same machine:

    • Konqueror : slightly different buttons, renders a lot more web pages correctly, deals with POST much better than b4, javascript much improved, slightly different menu workings. Oh, and better filebrowsing look and improved filebrowsing sidebar with more options.
    • Koffice: better .doc support.
    • Kmail: nifty visual improvements, better imap support, loads faster.
    • kdemultimedia: noatun (kde media player) actually works as opposed to 2.2, kaboodle a new useless (for now) little embedded multimedia player mostly works
    • Overall: slight performance increase, slight loading time decrease, better general feel, K menu has a win2k style bar on the left side of it, start splash screen has new spiffy graphics with dragon, pull down menus etc work a little better but look a little larger, slight improvements in konsole, taskbar is different but don't know how, kwin works a little better (not sure whats changed tho)

    Not a huge change as kde1 -> kde2 but enough of one that i always choose my kde3 session instead of kde2.

    --

    Liberty.

    1. Re:current state from a user's perspective: by Cardhore · · Score: 2

      Can you print to a file in Koffice yet? Does print preview work in Koffice yet?

    2. Re:current state from a user's perspective: by uchian · · Score: 3, Informative

      Yes and yes. You can do that in KDE 2, because both are part of the printing system.

      You can print to a printer, a post script file, a pdf file, send as a fax, etc. and you can configure your own custom commands as well

      Print preview is basically using kghostview to show the postscript file that's going to be printed, so you can see what it looks like there.

  22. Re:Mirror or mirror by tekxtc · · Score: 3, Informative

    i have mirrored your mirror here

    enjoy

  23. Re:Still needs Customized GUI. by rebug · · Score: 2, Funny

    No advanced windowing system should be without circular windows.

    I want a circular terminal window with the cursor in the middle. As you typed, words would travel along a spiral that grew towards the edge. Scrolling back would be a simple matter of inserting a key into the middle and unwinding.

    --

    there's more than one way to do me.
  24. I'd prefer one that worked well and intuitively by SCHecklerX · · Score: 3, Insightful
    More treats for you screenshot-loving people and I-need-my-desktop-to-look-perfect types.

    Looking good is nice. Too bad these environments get it backwards and always focus on form over function first. I'd rather have OS/2's wps on linux updated to be pretty. IBM was smart and actually got the SOM and DSOM and OOI stuff nailed down properly early. Now, if we had that environment to build on, we could make it prettier. Oh well. Windowmaker and ROX do a very nice job for me for now.

    1. Re:I'd prefer one that worked well and intuitively by Kraft · · Score: 2

      Can an acronym-savvy please tell what the parent is talking about? (I got the IBM and OS/2 part 8-)

      --

      -Kraft
      Live and let live
    2. Re:I'd prefer one that worked well and intuitively by SCHecklerX · · Score: 2
      Heehee...sorry...

      SOM = System Object Model
      DSOM = Distributed System Object Model
      WPS = Workplace Shell (OS/2's desktop)
      OOI = Object Oriented Interface
      PM = Presentation Manager (WPS uses this, as do every other OS/2 native GUI application...all objects fully interact with one another easily and intuitively)

  25. You already have it by avdi · · Score: 3, Interesting

    XFree86 supports the SHAPE extension. Have you never tried the round clock, or XEyes? Or any of the fancy-ass skinnable MP3 players? X has had support for that for many years. It has nothing to do with KDE.

    --

    --
    CPAN rules. - Guido van Rossum
  26. Re:Still needs Customized GUI. by SCHecklerX · · Score: 2
    I think the screenshots are nice. But after more than 15 years, I still want to have TOTAL control over my desktop, including the option of finally getting away from SQUARE WINDOWS. To appeal to a wider audience lets start having the option of having circular, triangular, morphing windows.

    YES!!

    I'm glad I'm not the only person who has thought of this! There are many times I have wished I could change the shape of my windows so that I could make better use of my screen real-estate. I'm sure it is possible to do this in a WindowManager (but I certainly haven't tried!). The hard part would be figuring out the best way to scroll around an odd-shaped window.

    I'd be happy with just triangles, even. The ability to move up just a corner of a window, bottom right on one, top left on the other would be wonderful!

  27. Re:Still needs Customized GUI. by SCHecklerX · · Score: 2
    Can u give us an example of where a triangle window would be of _any_ use other than a visual curiosity?

    Until then, I'd prefer that KDE and all other developers out there concentrate on work that is actually useful.

    How about windows whose sides are elastic, like rubber bands, that you could move over to briefly see something beneath that part of the window, and then automatically snap back on mouse release?

    With freeform windows you could also make much better use of your screen, making windows shaped to their content so that others can have more room without hiding anything.

  28. Re:This is turning into a VI or Emacs topic by ichimunki · · Score: 2

    I never used Gnome except to check it out. I was a regular Enlightenment user until KDE2 and Konqueror came out. I then switched to KDE on all but one really slow machine that didn't really need the KDE functionality anyway (it's an old laptop, so if I'm home on the network I can run all my KDE apps just as fast by logging into the faster machine and having X serve them on the laptop-- try that on your consumer grade Windows machines!).

    --
    I do not have a signature
  29. Not just lucky.. by FudgePackinJesus · · Score: 2, Informative

    Maybe they are lucky (or not) that it is in about the same timeframe as going from gcc2 to gcc3. All c++ binaries will be broken with or without qt2/qt3 in most major distro's.



    No that's not luck. That was a major reason why the desicion was made to move to Qt3 so quickly. This was heavily discussed about 4 months back and finally decided to timeframe the release with g++ 3.1 (because the minor release of g++ will break BC again).



    Don't put it pass the KDE team to coordinate efforts with other projects.

    1. Re:Not just lucky.. by be-fan · · Score: 2

      g++ 3.1 (because the minor release of g++ will break BC again).
      >>>>>>>>>>>
      Really? I thought 3.0 was supposed to have the set in stone, perfect C++ ABI?

      --
      A deep unwavering belief is a sure sign you're missing something...
  30. Re:Question... by benploni · · Score: 2

    It's a KIO plugin. If you use it to look at an audio CD, it presents it as a bunch of wavs, openable by any KDE program that cares too. It also creates virtual directories of oggs and mp3s. If you cd to it, and copy a file from it, it rips and encodes the track on the fly. Naming comes via CDDB. Cool eh? Way easier to sue than any other "ripper" I've ever seen.

  31. Binaries, please by magi · · Score: 2

    I wish the KDE people published more binaries during the development, nightly or weekly builds or something. Compiling all the stuff takes several days, and it's usually hellishly difficult to get through compilations successfully.

    SuSE seems to have published a limited 3.0.0 beta1 binaries, but I haven't found them for RH nor Mandrake. Well, RH takes usually a long time to publish even the release versions.

    At one time, I participated in some minor KDE development, but it was somewhat bothersome that I could rarely get even kdelibs compiled easily. It made development a bit difficult sometimes.

    KDE is just so damn big, and the libs change just too much all the time.

    1. Re:Binaries, please by pbur · · Score: 2

      Are you kidding me? I have yet to see the difficulty in compiling KDE:

      ./configure
      make
      make install

      I was about to compile it on an Athlon 800 in about 4 hours. And that was compiling all the packages in the FTP directory.

      What sorts of problems are you seeing? This isn't a flame or anything, I just have never had a problem getting KDE built before.

      Pbur

    2. Re:Binaries, please by elflord · · Score: 2
      I wish the KDE people published more binaries during the development, nightly or weekly builds or something. Compiling all the stuff takes several days, and it's usually hellishly difficult to get through compilations successfully.

      During development, they want to focus on development, as opposed to packaging it for Joe Luser. If you want nightly boulds, you could always try CVS (-; If the builds don't work, that in itself is a good reason not to release binaries

      At one time, I participated in some minor KDE development, but it was somewhat bothersome that I could rarely get even kdelibs compiled easily. It made development a bit difficult sometimes.

      If you're participating in development, either stick with a given release or track the CVS tree. If it's really "minor development", you're probably better off doing the former.

  32. Re:Question... by Dr.Dubious+DDQ · · Score: 2
    Are those tracks actually on the CD, or is that a function of the kaudio plug-in?

    Nope, they're "virtual". If you've got the LAME stuff installed, you should also get a virtual mp3 direcggtory also. If you want to 'rip' a track, then, you switch to, say, the ogg virtual directory and just drag the file to where you want it as if it was real, and KDE Ogg-encodes it on-the-fly and puts it where you dropped it.

    Only used it once or twice to try it out, but it's pretty spiffy...

  33. Re:Does it run on windows yet? by SCHecklerX · · Score: 2
    I really like geoshell and all, but KDE on my windows boxen would be great!

    You can always use X11 in Cygwin. To pretty-up and make more useful normal windoze, you can buy a copy of stardock's windowblinds. These guys started out by customizing OS/2's wps (which was easy for them since all they needed to do was extend the OO stuff that already existed). They started their windows product to do the same things, and it took them a bit longer, but they came up with basically what was once oject desktop on OS/2 and more.

    Windowblinds

  34. Re:Question... by benploni · · Score: 2

    eh, "sue" shoulda been "use". What's funny is that it works either way!

  35. Re:Question... by Dr.Dubious+DDQ · · Score: 3, Funny
    Way easier to sue than any other "ripper" I've ever seen.[emphasis added]

    Boy, talk about Freudian slips... :-)

  36. Re:Still needs Customized GUI. by sharkey · · Score: 2

    Can u give us an example of where a triangle window would be of _any_ use other than a visual curiosity?

    Giving an Amway sales pitch?

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  37. SMB (Samba) kioslave in Konqueror yet? by devphil · · Score: 2


    I'm slowly pushing my users towards KDE2, but it kinda hurts that they can't browse the Winblows network under Konqueror. At one point there was a KIOslave that spoke SMB, but it got removed for some reason.

    Do you know offhand whether it's back in KDE3?

    (And before anyone jumps on me: no, I can't use smbmount (Linux only), and no, I can't use the workarounds from the public KIOslaves repository (Linux only)). But thanks.)

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)
    1. Re:SMB (Samba) kioslave in Konqueror yet? by JimMcCusker · · Score: 2, Informative

      smb:// is all you need.

    2. Re:SMB (Samba) kioslave in Konqueror yet? by be-fan · · Score: 2

      Also, Komba2 has the functionality of the Win2K browse service and more!

      --
      A deep unwavering belief is a sure sign you're missing something...
    3. Re:SMB (Samba) kioslave in Konqueror yet? by Spy+Hunter · · Score: 3
      smb:// is all you need.

      No, smb:// doesn't work. The current KDE smb client won't let you list all computers in the network like Network Neighborhood. All you can do is access computers you know the name of (smb://servername/sharename/filename). There's a lan:/ thingy that is supposed to do this but it doesn't. It's very hard to set up and it doesn't have the same functionality as Windows Network Neighborhood. Here's hoping KDE 3 will include a real smb ioslave so we can forget about lan:/.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    4. Re:SMB (Samba) kioslave in Konqueror yet? by HeUnique · · Score: 3, Informative

      Totally changed in KDE 3.0 (now you can search your entire network with a "wizard" in Kcontrol in KDE 3.0)

      --
      Hetz (Heunique)
  38. Re:KDE == Windows?? by Arandir · · Score: 3, Funny

    Maybe it's just me, but KDE sure looks a lot like Windows.

    Have you ever seen Windows? Have you ever used KDE? Comparing KDE to Windows is like comparing kumquaats to mangoes. I mean, sheesh, it's another fruit. Can't they do anything original? Here I am tired of kumquaat tarts and what's my alternative? Mangoes! I want something different. How about dead rats?

    Most of the features of windows are copied verbatim (ie. taskbar, "start" button, same keyboard shortcuts).

    taskbar: GNOME has a taskbar. IceWM has a taskbar. Even MacOSX has a taskbar. Kicker is different though. You get icons (launchers, menus, special), desktop switcher, tasks, applets, etc. You can make it growable. You can even choose not to run it at all (try that with winblowz).

    "start" button: Ever see that funny footprint in GNOME? It's called a root menu. Every usable environment has a root menu. Sometimes this root menu is on the RMB on the root window, and sometimes it's on a panel. If you don't like it on the panel, remove it and remap it to the RMB.

    keyboard shortcuts: If you don't like them, change them. Use the CDE shortcuts instead, or create your own. The last thing KDE needs is to create a whole new standard. I've been using these exact same shortcuts since OS/2 Warp, and I have absolutely no desire to learn a new set everytime I try a new windowmanager or desktop.

    However, it would be nice to see something a little bit more revolutionary in it's design instead of rehashing the same old crap.

    The WIMP interface is "windows, icons, menus, pointers." Okay, here's revolutionary: round windows, replace all text menus with animated images, replace all icons with new and improved keyboard shortcuts. We'll get rid of the mouse altogether and make everyone buy a touch screen.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  39. Re:Does it run on windows yet? by x+mani+x · · Score: 3, Informative

    I'm sure with the slightest bit of coding skill and a bunch of patience, Qt and KDE would compile under the Cygwin/XFree86 environment.

    I tried the Cygwin/XFree86 thing on my girlfriend's Windows box, and was quickly up and running with a full-screen X Window session, so I could VPN to work and export my XEmacs client from my workstation to the Windows box's display.

    I haven't tried compiling anything with it, but the UNIX compatibility headers are all there as well as GCC. All the X headers also seemed to come with the cygwin XFree86 distribution.

    Check out this user's guide for an excellent step-by-step document (with pictures!) of how to get the Cygwin/XFree86 environment running. After that just try to run configure then make in the QT source tree and see what happens :)

    Good luck!

  40. Re:KDE == Windows?? by imneuromancer · · Score: 2, Interesting

    I like the fact that there is a solution (KDE) that replicates Windows functionality. It makes it easier for the transition from Windows to Linux. Given, not many people will every use that, but it could ease the tenstion of, say, a windows developer to linux.

    However, I don't use KDE and I don't like KDE because of this. I would rather use WindowMaker or Enlightenment or just plain sawfish. We, as the linux community, need a way to ease people to linux for the unwashed Windows masses.... but we aslo need "hacker" frineldy, interesting, fun, alternate interfaces for the Rest Of Us that want to experiement.

    I think the cool part of linux is this ability to be both conservative (KDE) and fantastic (E17... once it is out).

    So all you people dissin on KDE stop it. It is now what YOU want, but who cares? the whole ponit is CHOICE.

    Now, given, it would be nice if choice also meant working TOGETHER instead of bashing each other, as is the norm of KDE and Gnome....

  41. Mature? by swordboy · · Score: 3, Insightful

    That by itself says a lot about how mature KDE has become.

    Exactly! now they need to concentrate on other stuff - notably on reducing the learning curve for new (i.e. - Windows) users. Right now, you can't *just* deploy a Linux PC to a former Windows user.

    I suggest a minimal, 'less is more' approach. It would be nice to have an 'interface' button that would be common to all KDE (or even all open source desktops) that users could use to change the look and feel of things. Former Windows users could use a 'Windows' preset that would bring the learning curve up to par for these people. A standard set of 'beginner' through 'advanced' would also be nice followed, of course, by customizable and downloadable versions. Sorta like skinning the whole GUI.

    Now if they could just come up with a standard, easy to use installation utility, then Linux might be viable for the mainstream desktop. Hell - I saw someone who bought a Mac the other day because they just wanted to "surf the web". Now I don't think that this is any worse than buying a Windows based PC, but they could have paid much less if they did and still retained the functionality desired. The bottom line is that I don't like Windows or Mac but I would be hesitant to recommend Linux to this kind of person.

    Sigh...

    --

    Life is the leading cause of death in America.
    1. Re:Mature? by HeUnique · · Score: 3, Informative

      Back at my previous job, I was hired to work at a new start-up where all the workstations are Linux and all developers are ... Windows developers..

      So, I decided to make a small test case - I took 8 machines, installed on 4 of them Ximian GNOME and on the other 4 - full KDE 2.2.1 and I asked the developers to play with those machines and decide which enviroment they want to use.

      2 hours later I got the results from them - all 30 developers wanted KDE, none of them wanted GNOME, and those developers never touched Linux before...

      Just goes to show you that KDE is much better suited for corporate use when your users have used Windows before.

      Of course - the point where there is no MS Office is a PITA, but for that I installed them VMWare and win98+office

      --
      Hetz (Heunique)
  42. Re:KDE == Windows?? by Jason+Earl · · Score: 4, Funny

    Personally I am glad that Gnome and KDE are "borrowing" tried and true methods. If the people posting on this topic were left to "innovate" an interface we would almost certainly end up with a Windowing system that consisted entirely of round and triangle shaped Windows with pornographic themes. This interface would, of course, be voice enabled, but it would only accept commands in Klingon. Gnome hackers would be working on a patch that would also allow you to use High Elvish.

    It would look cool, but it would be counter-intuitive as vi and as straightforward to learn as Emacs. Every time that Slashdot had a new story it would flash a painful succession of colors.

    Personally I tend to use minimalist window managers. The eye candy only gets in my way. On the other hand, both KDE and Gnome should be commended for building a component platform that brings Unix desktop development to the next level. That's the truly interesting stuff. The fact that it looks like Windows is immaterial. The really important fact is that it is becoming possible to script together applications from ready built components (like Windows, except without the myriad downsides).

  43. Why KDE is good. by Leimy · · Score: 3, Insightful

    I personally don't care if KDE looks like GNOME, OSX, Windows or whatever. The fact is that people can sit down and actually use it. It helps get alternative OS's [FreeBSD & Linux and others] on the desktops of laymen.

    It also has one hell of a cool API if you want to write apps for it and now with language bindings for Java, C and Objective C [Perl? I think] its becoming a better toolkit/framework for application development.

    If you don't like it cuz it looks like windows:

    1) You must really have a chip on your shoulder about windows.

    2) You just want something original.

    Perhaps in KDE's future an ultra configurable Window Manager can be setup to do what YOU want. If there is enough interest it will happen.

    As far as I am concerned I used IceWM and other Win95 looking Window Managers when I first started with linux to help break me in. I can see the need for more or at least different look and feel. WindowMaker is an excellent example but that is a NeXT "ripoff" if you want to call it that.

  44. Question to KDE 2 & 3 users. by GISboy · · Score: 2

    Personally I loved the 1.X series as the application bar/switcher was seperated from the menus/menu-ing system.

    You could have menues and virtual desktop's buttons on the top (as it should be :) ) and application switcher on the bottom (I suppose why I never saw the fuss about the dock in OS X) that would even *switch* between apps on different desktops! Cool.

    Now the "K" bar (or whatever it is called, I forget) is so damn crowded and the move to 2.X or so took the ability to seperate the app switcher bar from the "K" bar... major suckage and I switched to Gnome/sawfish and wanted to go back for that simple functionality.

    Did it ever reappear? I'd consider going back to KDE for its visual appeal and added abilities, but the loss of that one function was enough to make me defect.

    Oh, and someone asked about the "OS X-ness" being noticed...yes.

    I'd venture to call it KDEOSXXP 3.0.
    Rounded buttons of Aqua, flat brite menus of XP.

    Also, I a not an interface designer, but for some odd reason I want/need/wish for would be to have the max/min button on the left (a la Aqua) and the close button/box on the right of a window (a la windows/KDE).

    Maybe this just makes sense to me, dunno.

    --
    If it is not on fire, it is a software problem.
  45. Re:KDE3 can't beat a screenshot of any MacOsX desk by jonathan_ingram · · Score: 2, Informative

    The screenshots presented for KDE 3 aren't the most visually stunning in the world, I agree.

    If you like OS X, you might like KDE's
    Liquid widget theme
    http://www.kde-look.org/content/preview.php?file =1 65-1.png
    http://www.kde-look.org/content/preview.php?file =4 8-1.png

    Also nice is the QNix widget style
    http://www.kde-look.org/content/preview.php?file =1 41-1.png
    http://www.kde-look.org/content/preview.php?file =3 24-1.jpg

    ... and kwin is already very themable. You can use any IceWM themes, and kbox (http://www.kde-look.org/content/show.php?content= 355) provides support for Blackbox styles.

    Very few people seem to be providing themes that mimic Gnome ones: perhaps people actually prefer KDE's icons over Gnome's (I know I do). The path is open for someone to create a Gnome icon theme for KDE, if they want to. There are people working to improve KDE's icons, however, as in the iKons theme:

    http://www.kde-look.org/content/preview.php?file =2 03-1.png

    [pardon the spaces in the links -- ready mangled by Slashdot]

  46. X R and R support? by Nailer · · Score: 2

    Does anyone know if KDE will support the Resize and Rotate extension of Xfree86 4.10 or later?

    Its another piece of Keith Packard niftiness that (among other things) allows the X server to notify the toor window and window manager when the resolution changes.

    This is mainly used to be provide desktops which keep in sync with the display resolution - i.e, so when you change the screen res, you don't have to pan around an oversized desktop.

    Anyone know if theres KDE3 support?

  47. Recent KDE antialiasing looks worse than before by Nailer · · Score: 3, Informative

    The latest versions of Freetype remove a Apple patented method of hinting, which changes the shape of characters to better match the pixels they are displayed on (ensuring that the arms of your `m' character aren't pushed together, for example, despite that at very small resolutions they might render this way).

    Most of the recent KDE2 packages are compiled against the newer freetype, whose output is of slightly inferior quality due to the removal of the code for patented hinting method.

    1. Re:Recent KDE antialiasing looks worse than before by Spy+Hunter · · Score: 3, Informative
      I believe that it is XFree86 that actually uses the library to display text. Anyway, it doesn't matter which version of KDE you have, the version that matters is the version of the Freetype library. You can still turn on the patented stuff when you compile the library if you want to, but you have to do it yourself, specifically before you compile. I did it and didn't notice any difference. They have some "auto-hinting" code in the new libraries that simulates the old patented code without the patents. It seems to work pretty well as I couldn't tell the difference after I installed the supposedly better patented one.

      If someone has screenshots to compare the two library versions, I'd be curious.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  48. Re:PNG not well supported yet by ArtDent · · Score: 2

    Your link says that Netscape 4 does support PNG, but not PNG transparency.

    Transparency is probably not a significant issue for screenshots.

  49. Re:Enlightenment intergration by fault0 · · Score: 2

    Not sure, but probably not.

    I beleive, in fact, that in E17, support for KDE/GNOME are gone. This is because E17's aim is to be a "desktop shell".

  50. Re:now all kde needs is a decent window manager. by fault0 · · Score: 3, Informative

    >The /single/ thing that keeps me from running kde is that cruddy excuse for a WM they /force/ you to use.

    Not true, KDE's hints support come from NETWM, which is used by KDE 2.x and GNOME 1.4. Any NETWM complient window manager works with KDE 2.x and GNOME 1.4. So far, the only NETWM compliant window managers (that I know of) are kwin, sawfish, and blackbox. WindowMaker's next release should also add support.

    > They (trolltech) hired the author of
    blackbox, which is a good WM, and I hoped some of his wisdom might flow down to the KDE team... but alas, no sign of that yet.

    Kwin is a minimal (like Blackbox), but very extensible window manager. I wrote kbox, which lets you use blackbox styles in kwin. I can tell you that in fact, much of the vector gradient code in Blackbox actually orignated in KDE. Also, some of Brad Hughes (author of Blackbox) "wisdom" would naturally flow down to KDE because he wrote the Qt3 style engine :-).

    > KDE developers, please
    take note: The /only/ advantage of GNOME is the
    fact that you can choose your own window manager.

    Again, I say, you can use any NetWM compliant window manager with KDE 2.x. Kwin is to KDE as Sawfish is to GNOME. It's just the default.

  51. Re:Blackbox in KDE by fault0 · · Score: 2

    Thanks, I wrote it :D
    Adding windowblinds support for the next release.

  52. Re:Still needs Customized GUI. by Mandelbrute · · Score: 2
    If I could just reshape my terminal window so that it resembled a big L that would really help my workflow!
    X can do shaped windows (Oclock, xeyes, xjig (jigsaw pieces as shaped windows on the root window) etc).
    if we were able to change windows into whatever shape we wanted it would certainly allow for some boasting rights over M$
    The recent M$ GUI's can also do shaped windows, maybe even as far back as win95.
    We could have Lava-Gnome or Lava-KDE or whatever
    Or maybe lava-term, any window manager newer than twm should be able to handle the shaped windows. Resizing the things in L shapes would either have to be handled by the app or by changing the controls in the window manager a fair bit.
  53. Re:Enlightenment intergration by Mandelbrute · · Score: 2
    I beleive, in fact, that in E17, support for KDE/GNOME are gone. This is because E17's aim is to be a "desktop shell".
    Or perhaps it's because E 0.17 is a rewrite and not everything that is in E 0.16 is implemented in it yet? The home page at www.enlightenment.org seems to indicate this.
  54. Re:Enlightenment intergration by fault0 · · Score: 2

    From what I heard about a year ago, the E developers decided to make E17 self-sufficient. That said, E17 developement has /seemed/ to slow down a lot, so I'm not sure what they said a year ago is still pertinant now.

  55. Re:Still needs Customized GUI. by sparkz · · Score: 2, Insightful

    Your monotheistic religions are fucking stupid.
    All I want for Christmas is Osama bin Laden's head.
    Is this irony intentional?

    --
    Author, Shell Scripting : Expert Re
  56. Re:Blackbox in KDE by Spy+Hunter · · Score: 2
    WindowBlinds? Isn't that illegal? I think all their themes say you can't use them without WindowBlinds in their license agreements. Not that we care about such things ( :-) but the KDE project itself has to.

    BTW, I really like your work on kbox!

    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  57. Re:Blackbox in KDE by fault0 · · Score: 2

    > WindowBlinds? Isn't that illegal? I think all their themes say you can't use them without WindowBlinds in their license agreements.

    Possibly for those themes included with the base package, but I'm not sure since I've never used WindowBlinds or even downloaded their package. However, with third party themes, using that logic is shakey at best. Most of the third party themes don't even have any:

    1). kind of license
    2). disclaimers

    I've encountered a few WindowBlinds themes which say "For use with WindowBlinds 2.x". This isn't much of a legal disclaimer tho.

    Anyways, the format of windowblinds themes themselves, is much less complicated than they say in their website (they claim that they "invented" uis1, uis2, uis3, as languages). In fact, they are simply .ini files (rfc 822-like).

    And I doubt that they would approach anything legally anyways. This doesn't really compete with WindowBlinds. If they wanted to make a closed source WindowBlinds for X11 for pay, I'm sure people wouldn't pay for shit like that.

    > Not that we care about such things ( :-) but the KDE project itself has to.

    I understand the possible legal concerns, and that's why it's not in the base KDE distributions. Maybe the blackbox portions will eventually be, but probably not in KDE 3.0 (with the freeze and all).

  58. Kicker Panel Isn't Powerful Enough by shatfield · · Score: 2

    One of the things that I don't like about KDE2 (and what looks to still be a problem in KDE3) is that the Kicker Panel is still not quite extensible enough. I know that you can do all kinds of cool things with it.. but just try moving it around the screen, away from an edge. Try dynamically changing menu items around in the K menu. Things that Windows users have taken for granted for 2 or 3 years are still completely missing. I hope they address these issues soon.

    --
    "To make a mistake is only human; to persist in a mistake is idiotic." Cicero
  59. Re:Still needs Customized GUI. by Mandelbrute · · Score: 2
    They work in TWM, too, but the windows have a title bar whose bottom edge matches their top edge.
    Of course! I'd forgotten that it's just the tab from the "tabbed window manager". Now that I think about it X will handle shaped windows even without a window manager running. A polygon shaped Xterm, or even something with bezier curves would be interesting, but well beyond me at the moment.
  60. Re:Still needs Customized GUI. by fault0 · · Score: 2

    Follow the anon coward's advice. It works.

    Take a look at this for an example.

  61. Re:This is turning into a VI or Emacs topic by fault0 · · Score: 2

    The main reason I switched from GNOME to KDE (back in KDE 2.1 and just when GNOME 1.4 came out), was that KDE has a much better architecture and API (and I've done both GNOME and KDE programming). Now, GNOME 2.0 may catchup quite a bit, but KDE is not standing still. It is a good to see two desktop environments competeting.

  62. Re:PNG not well supported yet by budgenator · · Score: 2

    I like to use Netscape 4.77 for weg dev because its NOT as forgiving as some other browsers, and not supporting transpency in PNG just kills it for a lot of web stuff.

    The new KDE looks good, keep the monkey boys feet to the fire and we'll all gain, nothing like competion to keep everybody sharp

    --
    Apocalypse Cancelled, Sorry, No Ticket Refunds
  63. Library vs. Compiler by Per+Abrahamsen · · Score: 2

    I believe the ABI for the compiler proper doesn't change (on most architechtures), but the ABI for the library *does*. The library was a total rerite, getiing it right at the first attempt was probably too much to hope for.

  64. Re:Still needs Customized GUI. by revscat · · Score: 2

    Yes!

    Pat yourself on the back. You're the first person to notice. (Or at least the first person to say anything about it.)

    - Rev.
  65. Re:Still needs Customized GUI. by cloudmaster · · Score: 2

    If only there were things like "movable windows" or "window shading" available in KDE now... ;)

    I suppose that it would be kinda nice to trim off the sides of windows temporarily, though, like when reading data from an irregular image or something. Since most data tends to lend itself to rectangular representation, though, I can't see it been useful very often.

  66. Re:Still needs Customized GUI. by cloudmaster · · Score: 3, Informative

    Win'95 had (and 9x has) "region window" support. The power toys kit had a round clock included.
    http://www.microsoft.com/windows95/downloads/conte nts/WUToys/W95PwrToysSet/Default.asp
    says that you need OSR2, which was '95a with the plus pack and new IE. I don't have a '95a install to test with, though, so I can't be sure. Oh well.

    Learn all about region windows in VB at http://www.vbcodemagician.dk/tips/forms_win32rgnwi ns.htm

  67. Re:KDE == Windows?? by Arandir · · Score: 2
    Now, if KDE or Gnome would come up with a totally radical and attractive GUI that made it easier to use a computer and isolated everyone from the OS, then we're-a-talking. But no, they're just copying the Windows shell. Yipeee!

    1. Totally Radical
      • KDE: no
      • GNOME: no
      • Windows: no

    2. Attractive GUI
      • KDE: yes
      • GNOME: yes
      • Windows: no!

    3. Easier to Use
      • KDE: yes
      • GNOME: yes
      • Windows: no

    4. Isolation From the OS
      • KDE: yes
      • GNOME: yes
      • Windows: no!

    5. Doesn't Copy Windows Shell
      • KDE: yes
      • GNOME: yes
      • Windows: no



    Well, except for "totally radical", both KDE and GNOME meet all of your requirements.
    --
    A Government Is a Body of People, Usually Notably Ungoverned
  68. Just for historic reasons.. by mindstrm · · Score: 2

    KDE was usable and functional long before GNOME was of any use whatsoever. IT's been ahead of the curve the whole time.

    GNOME is great... but I find KDE more polished.