------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 Summary: Deleting an image from album gui denied Product: digikam Version: 0.9.2-svn Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Albums GUI AssignedTo: digikam-devel kde org ReportedBy: cmaessen casco demon nl Version: 0.9.2-svn (using KDE 3.5.6 "release 31.4" , openSUSE ) Compiler: Target: i586-suse-linux OS: Linux (i686) release 2.6.18.8-0.1-default Today I noticed that a plain <Delete> doesn't work anymore. It gives the message: "Access denied to trash:/filename.jpg". <Shift>+<Delete> works OK! <Delete> from within konqueror gives no problems. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 ------- Additional Comments From caulier.gilles gmail com 2007-03-14 21:46 ------- Caspar, If you use Gnome, the problem have been reported recently in Mailing list. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 ------- Additional Comments From cmaessen casco demon nl 2007-03-14 23:15 ------- KDE 3.5.6 "release 31.4" openSUSE Caspar. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 ------- Additional Comments From cmaessen casco demon nl 2007-03-19 19:43 ------- Just tested the latest svn-version. No luck. As Gilles suggested I also looked up the thread in the archives. But since I use KDE, nothing mentioned there applies to my situation, As I stated before, the delete-key is working as it should under Konqueror as is the kio-slave. Entering trash:/ in Konqueror or in the file-dialog of Kate gives me access to the trashcan. So this leads to the assumption that it is something in digiKam. Being able to move files to trash with one keystroke (and so being able to recover) is essential to my workflow. Therefore I hope this one is solved shortly. Thanks. Caspar. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 ------- Additional Comments From gsking1 yahoo com 2007-03-22 03:03 ------- I've got the same problem with today's svn version. Can't delete anything unless shift-delete from keyboard. I've verified rw access to this file. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW everconfirmed|0 |1 ------- Additional Comments From caulier.gilles gmail com 2007-03-22 05:37 ------- I confirm this bug. i can reproduce on my computer. Marcel, it sounds like a bug in kio-slave. right ? Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 ------- Additional Comments From marcel.wiesweg gmx de 2007-04-01 13:42 ------- It's probably due to my recent change passing digikamalbum:/ URLs to the slave. I will have a look at it. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 ------- Additional Comments From caulier.gilles gmail com 2007-04-01 13:52 ------- Yes, Marcel... Try to provide to Achim a patch against 0.9.1 stable to fix current packages... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 ------- Additional Comments From marcel.wiesweg gmx de 2007-04-02 22:17 ------- SVN commit 649549 by mwiesweg: This, and commit 649547 which is missing a commit message, is for the trash:/ problem: The trash:/ ioslave does not have implemented its put method, it only likes local files. CCBUG: 142981 M +5 -0 imagewindow.cpp --- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/imagewindow.cpp #649548:649549 @ -897,6 +897,7 @ kioURL = d->imageInfoCurrent->kurlForKIO(); else kioURL = d->urlCurrent; + KURL fileURL = d->urlCurrent; if (!palbum) return; @ -927,6 +928,10 @ // bring all (sidebar) to a defined state without letting them sit on the deleted file emit signalNoCurrentItem(); + // trash does not like non-local URLs, put is not implemented + if (useTrash) + kioURL = fileURL; + if (!SyncJob::del(kioURL, useTrash)) { QString errMsg(SyncJob::lastErrorMsg()); _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 ------- Additional Comments From arnd.baecker web de 2007-06-12 21:21 ------- Caspar, Marcel: shouldn't this bug be closed after Marcel's patch, or is there still a problem? Thanks a lot, Arnd _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from cmaessen@casco.demon.nl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=142981 cmaessen casco demon nl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From cmaessen casco demon nl 2007-06-12 21:59 ------- Works fine now. Caspar. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |