Skip to content

KDE 3.3 Release Cycle Starts with KDE 3.3 Alpha 1 "Kindergarten"

Wednesday, 26 May 2004  |  Skulow

That's one small step for KDE, one giant leap for Free Software - the KDE 3.3 Alpha 1 has been released to the FTP servers this morning. There won't be any binary packages for this release, everyone using Kindergarten is asked to compile it with --enable-debug, so that we can get valuable feedback. There is a new unstable version of Konstruct also available to install it. Other than that, feel free to play around with things, check if your bugs are still there or if there are places where you can help. Check the KDE 3.3 feature plan for things to look for.

Kindergarten is hopefully only the first step as we're heading for the aKademy.

Comments:

Konqueror file manager - Dennis - 2004-05-26

I would like to see some changes to the file manger in the area of network. Specifically making it easier for a user to add, delete and modify ftp and websites. I haven't messed with that area of file manger for quite a while but the last time I did it was a very convoluted affair to modify any thing I added to that area. Attached is a snapshot of the area I mean.

Re: Konqueror file manager - Evan "JabberWokky" E. - 2004-05-26

I'd say that a bookmark manager that can show subdirectories would be better. But I'd ignore it all for a bookmark manager that isn't glacially slow. I only have a little over 10,000 lines in my bookmarks.xml, but editing and moving around bookmarks is incredibly slow, making the categorization of them a real pain.

Re: Konqueror file manager - Boudewijn Rempt - 2004-05-26

I've dragged all my bookmarks into a folder, and organized them in subfolders. Works like a charm, no need for a separate bookmarks system.

Re: Konqueror file manager - Jaroslaw Staniek (Kexi Team) - 2004-05-26

> but editing and moving around bookmarks is incredibly slow My bet is that for hierarchical and linear data like bookmarks are, KDE DB Framework would be used...one day. XML is usually better for data exchangeability, object-relational database engines are better for storage.

Re: Konqueror file manager - Roberto Alsina - 2004-05-26

There is no reason for the XML to make things slow. After all, why not just load the bookmarks into a structure in memory when they re needed (or even on Konq. startup)? How large can they be? Then just dump to XML when you have to, and you only have to deal with the overhead of XML every once in a while.

Re: Konqueror file manager - Sad Eagle - 2004-05-27

Well, you can't make O(1) updates. And of course, QDom is just slow.

Re: Konqueror file manager - Roberto Alsina - 2004-05-27

How long can it take to generate a 2000-object XML thing? And who has over 2000 bookmarks? ;-)

Re: Konqueror file manager - Sad Eagle - 2004-05-27

You would be surprised. Some have as many as 9000 bookmarks, BTW -- see http://bugs.kde.org/show_bug.cgi?id=59401. So if you feel bored one day, you may want to consider trying making QDom dumping faster instead of writing spatial file managers :-). I think there were BC difficulties w/that when I took a quick look, though. Hmm, I hear Frerich is hacking on the editor, though.

Re: Konqueror file manager - Roberto Alsina - 2004-05-28

Well, spatial file managers look like more fun ;-) You know, fancy program that´s probably about 1000 lines of code. QDom, OTOH, is hairy.

Re: Konqueror file manager - Ian Monroe - 2004-05-26

I agree, I never understood the feature that's in your screen shot and how it isn't redundant with bookmarks.

Re: Konqueror file manager - Dennis - 2004-05-26

Well, if the thing was more user friendly, I'd use it for bookmarking ftp sites. Which is what I like it for. It is a bit redundant for websites but does remind me of how you can have Windows display it's "Favorites" on the side. But then there is already a button for that, IIRC.

Re: Konqueror file manager - Steve - 2004-05-27

It's not at all redundant. You can have trees of directories in there, and it's possible to have your tree start at any subdirectory (eg: KDE mirror directory). You can't do that with bookmarks. I find the feature very useful - I use it for various home directories on other machines (ie: sftp://user@host) as well as links to mirrors of KDE and SuSE ftp sites. I've been using it for quite a while now. The feature itself is IMO quite user friendly, but configuring it certainly isn't. While I'm quite able to go edit a desktop file by hand to get what I want, it certainly shouldn't be the normal way for a user to set anything up. -- Steve

Re: Konqueror file manager - James Richard Tyrer - 2004-05-26

What is shown in that snapshot isn't new. It is in 3.2 branch. -- JRT

Re: Konqueror file manager - Dennis - 2004-05-26

I know it's not new, just very cumbersome to use. IIRC the last time I fiddled with it I had to drill down/hunt for a number of config files in .kde to change things. Not something a normal user should have to do. For example, a user creates a new folder, realizes it was named incorrectly then tries to delete it. You can't from the desktop. You have to monkey with config files to get rid of it or right click and move it to another folder and then delete it.

Re: Konqueror file manager - James Richard Tyrer - 2004-05-26

> I know it's not new, Then it would be better to file a wishlist item or discuss this on 'kde-usability'. > just very cumbersome to use. IIRC the last time I fiddled with it I had to > drill down/hunt for a number of config files in .kde to change things. Not > something a normal user should have to do. IIUC, this is used to for your network configuration and what you get as a default is just a demo. Probably not a good idea -- it might be better to leave it blank. Yes, this appears to be an unfinished feature. First, there are major problems with the RMB menu. > For example, a user creates a new folder, realizes it was named incorrectly > then tries to delete it. You can't from the desktop. You have to monkey with config files to get rid of it or right click and move it to another folder and then delete it. And your example is the first one, there is no: "Move to Trash" option. Most of these options in the RMB menu are not usefull here and should be removed (somehow). IMHO, what is needed is a GUI configure tool for this, and IATM that the menu editor for KDE-3.1.x could be modified to accomplish this function -- just remove the features not needed and modify it so that it could only create folders (with names in the '.directory' file) and URL 'desktop' files (it also needs to be able to edit the global configuration if run as root). -- JRT

Re: Konqueror file manager - Dennis - 2004-05-27

IIRC, I did file bug/enhancement report. But that's been well over a year ago..... I think. It's been so long I don't remember and to lazy to look it up.

