Version: 3.3 Bleeding Edge (2004-02-25) (using KDE 3.2.0, compiled sources) Compiler: gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) OS: Linux (i686) release 2.4.21-0.27mdk When I RMB on a "Top folder" (one I've added myself) in the Files Tree and choose "Remove From top" the top folder is removed, but it's back the next time I start quanta_be - the setting is not saved. KDE 3.2 QT 3.3 My KDEHOME is .kdetest if that should be of any importance.
Please check the .kdetest/share/config/quanta_berc is really writable. I tried here with a completely new KDEHOME as well as an older one, and it works. Temporary try to rename that quanta_berc and start Quanta again to see if you can still reproduce the bug or not. Andras
Sorry no, I can not remove the Top folder no matter what I do. The file is writeable, I've tried chmod 777 on it also, removing the file and add/remove a new top folder did not help.
Too bad, as I can't reproduce it... When you started to notice the bug? Do you have another Quanta version there (eg. 3.2.0)? Does it happen with that one?
> ------- Too bad, as I can't reproduce it... When you started to > notice the bug? Do you have another Quanta version there (eg. 3.2.0)? > Does it happen with that one? Running Quanta 3.2-post-Alpha2 on KDE 3.1.4 does not have the problem. I have just noticed this, My kDE 3.2 is new, usually I run the old 3.2-post-Alpha on KDE 3.1.4 Sorry I know it's not much help. For now I just have to hand edit the quanta_berc to get rid of the top folders I don't want listed.
Found your bug. It happens only when you add the folder with New Top Folder, and not when you right click on a folder and select Add to Top. Fix will come in some minutes.
CVS commit by amantia: Make removal of top folders added with "New Top Folder" possible. [#76498] CCMAIL: 76498-done@bugs.kde.org M +1 -0 ChangeLog 1.234 M +1 -0 treeviews/filestreeview.cpp 1.74 --- kdewebdev/quanta/ChangeLog #1.233:1.234 @@ -34,4 +34,5 @@ - fix opening of documentation pages with references [#70345] - fix creation of project when the main directory starts with a protocol name + - make removal of top folders added with "New Top Folder" possible [#76498] - various parsing fixes - report bugs for "quanta" module, not for "quanta_be" --- kdewebdev/quanta/treeviews/filestreeview.cpp #1.73:1.74 @@ -414,4 +414,5 @@ void FilesTreeView::slotNewTopFolder() { KURL url = KFileDialog::getExistingURL(QString::null, this, i18n("Choose Local or Remote Folder")); + url.adjustPath(+1); if (!url.isEmpty() && topURLList.findIndex(url) == -1) {