Summary: | After empty trash from the trashcan plasmoid, dolphin shows "Empty Trash" disabled when new files are deleted | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Dario Andres <andresbajotierra> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | faure, georg.wittenburg |
Priority: | NOR | Keywords: | investigated |
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Empty trashcan disabled action
Wrong icon in the Trash Dolphin window Wrong icon in the Trash Dolphin window Screenshot |
Description
Dario Andres
2008-07-25 00:33:16 UTC
Created attachment 26389 [details]
Empty trashcan disabled action
Created attachment 26390 [details]
Wrong icon in the Trash Dolphin window
Created attachment 26391 [details]
Wrong icon in the Trash Dolphin window
I can still reproduce this bug in Using KDE 4.1.00 final (KDE 4.1.0) (KDEmod) in ArchLinux i686 I can also reproduce this bug with: kdelibs4.2 svn rev.849324 kdebase4.2 svn rev.849337 ArchLinux 2.6.25-zen2-20080814 i686 Using KDE 4.1.2 (KDE 4.1.2) (KDEmod): I can still reproduce this bug (just updating bug state) Still reproducible using: Qt: 4.4.3 KDE: 4.1.86 (KDE 4.1.86 (KDE 4.2 >= 20081221)) kdelibs svn rev. 901624 / kdebase svn rev. 901624 on ArchLinux x86_64 - Kernel 2.6.27.10 Mh, seems like the trashrc file is not being updated after the Trashcan plasmoid cleans the trash. There are also a lot of kio_trash process in background (?) Also , it seems that the Trashcan plasmoid uses "ktrash --empty" to do clean the trash (I don't know if this might be related) Created attachment 29898 [details]
Screenshot
I'm seeing something similar in 4.1.86 (with unofficial Debian packages from kde42.debian.net at version 4:4.1.86+svn902162-0r1). When I use Digikam to move images to the trash, I can't empty the trash later on because the context menu item in Dolphin is inactive. Strangely enough, the trash icon in the Places view shows that there are indeed files in the trash.
Still reproducible using: Qt: 4.5.1 (qt-copy 960517) KDE: 4.2.71 (KDE 4.2.71 (KDE 4.3 >= 20090428)) kdelibs svn rev. 963904 / kdebase svn rev. 963904 on ArchLinux i686 - Kernel 2.6.29.1 Still reproducible using 4.3 RC2 on Debian experimental. Here using: Qt: 4.5.2 (KDE-Qt git commit 46a247a2c9a8c0c4456a02f6a0922d859d88fe76 Date: Fri Jun 26 13:45:37 2009 +0200) KDE: 4.3.61 (KDE 4.3.61 (KDE 4.4 >= 20090717)) kdelibs svn rev. 999250 / kdebase svn rev. 999250 on ArchLinux i686 - Kernel 2.6.30.1 It seems the steps changed a bit: after empty the trashcan using the plasmoid, and moving another file to trash, the option in the contextual menu was enabled (kind-a-fixed). However, after some tries of repeating this, and finally emptying the trash using the contextual menu of the Dolphin window (instead of the one on the plasmoid) cause this to happen again. The next file I moved to the trash didn't enabled the Empty Trash action in the Dolphin contextual menu. .kde4/share/config/trashrc contains: [Status] Empty=true Even when there is a file in the trash, so it is like some inconsistency. Regards SVN commit 1023611 by peterpan: call m_config.reparseConfiguration() when adding a file. BUG:167388 M +1 -0 trashimpl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1023611 |