Re: Konqueror file manager - Dennis - 2004-05-28

I don't know that discussing it on kde-usability will do any good. Got off my butt and did a quick search of bugs. Found one going all the way back to kde 2.2.0; http://bugs.kde.org/show_bug.cgi?id=32224 The person did report as an enhancement, though I am not sure I would have called it that.

Konqueror & AdBlock - fake guy - 2004-05-26

Any chance we will see http://bugs.kde.org/show_bug.cgi?id=15848 in KDE 3.3? This is the only feature I miss from Firefox and that keeps me using it though I think Konqui is more elegant, nicer and faster.

Re: Konqueror & AdBlock - TDH - 2004-05-26

I've been really happy using squid and adzapper. Works for all browsers, only a few minutes to set it up even if you have to install squid. http://www.linuxjournal.com//article.php?sid=7556 But I agree it's not a solution for grandma...

Re: Konqueror & AdBlock - Carl - 2004-05-26

I also used to think that it would be nice to have ad blocking right in Konqueror, but I recently started using <a href="http://www.privoxy.org">Privoxy</a>. Configuration of it is a bit more complex than just the browser, but it does allow much more fine-grained control. It also allows me to keep the same ad blocking regardless of the browser I'm using at the moment, and *all* users of the computer get the benefits of it.

Re: Konqueror & AdBlock - fake guy - 2004-05-27

Thanks. I just emerged privoxy, and I must say that it works quite well, even with the default settings. Anyway, I still think that a konqueror-integrated adblock would be a killer feature.

Re: Konqueror & AdBlock - Nick Shaforostoff - 2004-05-26

i use opera cause it has flexible settings system. for example i've choosen to only display chached images. So if i _really_ need to see any pictures on the web-page, i just press Shift+G, or rmb on particular image (in case when i want to see only one image) Also, i can quickly (through menu item) disallow scripts to open new windows (tabs). So, it seems that konq developers should look towards usability alittle...

Re: Konqueror & AdBlock - Joe - 2004-05-26

"So, it seems that konq developers should look towards usability alittle..." Boy, that's a useless statement. By saying it, you realize that you are indicating that konq developers don't do anything "towards usability", whatever that means.

Re: Konqueror & AdBlock - Nick Shaforostoff - 2004-05-26

i meant "little more than today" btw its hard to express what you think in your 3rd language (to make boast of)...

Re: Konqueror & AdBlock - Joe - 2004-05-27

Agree me, yes.

Re: Konqueror & AdBlock - anonymous troll - 2004-08-04

If you can't express relatively simple concepts in a language is it really one that's "yours" at all? or do you really think that knowing N other languages makes it okay to stumble through an N+1th?

Re: Konqueror & AdBlock - rudgero - 2004-12-09

Off-line navigations and Adblock capabilities will make KONQUEROR a perfect choice for Linux Web Browser.

Re: Konqueror & AdBlock - carlos - 2004-08-25

we all want Adblock 4 konqueror!! please..

Kindergarten - Bert - 2004-05-26

Kindergarten sounds like a better word for KDE alpha apps. Will slibo or another chess client be part of KDE games?

Re: Kindergarten - me - 2004-05-26

Yes! Cool idea, why not rename kdenonbeta to kindergarten? Sweet!

Re: Kindergarten - cm - 2004-05-26

I like that idea, too.

Re: Kindergarten - aleXXX - 2004-05-26

Well, it seems naming-guru Coolo strikes again (think meinproc, unsermake, others ?) ;-) Alex

Re: Kindergarten - punk - 2004-06-01

What about 'Bratwurst' and 'Sauerkraut' for the next releases...

Re: - ObiTuarY - 2004-05-26

I can't wait for Kopete's interface to be asynchronous!

drag & drop menu - Lars Roland - 2004-05-26

Just scanned the feature plan, and found that we finally will get drag & drop of the menu entries - will this also work for the bookmarks in Konqueror ??

Re: drag & drop menu - thesimplefix - 2004-05-26

Actually from a technical support perspective this feature is the worse feature EVER enabled by default into Windows 2000. 3 yrs ago while I was doing technical support I wouldn't believe the number of users that would call in because they could find an Icon or their toolbar anymore --- And it was always because they had dragged it accidently somewhere else. Don't beLIEve me - Look at WinXP Pro/Home. Drag and Drop menues are disabled by default.

Re: drag & drop menu - Bellegarde Cedric - 2004-05-26

If you use poledit or active directory, this is not a problem. Kiosk ROX :)

Re: drag & drop menu - David - 2004-05-26

I would disable it by default then. This is a nice to have feature (a simple copy and past context menu is better), but even power users rarely re-organize their menus once they have them sorted.

Re: drag & drop menu - Steve - 2004-05-27

I wouldn't disable it completely by default. I think the problematic part is being able to drag things out of menus. This goes against the old behaviour of holding the mouse button down while selecting something from a menu, and is confusing at the least. Menus should be enabled as drop targets though. Eg: drag a file/program, hold it over the K menu (which springs open), and then you can drop it somewhere in there which would create a link to the original item. After some visual feedback (eg: new entry is highlighted for a second or blinks twice) the menu closes again. There is similar functionality in WinXP; entries can be removed with right-click->delete. While I'm at it, I'd quite like to see something like Apple's spring-loaded folders too - it'd be nice if all the things that opened as the result of a single drag then closed themselves again afterwards. If the drag knows what it opened, it could send a close signal when it's done. Of course, this functionality would have to be configurable too... -- Steve

Re: drag & drop menu - Matt - 2004-05-27

Konqueror just got spring loading folders that close themselves automatically in cvs.

Re: drag & drop menu - Lars Roland - 2004-05-26

Well this problem seams to be with many things including KDE - we have 50 desktops running SUSE Linux and Windows XP (dual boot). Many users in the Windows camp have the problems you describe - but I have noticed that the lack of drag & drop in the bookmarks menu in Konqueror and in the kmenu seams to confuse them (I do not support these machines any more, but when I did, editing the menus was a question I got all the time).

Re: drag & drop menu - Jochen Weiss - 2004-05-27

