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."
Ceep up the good worc.
Is anyone trying to run KDE on an x86 processor that doesn't support at least the i586 instruction set? Anyone at all?
I'll probably get modded down for this, but my forays into KDE use have been separated by 6 months at a time. It seems the KDE team is emulating Microsoft's penchant for changing how major features of the interface work at frequent intervals.
I see lots of people complaining that each time Windows is updated they have to relearn the GUI, but honestly the same is true with KDE.
I'm not primarily a Windows user - I mostly use Mac OS X these days, but because of the amount of change that happens in KDE, I find it more trouble than it's worth and have begun to just stick with XFCE when I'm working on my Linux boxes.
It would be nice to see some consistency between major releases of KDE so that configurable items are still found in the same place when you upgrade, etc.
KDE has updates? I didn't know that! I use Debian!
-------
Support Indy Music. Buy
Along the lines of bugs, KDE's bug tracking system just reached it 100000 *reported* bug (not open) On the kde news site ther is a story about it include tips on how you can help report bugs/problems that you find in KDE to help make it better.
-Benjamin Meyer
Do you changes clothes while making the "chee-chee-cha-cha-choh" transformation sound?
Q: How do you identify a KDE programmer? :-)
A: He's swapped the functionality of the 'k' and space bar keys
BTW, Are there any screen shots out there?
Windows Update = Fixing bugs
Maybe if you got more benefites from windows updates other than patching holes.
If you're going to Kompare apples to oranges go ahead. This is more along the lines of a service pack, or beta of a new version of windows.
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.
my blog
I'll say one thing for GNOME ..... it makes KDE look fast.
I find it interesting that they released this as a live cd. As far as I can remember this is the first time a desktop environment released a live cd with their new releases.
This is certainly a trend I'd like to see more of. There have been times where updating to the latest version of kde or gnome could cause a headache that lasts several hours (yes even in debian where there are occaisional dependency problems especially in unstable). And there are of course some distros that take several weeks before packages are available. Of course compiling from source is an option, but remember if linux is ever going to be ready for the desktop, compiling from source has got to be just that, an option.
But with a live cd release you can check out the new features and decide whether it's worth the risk of a headache.
I'm still downloading the iso but I give KDE major props for releasing a live cd in addition to the source.
Ask and ye shall receive...
n _I _rip.2Fencode_Audio-CDs_with_amaroK.3F
http://amarok.kde.org/wiki/index.php/FAQ#How_ca
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.
Shouldn't it be "KDE 3.4 RK1 Released" ?? :)
8 of 13 people found this answer helpful. Did you?
It's sweet, sweet revenge for when Bill ripped off the Windows interface from Apple.
____
~ |rip/\/\aster /\/\onkey
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
You can make it look like anything you want, what's your beef?
Want menus on top, like MacOS? Check.
Want clear background with no icons like FVWM? Check.
Want a Wharf-like sidebar with application buttons on the side instead of the panel like WindowMaker? Check.
Want to change the order and shape of the buttons in the window titlebar? Check.
Want the taskbar to sit at the top and not at the bottom, like AfterStep? Check.
Seriously, have you ever even USED KDE?
I lurk on the KDE optimize list and came across the funniest comment in an email there the other day that probably goes a long way to explaining the mess that is KControl. They were discussing reducing disk accesses for displaying icons (a worthwhile cause) by building a database of their location:
"Do you think that it can make sense to add an option in KDE Performance -> System to Cache icons location?"
It's just like they have some instinct to add options rather than taking decisions. Just profile the system with and without the cache on and if it helps, enable it. If building the database takes some time, spawn it as a low-priority background task. Don't push all that work off onto the user.
it's not that simple really. radical changes in the user interface require high learning curves to transition to. it's not often when these changes come around, and any major paradigm shift in guis should happen gradual to ease users into a new way of using the computer. it's difficult to do all at once because people will think it's just too 'different.' everyone really borrows ideas off each other in the interface world. pretty much all environments now are a mix of the attributes of others. gnome is heavily mac os influenced. kde is heavily windows influenced. windows is mac influenced and mac is mostly xerox with a bit of creativity and HCI behind it. it's a natural evolution for the open source choices to take the best of both and try and merge them.
- tristan
What happened to implementing the Shared MIME Info spec from FreeDesktop.org? As recently as 1/2005, KDE was "planning to support it for their next major release". GNOME already supports this way to focus on our data, with automatic integration with our apps, without worrying that we picked the right desktop to mediate between our apps and our data. Is the next "major" KDE release "4.0", and we have to wait a few years for MIME integration to catch up with GNOME? Or is the MIME layer already in 3.4, and this is just another action-packed OSS episode airing with hidden, inscrutable features not making it to the release notes?
--
make install -not war
For example, this 486+ instruction speeds up TCP communication:
... use rorw $8, %w0; "rorl $16, %0; rorw $8, %w0 ...
... bswap %0 ...
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__
#else
#endif
> but all this seems to be is a few more
;)
> appliKations thrown into the default KDE
> install
if you actually try it out, you'll find that there are many, many bug fixes and improvements in existing applications and libraries. it's much more than just "3.3. plus a couple new apps"
> Choose the best one, and if people like
> something 'different' allow them to install it
> themselves
this is currently something left up to the operating system vendor/integrator/distribution. most current mainstream distros of Linux do ship KDE broken up into applications. there has been an interesting amount of conversation within the development community on how to best aid in the process without losing the benefits of definition but possible improving selection and selectivity.
it's not a trivial issue to "solve". but i'm glad its seen as one of the more visible issues (apparently, anyways), since things could be much worse. notice how nobody complains about how DCOP or other core technologies don't work, for instance?
Yeah, where's that three-dimensional holograph display they have on Star Trek?
Seriously though...a desktop has only so many ways to go about being useful. Either you'd be copying OS X or copying Windows, or copying fluxbox or copying...you get the idea.
Personally, I dont think KDE is "copying" Windows, I think they're using good ideas like menus, context menus, icons, and the file-manager interface, and then adding bits and pieces that are unique to linux or using good ideas from other OSes of bygone times.
-Jay
Personally, I think KDE's interface hasn't really changed all that much. Every year I try it out, it feels the same.
? set_albumName=KDE_rc1&id=default3
For instance, look at this screenshot from 3.4 RC1:
http://www.tuxmachines.org/gallery/view_photo.php
That is one MASSIVE menu. The same redundancy I've been complaining about for years--"System," "Utilities," and "Settings"--is still there. Why are they even seperate menus? Why not remove all three menus and just have a link to the system configuration dialog? Oh, that's right, they have that too! That's four redundancies.
Why is there an "Edutainment" menu? Why is there an "Editors" menu? There should just be an "Applications" menu, and they let the user categorize their apps the way they want to. That menu is suffering from huge clutter overload!
And look at the apps. Basically, they have two names each. Instead of "AppName," you have "AppName (WhatItReallyIs)." Silly and redundant. If the original name isn't working well enough, rename it. Essentially, you're having to maintain two app names now instead of just one. When a name isn't descriptive enough, its icon should be--that's why Apple insists that OS X icons show the document type and some sort of action happening to that document or related tool, like the text editor showing a page with a pencil overlaid on it. Not all icons follow these guidelines, but they should, and the ones that do fit visually in the interface. Fishing through appnames with parenthetical descriptions is ugly and time-consuming.
Those are just a few examples. KDE is overloaded with buttons, tabs, sidebars, and input fields. A lot of that stuff is simply not needed but is only there because it seems like someone got happy with the form designer and stuck a bunch of stuff on all the forms to have multiple ways of doing things. You should have two or three really good ways of doing things, not seven ways that clutter up the really good ways.
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.