Slashdot Mirror


KDE 3.4 RC1 Released

twener writes "The KDE project has announced the first release candidate of KDE 3.4 which brings many new features targeted for release at 16th March. Sources (requirements list, build script), an i486 GNU/Linux Live-CD (375MB) and SUSE 9.2 binary packages are available currently. OSdir.com and tuxmachines.org have screenshots of this release. Source Code and a Live CD are available."

11 of 310 comments (clear)

  1. 3.4 changes by sewagemaster · · Score: 3, Informative

    been running kde 3.4 beta1 for a few weeks now. my personal favorites are the improvements to kdvi and kpdf. things are rendered a lot better in each, and the sidebar page previews really help navigating for us needing to edit long latex documents... too bad the bug that doesnt show >1 images in kdvi on the same page when it's supposed to is still there.

    the best thing now is that they're no longer using that hideous keramick theme as the default...

    unfortunately, everything in kde is a little too self contained. as in it doesn't launch the 'default' browser (sensible-browser) that you set. there's not even a simple config/dialog where you can choose to run firefox/mozilla instead of konqueror whenever you click on links on other "K" apps.

    1. Re:3.4 changes by stilborne · · Score: 5, Informative

      > there's not even a simple config/dialog where
      > you can choose to run firefox/mozilla instead
      > of konqueror whenever you click on links on
      > other "K" apps.

      in the Control Center, under KDE Components, there's a "Component Chooser" panel that's been there since 3.3 that allows you to set your default browser, email, text editor, IM client and terminal app.

    2. Re:3.4 changes by Luke-Jr · · Score: 2, Informative

      Not sure whether you were joking by posting an image of OSX's configuration interface, but a similar one is actually being considered: http://www.icefox.net/gallery/pictures/2005/System %20Preferences/system_preferences8.png

      --
      Luke-Jr
  2. Re:Not sure where to put this.... by chill · · Score: 2, Informative

    Ask and ye shall receive...

    http://amarok.kde.org/wiki/index.php/FAQ#How_can _I _rip.2Fencode_Audio-CDs_with_amaroK.3F

    You can burn or rip from withing amaroK. Personally, I prefer ripping straight from Konqueror -- it is the most intuitive interface I've ever seen with the drag-and-drop from virtual folders.

    -Charles

    --
    Learning HOW to think is more important than learning WHAT to think.
  3. Re:torrent anyone??? by nutshell42 · · Score: 2, Informative

    If you'd bothered to follow the link you'd noticed that there are at least a dozen .edu-class mirrors around. I doubt even /. could kill them all

    --
    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
  4. Re:Constant Change by tommyth · · Score: 3, Informative

    Consistency is good, but I think the KDE team is looking more at trying to make the 'perfect package'. In other words, their desktop system basically tries to include everything, from mp3s to cdburning to smb managing to instant messaging, all things that could be done with third party software as well. But KDE's programs are often the most newbie-friendly, and for people new to linux, KDE makes a nice manager because it includes all those things. But I guess the KDE team doesn't think they've really got everything the way they want it, so they're expanding and changing. As long as the changes aren't detrimental (except for having to learn them), I say keep innovating.

    But, for many linux users who use the desktop as a place to hold terminal windows, we'll take fluxbox.

  5. Re:Ironic by Anonymous Coward · · Score: 1, Informative

    Ion looks like some kind of pathetic throwback design based around text input. Their arguments are valid but they miss the point with their implementation. At least it's a form of innovation though, rare in the F/OSS world.

  6. 486 introduced many new useful/fast instructions by Anonymous Coward · · Score: 5, Informative

    For example, this 486+ instruction speeds up TCP communication:

    Byte Swap (bswap) [486]

    bswapreg[16|32]
    Example

    Convert little/big endian to big/little endian by swapping bytes.

    bswap %ebx

    The equivalent 386 code would take 3 times as many cycles even on modern hardware:

    simplified excerpt from a GNU C library header file:

    /* To swap the bytes in a word the i486 processors and up provide the
    `bswap' opcode. On i386 we have to use three instructions. */
    # if !defined __i486__ && !defined __pentium__ && !defined __pentiumpro__
    ... use rorw $8, %w0; "rorl $16, %0; rorw $8, %w0 ...
    #else
    ... bswap %0 ...
    #endif

  7. Re:Why make it look like Windows? by pherthyl · · Score: 4, Informative

    They create inconsistancy across systems

    Ok, but if you want to prevent this, you use Kiosk to lock everything down, no problem.

    a high overhead of setting up a new box

    No, defaults are defaults. Install a KDE box and it's set up.

    and lots of support trouble

    Perhaps, but not if you use Kiosk.

    That's why Apple's GUI often feels so constrained

    Bingo. This may be good for a lot of people, but it is NOT good for me. The OS X GUI drives me nuts (yes I use it quite a bit), it doesn't work the way I want it to work, the animations slow me down, there are not enough options for keyboard navigation, and I can't get things like focus follows mouse (I'd trade this for menu on top any day). Oh yeah, and I can't move or resize windows by holding down a button, clicking anywhere in the window, and dragging.

    Not only do they choose a poor, inconsistant model for their GUI

    Your opinion. Actually I find KDE apps quite consistant wrt keyboard shortcuts and style.

    they also let you change it in a bunch of different ways that increase inconsistancy

    Which makes me more productive, so I'm happy.

  8. Re:Constant Change by m50d · · Score: 2, Informative

    I haven't noticed such changes. 3.1 and 3.3 seem to behave pretty much the same way, and where it's changed, it's usually the case that the new behaviour is what I thought it "should" be. KDE has certainly never done anything like forcing the file browser into "spatial" mode or reversing the order of buttons in the confirmation dialog, and every kde change has been reversable by hand with ordinary configuration changes.

    --
    I am trolling
  9. Re:Desktop Unity? by Anonymous Coward · · Score: 1, Informative

    As recently as 1/2005, KDE was "planning to support it for their next major release".

    3.4 is a minor release. 4.0 is a major release.

    we have to wait a few years for MIME integration to catch up with GNOME?

    What on earth makes you think that KDE 4.0 is a few years away? 3.5 will be a few extra features while Qt 4 stabilises, and then KDE 4.0 will be a straight port of 3.5 to Qt 4. Neither of these are particularly slow endeavours.