I really find the current menu editing scheme very cumbersome, from a user perspective, drag and drop would be a very nice feature to have, I am glad this will be forthcoming!

Re: drag & drop menu - Aaron Krill - 2004-05-27

How about if you CTRL-Drag it it will moooooove

Re: drag & drop menu - fprog - 2004-05-28

SHIFT-Drag = Move CTRL-Drag = Copy Don't start unconventional behaviour...

Re: drag & drop menu - Oleg Mitsura - 2004-06-03

I had this idea for some time already, it just so happened that appropriate discussion never came up. A lot of times I fine that I need to move more than 1 icon/menu item. After pressing a menu hot key (e.g. CNTRL), the menu would expand about 16 pixels, and a new column would be formed on the right. In that area there would be check boxes. After you release hot key (CNTRL), the are with checkboxes slides back and you can drag items, or choose a different menu and select some more checkboxes :D. It is not really hard to implement, just someone have to do it. best regards Oleg M

Konqueror & Java - Paulo Junqueira da Costa - 2004-05-26

I hope konqueror could work better with java in this next release. I still can acces my home bank using konqueror. I tried IBM/SUN/Kaffe, etc, and it simple doesn´t work. Wanna try? The applet doen´st load: www.bradesco.com.br Some javascripts doesn´t work too: www.balaplanet.com.br Ok, ok... I just reported the bug... I like KDE too much, but I still have to use Firefox in this cases.

Re: Konqueror & Java - Ian Monroe - 2004-05-26

Yea, Java that requires a security authorization don't seem to work for me.

Re: Konqueror & Java - Tim - 2004-05-27

Try turning on the "Use KIO" option in the Konqueror Java configuration.

Re: Konqueror & Java - SPW - 2004-05-26

Same thing with https://www.snet.lu/snet_online_english.html

Re: Konqueror & Java - Freddie - 2004-05-26

Works fine for me. Get a nice little Java applet that asks me to move my mouse around for a bit, then shows a login screen asking for an account number. That's as far as I can go as I don't have an account with them. FreeBSD 5.2-CURRENT, KDE 3.2.2, JDK 1.4.2.

Re: Konqueror & Java - anonymous - 2004-05-27

works fine here (konq 3.2.2, linux 2.6.5)

Re: Konqueror & Java - Freddie - 2004-05-26

I can't read the page, but it loads just fine for me. Unless the applet's not on the front page, in which case, could you send the URL for the page with the Java applet. Everything loads, there's no empty boxes like there was before I installed Java. Don't see the problem with this page. This is on FreeBSD 5.2-CURRENT, KDE 3.2.2, JDK 1.4.2.

Re: Konqueror & Java - anonymous - 2004-05-26

www.bradesco.com.br -> this page loads completely in konqueror 3.2.1, including the flash-animation. I don't see any java applets, but I also don't see any blank spots where a java applet is missing..

Re: Konqueror & Java - koos - 2004-05-26

See http://bugs.kde.org/show_bug.cgi?id=75624 This is fixed in current CVS, so please try this alpha release and report your findings. There is support for secure signed applet in this new release too, although not finished. But if an applet wants to do things that are normally forbidden and it has SSL certificates, you get a dialog asking what to do. You can confirm it for only one action but also for all forbidden actions afterwards. So please test and report!

Re: Konqueror & Java - Paulo Junqueira da Costa - 2004-05-27

Very good to hear it! I really like konqueror and this site is necessary to me. I'm going to continue to use Firefox until the next KDE release.

Re: Konqueror & Java - Paulo Junqueira da Costa - 2004-05-27

It is necessary to go to the next page to see the applet. It is necessary to fill the agency and account number. About the other site, there's a javascript in the right side that scrolls the todays partys and it doesn't work too. I guess it will fixed in the next release too.

Re: Konqueror & Java - Paulo Junqueira da Costa - 2004-05-27

One more site: Orkut Konqueror is not working to rank friends.

Re: Konqueror & Java - Steven Scott - 2004-05-27

I just went and tried it out...selected haven't met & acquaintance, they showed up, moved a friend from Friend to Good Friend...everything worked. I'm on KDE 3.2.1

Re: Konqueror & Java - Paulo Junqueira da Costa - 2004-05-27

I guess I inform you the wrong page. Try FriendsKarma.

Re: Konqueror & Java - Paulo Junqueira da Costa - 2004-05-27

I guess you didn´t try the same part as me. The link is the "Friends Karma"

Re: Konqueror & Java - tpr - 2004-05-28

I think this is known problem, check this out: http://bugs.kde.org/show_bug.cgi?id=66816

Re: Konqueror & Java - Doug Br - 2004-09-21

I´m facing some problems with Banco do Brasil too. http://www.bb.com.br , I´ve installed the Sun´s applet and when I try to access my acount it just says "loadind applet".

Superkaramba? - Ryan Nickell - 2004-05-26

I looked through the feature plan, and noticed that there was no mention of superkaramba anywhere. Are the plans to incorporate this in the works? I know that Adam had stated that it may be too early for it to be considered to be added to KDE, but I was mostly curious as to the status of the consideration. cheers, -Ryan

Re: Superkaramba? - Mark Hannessen - 2004-05-26

Superkaramba is to much overhead if you ask me. Such things should be created as a kdesktop replacement.

Re: Superkaramba? - Ryan Nickell - 2004-05-27

The overhead is not from superkaramba, but the themes that are not well written or don't free resources when they are not needed. Superkaramba is actually written in C, with a python hook for the themes to run.

Re: Superkaramba? - Troy Melhase - 2004-05-27

I have to disagree. I've studied the superkaramba source, and I suspect that most of the overhead and/or wasted cycles is due to the polling model that superkaramba uses when dealing with it's sensors. Coupled to that is the significant overhead of the karamba core calling into python and back. FWIW, I've re-implemented karamba from scratch as a PyKDE app. It's not done (I'm waiting on the KDE 3.3 and PyKDE 3.11 to ship). My app is called "karakoram" and it uses almost zero cpu -- much, much less than karamba. I've uploaded a snapshot here: http://sourceforge.net/projects/karakoram/ Screenie here: http://root.karakoram.org/karakoram_site_previous/gallery

Re: Superkaramba? - Roberto Alsina - 2004-05-28

That´s pretty cool!

Re: Superkaramba? - Troy Melhase - 2004-06-02

Hey, thanks!

Re: Superkaramba? - Davide Ferrari - 2004-05-28

The progect and the goals are really nice but the name is so.....weird :)

