Version: (using KDE 4.1.0) Installed from: Fedora RPMs howto: - had an empty trash - deleted files (to trash) in krusader effect: - status of icon on desktop not updated (still shows trash as empty, doesn't give option "empty trash") - opening trash in dolphin however shows there are files and alles to empty it
Do you use the KDE4 version of krusader? Because I noticed that trash uses dbus to notify other processes about trash changes, however, krusader from kde3 will use dcop and other processes won't get notified.
krusader-1.90.0-2.fc9.x86_64 (current version from Fedora) And if I interpret the about-screen right that's still KDE 3.59? Okay, sorry for the noise then. Krusader 2.00 is still beta and I guess because of that not yet shipped by Fedora.
Confirming the bug And I need to reopen dolphin to work with files in trashcan.
*** Bug 167738 has been marked as a duplicate of this bug. ***
*** Bug 166799 has been marked as a duplicate of this bug. ***
Some more info on this: 1) bug 166799 is downstream, see my comment there for the reason. 2) This bug is expected as krusader 1.90.0 links to the kde3 libraries, which send a dcop signal when the trash is changed to inform other processes, but the trash applet (obviously) doesn't catch it because it doesn't use dcop :) 3) About bug 167738, I could reproduce it some time ago but I can't anymore. Neither in debian nor in kubuntu 8.04. No idea what could cause it and I am not sure it is a duplicate of this bug....
all three bugs have their root in the trash:/ protocol not updating reliably. using IPC to signal changes in the trash folder is highly suspect and if that is indeed what's going on needs to be investigated and the IPC mechanism replaced with something more reliable like a simple filesystem watch. i haven't had a chance to look into trash:/ or speak with Faure about it yet, however.
ok, so everything seems to be in working order as much as it can be at this point.