KDE 3.4 RC1 Released 310
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."
Kongratilations! (Score:5, Funny)
i486? (Score:3, Interesting)
Re:i486? (Score:5, Interesting)
Besides that, the i486 is a very weird architecture. i386 optimized binaries run faster on a i586+ than i486 optimized binaries.
Never, ever optimize for i486, unless you own one. But then don't run KDE on it. You won't be happy.
486 introduced many new useful/fast instructions (Score:5, Informative)
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
Re:i486? (Score:2)
This is my sig. There are many like it, but this.. (Score:2)
Constant Change (Score:5, Interesting)
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.
Re:Constant Change (Score:5, Insightful)
That said, I completely agree. I'll take it a step further and say they should snag the UI requirements that apple has available for software developers to ensure consistent look and feel on their OS ( I believe those are freely available ) and use that to redesign KDE once and for all. Or come up with their own list, but *stick* to it, and further, don't approve software apps for kde unless they follow the list as well ( note: not saying people can't develop for KDE without these requirements, just saying they won't be "officially approved" ).
The important thing is to make the entire thing feel consistent. If I right click in one window, I expect the same behavoir there as I do in any other window. That kind of thing.
Re:Constant Change (Score:5, Insightful)
I'm beginning to come around to the point of view that perhaps Human Interfeace Guidelines ought to be enforced programmatically rather than as a document of requests of things you would like a developer to do. What do I mean? I mean, try and create a new layer of abstraction for programming so that GUI construction and layout becomes the responsibility of desktop environment rather than the responsibility of the programmer. The application developer has the responsibility for coding the various components of the application, exposing their functions in a particular way, and the relationships between components; then the HIG (a DE library, or formal code spec, whatever) takes the components, features, and relationships and constructs a GUI to make those components and features accessible to the user (via menus, buttons, list selectors, dialogs, etc.) structuring them, according to the given relationships, into a completely HIG consistent GUI app.
Okay, that is a very non-trivial exercise, and exactly how much work you can get the HIG to do instead of the programmer is not an easy question, however, thee are some real gains if you can actually do (at least some level of) this right:
(1) All applications coded with this will automatically be very consistent with all others, and complete HIG compliant - the developer doesn't have to worry so much about UI design (that work is pushed off more toward the people writing the HIG engine).
(2) Each DE can have their own programmed HIG, so an application coded with this system can be compiled against each DE and be fully HIG compliant for each different DE.
(3) It completely formalises the HIG - it isn't a document of reccomendations, but is required to be an actual formal layout engine.
(4) For the really "do it yourself" people you can code your own HIG engine and have your own completely unique look and feel that will be consistent across all the application coded with this system.
So perhaps widgets are too low level for application programming these days. It is my understanding that AWT worked something along these lines at least for layout of widgets), and well, obviously AWT isn't very popular. Then again, AWT was a little slow, and didn't provide the flexibility I'm talking about (it had, presumaly, its own hard coded HIG engine). As I said, this sort of thing would be very difficult, but perhaps it is worth considering.
Jedidiah.
Re:Constant Change (Score:2)
> enforced programmatically rather than as a
this is how many such things are already done in KDE. margin hints, spacing hints, menu layouts... there are some things that just don't translate to being put in the libraries, however. but yes, defining as much as you can in the infrastructure that applications are built on top of is a good idea.
Re:Constant Change (Score:4, Interesting)
I think that's great, but in the end that is just hinting toward looks, not actually doing the job of laying out the GUI (which is possible). The really extreme approach is to actually decide how to represent things in the GUI - a component just says "I have feature X which has use priority Y and
Jedidiah.
Re:Constant Change (Score:3, Insightful)
The closer you can get in non-academic world are the XUL and XAML architectures, which could be a basis for this kind of system to be built on top of them.
Re:Constant Change (Score:3, Interesting)
I don't see why you need XUL or XAML either - it would seem to me that, for instance, libglade is something you could build such a system on top of as well. This is something G
Re:Constant Change (Score:3, Insightful)
yes, this is exactly what XMLGUI does for menus, toolbars and even context menus (though not enough apps use it for context menus still). there are people playing around with it right now to extend it to simple dialog layouts as well.
additionally, there are APIs that apps use which allow them to say "configure the keyboard shortcuts" and the actual libraries handle all the details of that. it's exactly one line of code in a KDE app to configure shortcut
My opinion on KDE's interface (Score:5, Insightful)
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.
Re:My opinion on KDE's interface (Score:2, Insightful)
I have to disagree there. If there is one thing Windows does really BADLY it's the start menu. Instead of having Games, Office, etc you just have one huge disorganized clusterfuck. If people want to categorize their apps, they are already free to do so. I certainly agree that the "system/utilities/settings" stuff is really mess
Re:Constant Change (Score:5, Insightful)
I'm not a heavy KDE user, although I do develop programs under it. I can't say I've noticed anything that's changed much between releases, and certainly not "major features of the interface". Could you give an example?
Re:Constant Change (Score:5, Insightful)
Take Windows for example... people certainly complain that the interface changes, but think about it. Does it really? It hasn't changed much since 3.1. If you used 3.1, you can use XP. You might be dazzled by the blue window colors, but basically everything is still the same.
Fact is, people don't like change, and people complain. What the KDE people are trying to do, are create a really awesome system. They're experimenting and trying things out. Let them! It's not like they're making any wild changes that totally blow your mind. After 10 or 15 minutes of using a new release you should be fine.
Come on, you can set aside 15 minutes to have fun and play around with a new system. Exploring rules!
Something tells me you might be the kind of person that would complain regardless: "Hey this is exactly the same as the last version, there's nothing new to explore here, this is stupid I'm not using it anymore!"
Re:Constant Change (Score:5, Insightful)
I think we're all inclined to complain about things we don't necessarily want, but I don't think I'm any more so inclined than anyone else.
With respect to Windows 3.1 -> XP. As another poster mentioned, you're not using KDE to admin the machine, whereas that's where I personally see a lot of change in Windows - the interface with regards to administration of the machine.
Where I (and some of my users - not nearly as technical as me) see change is partly in how everything looks. The widgets have changed a lot over the last two years. To less technical users that is a barrier - you and I might blow it off, but it can be an issue. Once you spend some more time, there are more things that have changed for what I can see as little reason - maybe someone's idea of organization changed over the years and so all of a sudden, things move around on control center.
As I've upgraded from KDE 3 -> 3.1 -> 3.2 -> 3.3, I've noticed that many times my settings get lost and it's not so easy to go re-establish them. Things like keyboard shortcuts, mouse onClick behaviors for the various buttons have moved around. Heck, at one release the Control Center started taking on different forms depending on whether I selected it from the menu or selected it off the "dock" (can't remember KDE terminology).
Am I opposed to exploring for 15 minutes to use it? No, certainly not - but when I use it so little, I am more accustomed to metaphors of other desktop environments, and using KDE 6-8 times per month becomes a chore - again - it's been easier to just use XFCE.
Re:Constant Change (Score:2)
The widgets have changed a lot over two years ? That is not true, perhaps you meant the *default* widgets. The old ones are still there.
But more importantly, you say that you, who uses KDE 6-8 times per month, are lost in KDE. My wife, who is computer illiterate, uses KDE *every day*, and she NEVER saw ANY changes in the interface between release upgrades, she just went along. She never told me anything about changes, except when
Re:Constant Change (Score:2)
Re:Constant Change (Score:3, Informative)
Re:Constant Change (Score:2)
Ditched as it is by KDE users, the Gnome approach is really much better for newbie users. It has simple applications that do only one thi
Re:Constant Change (Score:5, Insightful)
Those people are baffoons. How do you relearn: read screen , point at something with mouse, click on it?
Don't be surprised about open source programs rapidly changing. To a lot of people, their project is an educational tool. Interfaces and APIs are constantly being honed and retooled. Even the Linux kernel will trash APIs used for years and release totally new ones maintaing no backward compatability in the middle of a stable kernel release.(SATA,USB for example) KDE is going to use the latest techniques and abilities provided by Qt and KDE libs. Thats how those libs get tested and improved and ALL programs using those libs benefit from this.
In open source land, we don't have to hang on to old broken APIs and libraries. The best code *almost* always gets put into use and every project utilizing that code benefits, even if they have to make some changes to use it.
As a user, do you have to upgrade to this new whiz bang version? No. Is this policy the best for all projects, No. But,the end result in most cases is that developers of open source code are able to use the majority of their time creating (which is what we like doing) and less time 'maitaining' old stuff they might not find as interesting and hardly anyone uses anyway.
If the two methods of development, open source and closed source, were equal in all ways except for the fact open source developers had the freedom to trash old interfaces and closed source had to keep them around, who would end up with faster,tigher code?
Re:Constant Change (Score:4, Insightful)
I think in software we call that "active development".
While I'll be the first to agree that consistency is key to a stable system, Linux is an environment that, in my experience, is continuously shifting and improving. Yes, things move in KDE, but they also are moving most things in a generally consistent configuration - i.e. most configuration is now available in the Kcontrol panel. They're actively developing the software and with each release, KDE gets more and more complete as a desktop environment, but you have the hiccups that are inevitable when something is changing that much (overall for the better, in my opinion). The interface changes because they add features. I'd say it's a case of taking the good with the bad for the best end result.
-Jay
Re:Constant Change (Score:3, Informative)
Re:Constant Change (Score:2)
Of course the problem as I see it is that Windows' interface is getting better, or at least Microsoft is innovating more, and MacOS' interface is just getting more annoying. Apple seems to be throwing all their interface research they did for the original MacOS out the wi
Re:Constant Change (Score:2)
It's kind of funny, actually.
I wholeheartedly agree with you. I'd like to keep the speed and only have new features activated if they are worthwhile to me.
I'm more likely to want to use an app to build a cut list and then drop the GUI and use command line tools to render/transcode/burn my video. A candied-up UI to handhold me ends up constraining what I can produce.
Re:Constant Change (Score:2)
Re:Constant Change (Score:2, Insightful)
I've been using it for 5 or 6 years, and I also can't think of any truly major UI changes over that time. It's mostly been a gradual evolution of small improvements.
Certainly nothing as jarring as the Win2K -> WinXP changes, where in the defaults for navigation the directory tree mostly got replaced by wishy-washy wizards that try to second-guess what you're doing.
Live CD's (Score:5, Interesting)
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 [kde.org] include tips on how you can help report bugs/problems that you find in KDE to help make it better.
-Benjamin Meyer
Re:Live CD's (Score:2)
Re:Live CD's (Score:2)
He's talking about the Live CDs' ownership of "really shine," whatever that is. It sounds like some kind of Japanese product.
"Buy our CDs! They have Really Shine (TM)!"
Of course, "This is one area where Live CD's really shine" is now a sentence fragment, and the apostrophe should have gone after the s. I guess some people just can't win...
Re:Live CD's (Score:2)
Burning my own karma, but he's probably doing it because it is an acceptable and in some cases encouraged use of an apostrophe in English.
It's a myth that apostrophes always denote possession or contraction. They don't. (In fact, there is no apostrophe in the possessive "its", which should tell you something.) Their purpose is to add visual information so you know what it is you're reading (i.e. "wont" vs. "won't"). To that end, pu
Obligitory KDE joke (Score:4, Funny)
A: He's swapped the functionality of the 'k' and space bar keys
BTW, Are there any screen shots out there?
Re:Obligitory KDE joke (Score:2)
A: He's swapped the functionality of the 'k' and space bar keys
Ikdon'tk nowkwhatkyou'rektalkingkabout.
3.4 changes (Score:4, Informative)
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.
Re:3.4 changes (Score:5, Informative)
> 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.
Re:3.4 changes (Score:4, Funny)
Ah, that explains it - I was looking for the Komponent Khooser. Thanks!
Re:3.4 changes (Score:2)
Re:3.4 changes (Score:5, Insightful)
but since people often can't find where this particular setting it, i'd agree that it's certainly not familiar. and while it's learnable, the learning curve is apparently a bit too steep.
the Control Center is one of the things that will be massively reworked for KDE 4.0. we've been holding off until 4.0 to do that for a couple reasons, one of the major ones being not to ruin the familiarity of the control center to people who have learned it. we happen to care about our users and their time investments =)
but having a setting for default web browser that isn't immediately findable does not make KDE not ready for the desktop. if that were the case, nobody would be able to use Windows or MacOS either, both of which have nicely hidden features that are difficult to find unless you are familiar with the system.
i know i know, don't feed the trolls
Re:3.4 changes (Score:2)
the Control Center is one of the things that will be massively reworked for KDE 4.0.
I hope that you actually sit some real users (of different skills) in front of real keyboards to test the new design, put them to try some common tasks, and then take note of every problem they have finding the right control for the proposed task.
Re:3.4 changes (Score:2)
also
Re:3.4 changes (Score:2)
that's actually not related to the default browser feature at all, but to how KMail handles links. it's trying to deduce the mimetype before launching it. it doesn't just look at the protocol (since you may get any type of file via http://), but it also doesn't look to the file extensions AFAIK (which it probably should and probably will eventually)
Re:3.4 changes (Score:2)
Re:3.4 changes (Score:2)
It does launch the default sensible browser for me. And in case such browser is not Konqueror in your case, that non-existent config dialog is in KControl - KDE Components - Component chooser - Web browser.
Live CD (Score:5, Insightful)
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.
Re:Live CD (Score:2)
Re:Live CD (Score:2)
XFCE 4 (Score:2)
torrent anyone??? (Score:2)
fancy posting a link to an iso and there not being a torrent available...
Re:torrent anyone??? (Score:3, Informative)
Typo in the title (Score:5, Funny)
Ironic (Score:2, Troll)
It's not that I have anything against KDE, but I just discovered Ion and how completely wonderful it is. KDE's the best traditional DE, but why should I use a traditional DE or WM when I've got Ion?
It took a little getting used to, but once I got my screen layouts and virtual desktops set up in a way that I like, I've found that Ion is far more natural and useful t
Re:Ironic (Score:2)
I missed 2 things:
1) Basic DE infrastructure support, like e.g., support of gnome-session
2) Support from multi window apps, like Gimp
The first issue is there because the maintainer is/was just not interested in it. After all, Ion is mostly a project to explore a special form of window handling
The second issue probably can't be solved without apps giving hints etc. But it
Funniest quote (Score:5, Insightful)
"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.
Re:Funniest quote (Score:4, Insightful)
I like to have a perfectly configured system built from the ground up for myself. I take the time to go through each option and select the things that I like.
This is one of the reasons I can't use Windows, Gnome or OSX.... there is just simply a lack of options.
Now I understand that "regular" users don't like being confronted with as many options... But... "regular" users also don't go looking for them. KDE gives a good set of default options (especially if you pay attention during the Wizard that pops up the first time you start KDE)... and for "regular" users they will be happy with that and not worry about it.
My point is that options are never bad. Give a sane set of defaults, but leave the options in there for us power users. A dumb interface is not necessarily a good one.
Friedmud
Re:Funniest quote (Score:4, Insightful)
If you really think that, I'd encourage you to think some more. In this article [pair.com], Havoc Pennington gives several reasons why too many otpions can be bad. Whether you think Gnome 2 has given the right answers to these issues or not, all of them have merit:
Too many preferences means you can't find any of them.
Preferences really substantively damage QA and testing.
Preferences make integration and good UI difficult.
Preferences keep people from fixing real bugs.
Preferences can confuse many users.
Re:Funniest quote (Score:3, Interesting)
ballance.
it's similar with the other items you list (bug fixing, integration, etc), though QA is hit harder than them. the "finding the options" problem is more a limitation of how we enforce hierarchical navigation
Re:Funniest quote (Score:3, Interesting)
I use KDE, unashamedly because it offers me options and one size most certainly does not fit all when it comes to UIs. Sane defaults, yes, but one man's sanity is another man's annoyance.
Under Havoc Pennington's influence, perfectly sane preferences such as the ability to turn off Nautilus' desktop icons disappeared between GNOME 2.0 and
Re:Funniest quote (Score:2)
so it's not like we can control what people suggest. in fact, when brainstorming it can be a bad thing to do so. but we don't have to, nor do we in practice, implement every single idea/concept/
Re:Funniest quote (Score:2)
I understand that it must be tricky with so many developers in the project to get decisions made. I find it difficult enough with my project, and I'm the only developer! I just felt the quote was indicative of the development mindset that led me to switch to GNOME.
I'm glad that KDE is taking this kind of issue more seriously - I switched to GNOME a while back, but I still check out KDE every so often. I think I still have about 30 lines of code in KImageEffect somewhere.
I'm not sure I'd have the time fo
Re:Funniest quote (Score:2)
http://dot.kde.org/1107931942/
> I just felt the quote was indicative of the
> development mindset that led me to switch to
> GNOME
Re:Funniest quote (Score:2)
Interesting discussion on dot.kde.org, by the way.
Re:Funniest quote (Score:2)
Seriously, the "offer an option" approach is one of my favourite things about kde. There will be times when icon caching makes sense and there will be times when it doesn't, there will be users who want it and users who don't, so let the user choose!
Re:Funniest quote (Score:3, Insightful)
There really is no way of finding out except guessing based on the user's machine's specs, or profiling it while running on the user's machine. Since both of those are subj
Desktop Unity? (Score:5, Interesting)
Re:Desktop Unity? (Score:2)
not only does it mean that everyone who has a solution now has to rework their software, it means throwing away lessons learned from the existing implementations (assuming they aren't broken and need replacin
Re:Desktop Unity? (Score:3, Insightful)
Re:Desktop Unity? (Score:2)
Re:Desktop Unity? (Score:2)
In order to get there, we've got a desktop interop spec that both major Linux des
Re:Desktop Unity? (Score:3, Interesting)
Re:Who cares about FreeDesktop.org ! (Score:2)
Re:Who cares about FreeDesktop.org ! (Score:2)
1> KDE has agreed to the spec - that's reality.
2> *Your* post is the defensive logic of the fanboy - the rest of us are trying to get our software to work.
3> Descending deeper into cruel irony, every sentence in your obnoxious post has errors that make your talk about "idiots" and "halfassed crap" look like the words of hapless expert.
Re:Who cares about FreeDesktop.org ! (Score:2)
INTEROP (Score:2)
So, Anonyous Coward, you have no answer to the question - just the same question as I posed, that you quoted. "Major release" doesn't necessarily mean "major version number". And if it does, then KDE's lag will keep an interop desktop standard behind long enough to help ensure the Linux desktop is a completely fragmented market, just as it's proliferating among a wide variety of personal devices.
Re:INTEROP (Score:2)
Re:INTEROP (Score:2)
New default theme? (Score:2)
I think that is brilliant, as the previous default Keramic style was a bit overdone, and the buttons were slightly buggy. I think it looks much better, and will be great at not confusing new users.
Re:yay? (Score:4, Funny)
Re:yay? (Score:4, Insightful)
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.
Re:yay? (Score:2)
I would say SP2 for XP was a significant update for functionality. The .NET framework is also a "Windows Update" with lots of added capability.
Re:yay? (Score:2)
Windows updates: patches for a flawed architecture.
Re:Who cares? (Score:3, Funny)
Re:Not sure where to put this.... (Score:3, Informative)
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
Re:Not sure where to put this.... (Score:2)
My only question with that feature: How do you set the quality of the rip? i.e. How can I get a higher bit-rate for ripping ogg files?
Re:Not sure where to put this.... (Score:2)
> playing application for media files inside KDE
both JuK and amaroK support burning of playlists. right click on the playlist, select "Burn to CD".
Re:Why make it look like Windows? (Score:4, Funny)
It's sweet, sweet revenge for when Bill ripped off the Windows interface from Apple.
Re:Why make it look like Windows? (Score:2, Redundant)
Re:Why make it look like Windows? (Score:2)
BTW my KDE looks like the Altimat desktop from the
Re:Why make it look like Windows? (Score:5, Insightful)
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?
Re:Why make it look like Windows? (Score:2)
Flexible interfaces like you describe are usually bad things. They create inconsistancy across systems, a high overhead of setting up a new box, and lots of support trouble. That's why Apple's GUI often feels so constrained. They try to choose the one best way to do something, implement it, and spare their users a glut of customization options.
So, my beef would be two fold. Not only do they choose a poor, inconsistant model for their GUI, they
Re:Why make it look like Windows? (Score:5, Informative)
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.
Re:Why make it look like Windows? (Score:2)
All of my Linux boxen run KDE 3.3 (well, the runs that aren't running headless), and I also have a couple of macs (an iBook running 10.2 and a dual G5 running 10.3).
While OS X's GUI certainly looks pretty when you first see it, and it does have some useful UI features (I love transparent terminal windows for coding), and after using OS X for any extended period of time, I find myself longing for KDE.
I'm not going to say that, technically,
Re:Why make it look like Windows? (Score:2)
The mistake you are making is thinking that KDE is for you, when it's really for the distros. True,
Re:Why make it look like Windows? (Score:3, Insightful)
Re:Why make it look like Windows? (Score:2, Insightful)
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 tim
Re:Why make it look like Windows? (Score:2)
Really? All? [xwinman.org]
Re:Features...err..bloat (Score:3, Insightful)
> 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 mainst
Why? (Score:2)