Re: Superkaramba? - Troy Melhase - 2004-06-02

Weird? I'd have never thought the name was weird. Maybe unusual, but not weird. Karakoram is the name of a mountain range in the Himalayas. I used it years ago as my Quake2 handle, and when I was looking for a name for this project, it seemed to fit well -- no other software named that, and it starts with a K. :D http://en.wikipedia.org/wiki/Karakoram

Re: Superkaramba? - Tukla Ratte - 2004-05-28

Okay, which syllable(s) in "karakoram" get(s) emphasized?

Re: Superkaramba? - Troy Melhase - 2004-06-02

Looks like the first one: http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=karakoram&x=0&y=0

Although K3B is as good as it is - thesimplefix - 2004-05-26

Although K3B is in my opinion the best CD/DVD burning tool available for Linux I would like to see more stability (less misburns) in K3B before KDE 3.3 final is released. For many new Linux/KDE users CD/DVD burning software will be an essential requirement when deciding to make the transition to Linux. IF burning a CD/DVD doesn't work 99% of the time (like that in Nero or EasyCD/DVD Creator) then many new users will find Linux a waste of time.

Re: Although K3B is as good as it is - Anonymous - 2004-05-26

Why should KDE 3.3 be delayed because of k3b?! They are released independently.

Re: Although K3B is as good as it is - thesimplefix - 2004-05-26

Because when Joe User downloads/purchases and installs a major Linux build (Fedora, Mandrake, Xandros, Lindows/Linspire, etc... ) it will likely come with the most recent version of K3B available at the time. When Joe User runs K3B and finds CD/DVDs only burn correctly 85% of the time ( I myself find this to be the case ) they are likely to be not pleased with Linux. Yes, I'm aware that K3B is NOT Linux , but users will see it as Linux having a break in functionality that their WIndows PC already had. When I deployed Mozilla at work (as an alternative to Outlook XP) the first things users requested if was able to do all the the things Outlook could -- They had a list! Next they wanted to know if it behaved just as well or better than their current system (Outlook). If Mozilla had NOT met all these needs or had brocken functionality they already had with Outlook there would have been no way for me to deploy Mozilla. In the case of Linux. For many new users if Linux doesn't do everything that Windows does just as well or better then they won't look at Linux/KDE twice. I think many people would agree that basic CD/DVD burning will be on the basic requirement list for most end users. When a user sees that CD/DVD burning only works 85% of the time then most users won't look twice at Linux/KDE. Yes, K3B is completely seperate from KDE -- I know, but when a user tries to burn a CD/DVD with K3B, and it only works 85% of the time it's LINUX that failed them -- NOT K3B! The user will then resort back to Windows where yes they had their problems, but when they burned a cd it just worked 99% of the time!

Re: Although K3B is as good as it is - Roberto Alsina - 2004-05-26

With a half-modern CD burner and burnproof enabled, I have yet to see k3b screw a disk.

Re: Although K3B is as good as it is - David - 2004-05-26

It is also rather simplistic to blame k3b. k3b uses a lot of other low-level tools.

Re: Although K3B is as good as it is - Joe - 2004-05-26

Not true. I have noticed lately (11.8-11.9) that I am getting weird behaviors and mis-burns. I have a 4 month-old Liteon DVD burner, and a gig of ram, so don't blame the hardware. 85% seems right.

Re: Although K3B is as good as it is - David - 2004-05-26

Is this a distro you have built up yourself or a commercial distro?

Re: Although K3B is as good as it is - Roberto Alsina - 2004-05-26

Well, saying it's not true that I haven't seen it is... well, wrong.

Re: Although K3B is as good as it is - Jim - 2004-05-26

You probably want to make sure that burn-proof (burn-free, whatever) is enabled. Not sure about K3B, but I know that cdrecord (stupidly) disables burn-proof unless it is explicitly enabled.

Re: Although K3B is as good as it is - Joe - 2004-05-27

Yeah, thanks. I've been doing this since Linux scratched his ass at his mom's house and cd-r's were in caddies, but thanks. It was built from source.

Re: Although K3B is as good as it is - Roberto Alsina - 2004-05-27

Well, it's disabled because some hardware doesn't support it. I have a 4x scsi yamaha that simply doesn't work if burnproof is on. If I set it to off and do nothing else (it's a P1-166 :-) it does record successfully almost every time (perhaps 5 failures every 100).

Re: Although K3B is as good as it is - TaNGo - 2004-05-27

You did it by saying that you've got a `Liteon`. That's the problem.

Re: Although K3B is as good as it is - Joe - 2004-06-03

Wow, is that complete bullshit. I have 3 Plextors and 1 Liteon. The Plextors cannot come close to the accurate burns of the Liteon. Why don't you give me some backup before you just blurt out nonsense?

Re: Although K3B is as good as it is - Jim - 2004-05-26

> Because when Joe User downloads/purchases and installs a major Linux build (Fedora, Mandrake, Xandros, Lindows/Linspire, etc... ) it will likely come with the most recent version of K3B available at the time. So what's the problem? You say yourself that the distributions will go and get the latest version of K3B, so why should the whole KDE project wait around for it? > When Joe User runs K3B and finds CD/DVDs only burn correctly 85% of the time ( I myself find this to be the case ) That's very surprising, if people were having trouble like this on a wide-scale basis, then I'm sure I'd have heard about it before now. What distribution are you using? It sounds like something is misconfigured. I'm assuming you aren't getting similar results in Windows? In any case, K3B is merely a front-end to cdrecord, so if anything is going wrong on the software side, it'll be a) a fault in cdrecord, b) a fault in the Linux kernel, or c) some kind of system misconfiguration. It's very difficult for a front-end to accidentally lower reliability.

Re: Although K3B is as good as it is - David - 2004-05-26

"When I deployed Mozilla at work (as an alternative to Outlook XP) the first things users requested if was able to do all the the things Outlook could -- They had a list! Next they wanted to know if it behaved just as well or better than their current system (Outlook). If Mozilla had NOT met all these needs or had brocken functionality they already had with Outlook there would have been no way for me to deploy Mozilla." Then why were you deploying Mozilla? Sounds like they are happy with Outlook. Users do not create a list of features for Outlook because they generally don't even know what features it does have! You need to create a rational for using Mozilla or something else based on cost, additional features and whether it gets the job done easily and simply. Make sure you know how to use the software fully as well! Backing from top management is key, then sit down with your users, tell them what you are doing, why you are switching and what it is going to mean for them. Fear is a large part of that process and why people cling onto Outlook, and a great deal of fear can be removed by simply talking to them. Unfortunately, these are social obstacles rather than technical ones ("Oh we must make an Outlook clone") that need to be solved. Get two or three users to use something different, do test installations, and everyone wonders what it is that they've got. Features are an inevitable part of whether the software can get the job done, but Joe User 'never' creates a list of those features. He probably never uses any of them. "I know, but when a user tries to burn a CD/DVD with K3B, and it only works 85% of the time it's LINUX that failed them -- NOT K3B!" Sorry but I have only ever seen k3b work 100% of the time. K3B WORKS! What distribution are you using it with? Is it a commercial one or is it a custom made distro? If it is a custom made distro then you need to look at the issues yourself and find out what tools K3B needs to work. If it is a commercial distro then you have some comeback because they need to have looked at these configuration issues. "The user will then resort back to Windows where yes they had their problems, but when they burned a cd it just worked 99% of the time!" People do have issues with burning on Windows, more often than not. The reason why people think that it works more often is because they are more familiar with it!

Re: Although K3B is as good as it is - Tomislav - 2004-05-26

Common simptom! If anyone complains on Linux/KDE/any software that runs on Linux, everyone start bashing him! I used to run RH 99% of my time (it is not the case any more :(, I had to change the company). I was quite happy with it. But for CD recording, I was really disapointed. I realized then that I: o if I have to make backups, I use cdrecord from command line o if I have choice of OS, I go to Win and I use Nero Even newer versions of K3b did not change that, no matter that I like that particular piece of software. Please, be aware of the problem, don't kill the messenger!

Re: Although K3B is as good as it is - Roberto Alsina - 2004-05-27

The messenger should also be aware that he has to deliver a *message*, not just point his finger and wave his hands a lot. You are aware that k3b just calls cdrecord, right? If you consistently notice cdrecord works and k3b doesn't, use the debug view in k3b, and check the options it's passing to cdrecord, and compare. Then, you can tell someone (like, say, the k3b author) how and why k3b fails, or at least he can guess. As I said, I have burned a whole lot of CDs (about 30 a week, lots of ISO backups generated with Mondo Rescue) using k3b without failing *once*. So, while I don't doubt you have had problems, maybe the problems are not as widespread as you think.

Re: Although K3B is as good as it is - c0p0n - 2004-05-27

I am using k3b for a year, and I haven't a single failure because a k3b or cdrecord fault, mostly bad media (cheap cd-r, that also crashes on other systems) that I will not buy again.

Re: Although K3B is as good as it is - keithS - 2004-12-02

You're lucky it works 85% of the time. I've yet to get it to work at all. System is a Sony PCV-RZ502P with Suse 9.0 Linux installed with pretty much vanilla options. All attempts fail to write the CD and make it unusable afterwards. Attempting to burn a DVD, CD/RW or CD-R always fails. Yet on the same machine dual booted into winXP, I can burn all of those 100% of the time.

Re: Although K3B is as good as it is - octico - 2004-05-27

Look I have been using k3b for the last year if not longer and have had less coasters created it than with easyCD. If my wife can use K3b without any comlaints and do mean no complaints I don't really see any problem with a new linux user not being able to use it or for that matter not like it.

Re: Although K3B is as good as it is - anonymous - 2004-05-26

K3b is not a part of KDE. The Release of KDE 3.3 has no influence on the quality of that application.

Re: Although K3B is as good as it is - Hackeron - 2004-06-05

WHAT!?, I'm yet to have k3b fail on me. Infact, on older hardware, k3b was a lot more stable and reliable under linux than nero burn under windows that broken numerous CDs due to buffer under-run, which wasnt the came with K3B. As for burning CDs, I burnt over 300 CDs with my new Plextor 48X CD writer and K3B, and NONE, I repeat, not a single CD was currupt with k3b. If your CDs fail to write, blame the CDs you bought, or your CD writer is dying. It is nothing to do with K3B in all cases. Anoher possibility are the core applications K3B is the frontend for, so investigate if cdrecord is to blame.

kwin drop shadows - Kevin A - 2004-05-26

I know it is hard to do with the current XF86 server. But Drop shadows for kde's windows will put the window manager way ahead of MSWindows and would probably make it one of the most advanced window manager (ok it probably is anyway but i mean seriously wicked advanced). So please any KDE DEVELOPERS/ARTIST consider native drop shadows for the next KDE release. Thanks KDE rules!

Re: kwin drop shadows - Martijn S - 2004-05-26

I completly agree! I love the shadows!!!!!!!!!!

Re: kwin drop shadows - Nicolas Blanco - 2004-05-26

I agree, I'm using kwin drop shadows for kde 3.2.2 and it is rather stable, even if it needs some final improvements. Nicolas.

Re: kwin drop shadows - Joe - 2004-05-26

What are you, 12?

Re: kwin drop shadows - Eike Hein - 2004-05-26

What are you, old and bitter? ;) Come on. Let's keep it sane.

Re: kwin drop shadows - Jim - 2004-05-26

> Let's keep it sane. I think that was his whole point. Drop shadows don't make anything "one of the most advanced window manager[s]", and it wouldn't put it "way ahead of MSWindows". It's just a nice touch, that's all.

Re: kwin drop shadows - Joe - 2004-05-27

Someone smart out there. Must be only the guys who have J's in there.

Re: kwin drop shadows - James Richard Tyrer - 2004-05-26

> What are you, 12? I would tend to agree with the comment. Drop shadows are not an indication of how advanced the window manager is. However, this appears to be the way that Windows users think. I would say that this feature is useless, but it appears to be what users want. -- JRT

Re: kwin drop shadows - Ed Moyse - 2004-06-02

Well, they're definitely not "useful" in any real sense, but having been forced to use a Powerbook for a week, I must say that all the graphical touches in OSX make it a real pleasure to use. They're not exactly "useful" but since I spend hours staring at computer screens, I appreciated having it look so attractive.

Re: kwin drop shadows - Trejkaz Xaoza - 2004-07-23

In the case of OSX, the shadows make it really good to use because they don't lag behind dragging the window like they do with the kwin hack. :-(

Re: kwin drop shadows - Martin G - 2004-05-27

Drop shadows are nice, I agree, and it is eye candy that people will judge, but they need to be implemented at the right level. Drop shadows and transparency should be handled by the X server - rendering window contents in an off-screen buffer then later passing through a compositing manager. FDO's experimental Xserver does exactly that, and the next generation of Windows will do similar. I personally believe that this is outside the remit of KWin, and the KWin shadow patches should not be committed into any official KDE releases.

Re: kwin drop shadows - lars - 2004-05-27

yes!! i want dropshadows in my kindergarten too! even when were grown up it makes an nice eyecandy! maybe there could be the option to toggle it off, because not all hw configs will support it. cheers to the devs! lars

Re: kwin drop shadows - Christopher Sawtell - 2004-06-16

While the drop shadows are far from being actually necessary they do add a nice touch of aesthetic finesse to the drop down menus. I would like to suggest a black single pixel line on the 'North' and 'West' sides to provide visual offsetting of the menu from the background. Is that technically possible?

Re: kwin drop shadows - C. Bielke - 2005-01-25

I really love the shadow effect, and shadows ARE usefull. They allows much smaller window borders! But the kwin-shadow-patch 0.6.3.a is far away from being ready to use. If you use focus follow mouse without auto raise you will have lots of artefacts. So I switched shadows off :-( But once it is ready to use, it would be really usefull.

I am waitong for a stable file manager since 3.1.x - Sasoon Pundev - 2004-05-26

Every time I use konq in tree view it crashesh on copy/paste operations.

Re: I am waitong for a stable file manager since 3.1.x - David - 2004-05-26

That shouldn't be happening. What are you doing and is there a bug filed for it somewhere?

Re: I am waitong for a stable file manager since 3.1.x - Eric Laffoon - 2004-05-26

Funny thing about software and bugs... for some reason people tend to think that their subjective experience is representative of everyone's. It just isn't the case. Really obvious and dumb bugs like this rarely ship and are usually the result of other complex interactions... packaging errors (among the biggest), binary conflicts on RPM systems, configuration problems and such. I'm running CVS and have seen some crashes but it usually works and it's CVS so you expect the occasional crash. Bug reports are really the place to get things solved, not web talkbacks.

Re: I am waitong for a stable file manager since 3 - Bart Declercq - 2004-05-27

I used to have a similar problem that followed me for several versions. Turned out that deleting the config files in ~/.kde solved the problem. Try to log in as a different user on your system and see if you have the same issue there. If you don't, then you know the bug is triggered by something in the configfiles of konqueror.

KThemeManager - reddazz - 2004-05-26

Is the new theme manager going to be included by default?

Re: KThemeManager - Anonymous - 2004-05-27

It was moved from kdenonbeta to kdebase just yesterday.

Re: KThemeManager - reddazz - 2004-05-27

I see, it's a really cool application and I like the fact that you have one place to change the eyecandy.

Re: KThemeManager - Lukas Tinkl - 2004-05-27

Glad to hear people actually like it and find it easy to use :)

Re: KThemeManager - Davide Ferrari - 2004-05-28

Maybe I'm dumb but...I still have the old and splitted KCM modules for theming KDE..how can I get new KCM?

Re: KThemeManager - Anonymous - 2004-06-01

Install from http://developer.kde.org/~lukas/kthememanager/

Re: KThemeManager - Lukas Tinkl - 2004-05-27

Yes, it was just moved from kdenonbeta.

Spatial Konqueror? - Norman - 2004-05-26

Will Konqueror 3.3 have a spatial mode like GNOME's Nautilus 2.6 has? I love the new file manager and it would be great if KDE had it. I checked the preferences in 3.2 and I can't get it to work like Nautilus 2.6. So will it be implemented?

Re: Spatial Konqueror? - David - 2004-05-26

Probably not. The way Spatial mode is implemented has a very, very long way to go before it can be widely accepted. The way the world manages files today is through tree views of folders and the two-pane explorer approach. This is not going to change anytime soon.

Re: Spatial Konqueror? - azazel - 2004-05-27

I would like it if it remembered directory settings more reliably. For example, I wanted my images directory to have previews on and large icons. But normally I have previews off and small icons. So when I enter the images directory, I want the view settings to change, then when I leave, I want them to go back. I know it does have directory property saving, but I couldn't get it to work properly.

Re: Spatial Konqueror? - Tukla Ratte - 2004-05-27

In my experience, when Konqueror is in per-directory settings mode, it will switch views correctly when it enters a directory containing a .directory file. Unfortunately, it will keep that view mode if you then open a directory that doesn't have a .directory file. There doesn't seem to be a global "use these view settings when there is no .directory file" setting.

Re: Spatial Konqueror? - Dave - 2004-05-27

I find that spatial file management doesn't work too well in UNIX environments. It could be just the way I organise things, but in my experience directory structures are too deep on UNIX - you end up with a lot of clutter on your desktop from opening windows to get to your files. I used MacOS 7/8/9 for years and the spatial management system worked very well because the filesystem tended to be quite flat. Dave

Spatial Konqueror? - Norman - 2004-05-26

Will Konqueror 3.3 have a spatial mode like GNOME's Nautilus 2.6 has? I love the new file manager and it would be great if KDE had it. I checked the preferences in 3.2 and I can't get it to work like Nautilus 2.6. So will it be implemented?

Re: Spatial Konqueror? - D. Le Sage - 2004-05-26

I second that. I would love to see a spatial Konqueror, simply for the speed and simplicity that this entails. By all means, though, keep the configurability and an option to access the advanced mode. KDE is all aobut felxibility and we should not force users to work one way or the other but plese give the options for both with the simplest method the default for novice users.

Re: Spatial Konqueror? - Joe - 2004-05-27

Yes, please. We need to crap Konqueror up as quickly as possible. I've heard about this spatial mode, Mommy, so KDE must need it. Nevermind that 99% of the world hates it... If this abomination comes to pass, please make it OFF BY DEFAULT. "Enabling suck-ass mode...beep boop"

Re: Spatial Konqueror? - Roberto Alsina - 2004-05-27

Honestly, building a spatial file manager should be a 2-week project. Latching it onto konqueror would be evil. But hacking a standalone spatial file manager? That's damn simple. I may even write one this weekend if my date cancels.

Re: Spatial Konqueror? - Roberto Alsina - 2004-06-03

First part of a PyQt-based spatial file manager is published as a sort of tutorial here: http://lateral.pycs.net/stories/29.html Don't expect much, since it amounts to about 6 hours of coding ;-)

Re: Spatial Konqueror? - rsk - 2004-05-27

OMG I was laughing so hard reading your response...

Re: Spatial Konqueror? - HelloWorld82 - 2004-05-28

Why do you laught ? I think he has reason. The only things that needs to be implemented are : *"open each file in a new window, insted in the same window" I can imagine that it's possible to do that in 5 -10 C++ lines *Then : Save the window's position and preference then closing that window again So, you save this in an .windows file in you kde ... or in the directory that you opened. This can be coded quiet fast (Oh, and : please, agree for that on a common standart between kde and gnome! If under gnome you looked at directory X with the "see as thunbail" modus, automaticaly gnome should also load this profile than looking at this file!!) *Change the UI in konqueror so that there are less icons, and you don't see all toolbars. Add shortcuts to go up a directory, or one directory down. Here there is nothing to code, everything is right here. So, Why laught then someone says he can implement it in a weekend ? Daniel

Re: Spatial Konqueror? - D. Le Sage - 2004-05-27

My,what an intelligent and eloquent contribution to make to a discussion. Your rhetoric is both insulting and fails to provide any new thoughts into the discussion. I felt embarassed to read your mindless drivel, Joe. Grow up. To add some substance to this debate: Fact 1: Konqueror is becoming bloated. Do we really need features like FSView? Clutter is making it convoluted. I agree with you that systems should not be "dumbed down" but there is a clear distinction between making something less convoluted and making something less complex. If Konqueror can do the same job with less clutter onscreen, than by all means remove unnecessary bloat. Fact 2: Konqueror does not adhere to the Unix tradition of doing one job and doing it well. It is trying to be both a web browser and a file browser. There is a vast difference between viewing files and HTML pages. Fact 3: Konqueror is slower than Nautilus. Fact 4: I did indicate that it should be kept flexible. The ideal would be to have spatial mode as the default. If users wnat advanced features, they can easily switch the system to this mode. Fact 5: Needless to say, more than 1% of the world do like the new Nautilus. Regards, David

Re: Spatial Konqueror? - Brad Hards - 2004-05-28

What exactly do you mean by "spatial"? I know what the term means (difference in position, as opposed to difference in time), but what functionality / behaviour is proposed that isn't currently available in Konqueror? I don't mean in terms of a specific implementation (ie "go look at Nautilus" is an answer to a different question), but in terms of what it would mean for Konqi or some other application. In terms of "Facts", I dispute 1, 2 (and 5, as written, but you probably didn't mean that 1% of the world or world population have tried Nautilus and liked it). Bloat is a subjective assessment, and Konqi the shell hasn't changed much. KDE is not part of the unix tradition, really. It does have good separation between tools though - KHTML (the renderer) isn't part of Konqueror. Konqueror just uses it, as do other KDE tools. There is a good description of what a KPart is on http://developer.kde.org, which might help clarify the difference.

Re: Spatial Konqueror? - Oleg Mitsura - 2004-06-03

Sorry to break your argument, but on all my debian boxes that I have and installed for friends konqueror works 3-5x faster than nautilus, try to open a directory containing 100k files, even 10k files, you'll see what I'm talking about. (Thats just file browsing). And still konqueror beats nautilus in pretty much everything else. I don't have anything again GNOME, but they seem to be going nowhere fast.

Re: Spatial Konqueror? - kundor - 2004-07-14

You have a few misconceptions. ;-) The things like FSView, web browsing, and file browsing, are not all being done by the same program -- they're all being done by their own programs, which are "piped into" konqueror. In that way, it adheres very well to the unix tradition: programs do only one small task and are combined to achieve the end result. So yes, web browsers and file browsers do different things; that's why different programs are doing those things. I also greatly wish for spatial mode to be achievable in konqueror's settings -- all that it would take would be an option to "remember placement of windows and files," because the rest is already there. It wouldn't even have to be on by default.

Re: Spatial Konqueror? - fake guy - 2004-05-27

Oh my god! No! Don't even try to do it! Leave Konqueror as it is! If you like Nautilus, use Nautilus!

Re: Spatial Konqueror? - ac - 2004-05-27

Gnome trolls infiltrating the dot? If that strange "spatial mode" should ever be added to konqueror, leave it off by default at least.

Re: Spatial Konqueror? - Davide Ferrari - 2004-05-27

If you love Nautilus, then USE Nautilus and do not post silly questions on dot.kde.org

Re: Spatial Konqueror? - smt - 2004-05-27

Come on now, that is overly harsh.. some people like spatial mode more than browsing (I do), and also want a file manager that is integrated with their desktop environment (e.g, not nautilus)

Re: Spatial Konqueror? - Davide Ferrari - 2004-05-28

First of all, AFAIK you *can* have spatial mode, if spatial mode is what I suppose it should be (open new window for every directory opened). Second, and this is a more general topic, KDE from times to times choose a "developing direction". If your tastes are different from this direction, than change your tastes or change the product you use. We are in the F/OSS world, we can *choose*. But do not flame praising for a feature "like that other software".

Re: Spatial Konqueror? - Birdy - 2004-05-27

Use the middle mouse button when clicking on a directory - that's all you need to get (simple) spatial mode for konqueror. (Tabbed browsing must be off). ciao

Re: Spatial Konqueror? - kundor - 2004-07-14

that is NOT spatial mode! that's the bad side-effect of spatial mode without the point! If you open a folder, rearrange the icons to your liking and place the window somewhere, close it and open it again, it reverts to the original placement. Spatial mode allows you to arrange your files as you wish, for your efficient usage, and keeps them that way.

Re: Spatial Konqueror? - Mildred - 2008-01-11

With a spatial filemanager, you should even be able to put an icon in a corner of the window, and the icon should stay there eyou close the widow/folder ... ad appear at the same place whe you ope it again.

Re: Spatial Konqueror? - Allan Sandfeld - 2004-06-01

Get a developer drunk enough at aKademy, tempt him with cheap hookers and you might get just get there. (I had a dream yesterday, in which I submitted a story to slashdot.org with the headline: OMG! I made konqueror spatial! with a link to my new homepage Konqi in Spaaaaceee.)

Re: Spatial Konqueror? - Roberto Alsina - 2004-06-01

Oh, well, I just wrote it. Kindof. It's not konqueror, but it is spatial. Will post the first half of it as a tutorial (kinda) at lateral.pycs.net tomorrow.

Re: Spatial Konqueror? - Allan S. - 2004-06-01

Neat. I didnt think I would take much coding. But does it do remote-URLs? That was why I thought of Konqueror. Ofcourse the only usefull parts of that, could be accieved by making bookmarks remember window size and location info.

Re: Spatial Konqueror? - Roberto Alsina - 2004-06-01

Well, right now, it has a three-line loop to read a folder. If I make it use kdelibs (right now it's qt only), how much work do you think it would take to make it read a list from a remote URL? ;-)

Re: Spatial Konqueror? - Richard Moore - 2004-06-01

Sorry, but /cheap/ hookers just won't cut it for this. We want high-class ones (well, maybe you could knock people down to medium class). ;-)

Re: Spatial Konqueror? - Wolfgang - 2004-07-16

Everyone discussing here should at least read this before starting to argue http://www.bytebot.net/geekdocs/spatial-nautilus.html

Re: Spatial Konqueror? - EdCrypt - 2004-12-10

Simplicity in kde? no, it do not match...

Version Control System in Konqueror? - Anonymous - 2004-05-27

Are there any future plans to intorduce a version control system for documents into Konqueror? I would love to have a system that could roll back, track changes and so on, similar to those features found in a commercial tool such as Hummingbird Powerdocs: http://www.hummingbird.com/products/docsopen/index.html Could CVS have such a front-end built into Konqueror? I do not use revision control for software development work; rather for keeping track of numerous drafts of documents written in LaTeX markup/DVI but I imagine any such tool would be flexible enough for any kind of work. Accept/reject changes, document lifecycle and library classification and metadata seraching would be great to incorporate. Anyway, this is something to consider.

Re: Version Control System in Konqueror? - Mike Diehl - 2004-05-28

Cervisia works excellent from within Konqueror, you should give it a try.

Re: Version Control System in Konqueror? - Brad Hards - 2004-05-28

It would be good to know whether CVS (which requires a central server, and needs root access to install, SVN) is really the right tool. Would a tool like Arch or darcs be more suited, which doesn't provide central access but can run in a local directory.

Re: Version Control System in Konqueror? - wilbert - 2004-05-28

You can also use CVS on a local repository (without running a server)

Re: Version Control System in Konqueror? - Brad Hards - 2004-05-28

Sure, but AFAICT that doesn't provide anything more than RCS would provide. Basically, you can't ever share your stuff without either a central server or a proper distributed system.

Re: Version Control System in Konqueror? - Inorog - 2004-05-28

You can, with ssh, the :ext: mode of cvs (CVS_RSH=ssh) and ssh keys.

KDE needs to fix this darn bug! - Greg - 2004-05-28

http://bugs.kde.org/show_bug.cgi?id=61730 needs to be fixed for good. This is a LONG-STANDING bug that keeps creeping in with backports and regressions. Anyone who uses bugs.kde.org regularly should vote for this bug!

Re: KDE needs to fix this darn bug! - AJFT - 2004-06-02

I'd agree, its been around a lonnnnng time, however, reviewing the bug report that you point to its also possible that it has more than one origin. I rather suspect, from reading the bug report, that there might well be three separate points of origin. However it would be nice to see it fixed. I can see that it still exists in *some* form, with KDE 3.2.2, Gentoo, linux 2.6.4 gcc3.3.something. Why do I see something so far down that it will take a eureka moment to get it final. In any case, a quick grab of the frame and a twitch and the extra scrollbar is gone. Other browsers have quirks of their own, some far worse.

dotty is back! - dotty is back!! - 2004-06-01

Oh, dear -- you can't imagine how I missed you! I am the happiest dottyfan on earth to see you back. What was the problem with you? Care to write a little story about it? I hope it is not some major health problem that is coming back to haunt you. Ciao, your biggst dotty-fan.

Re: dotty is back! - Anonymous - 2004-06-01

> What was the problem with you? Move of sponsored host to another data center (including IP change) in combination with weekend and holiday.

article on toms hardware - somekool - 2004-06-03

http://www.tomshardware.com/hardnews/20040526_123045.html

Maybe fix kuickshow while you're at it? - Hackeron - 2004-06-05

Endless kuickshow bug reports, it has far too many bugs, and requires some serious attention. Either fix it, or remove it, it gives KDE a bad name. Example bug report: http://bugs.kde.org/show_bug.cgi?id=79291

Sure is Alpha - Christopher Sawtell - 2004-06-16

http://developer.kde.org/development-versions/kde-3.3-features.html KDE 3.3 Feature Plan XML error: mismatched tag at line 346

Re: Sure is Alpha - Nicolas Goutte - 2004-06-16

It should be fixed now! Have a nice day!