https://bugs.kde.org/show_bug.cgi?id=329406
Jeff Stern <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jeff Stern <[email protected]> --- As of April 2020, I am noticing what is probably the same or similar problem. I am trying to train myself to use a command-line python-based utility (trash-cli: https://github.com/andreafrancia/trash-cli, albeit via pip install) instead of rm / rm -i, so that I can avoid shooting self in foot occasionally. The trash-cli utility comes with these cli commands: trash-put (alias: trash) trash-list trash-rm trash-empty trash-restore Since both trash-cli and KDE supposedly conform to the freedesktop.org Trash specification, they should theoretically play well together. And for the most part, they do seem to play well together, with the exception of the updating of the KDE Trash status desktop icon: 1) When using this command to put a file in the trash via command-line, the Trash icon on the desktop does not update to show that there is now a file in the trash: $ touch testfile.txt $ trash-put testfile.txt 2) Likewise, when there are files already in the Trash (whether put there by KDE drag/drop, or via trash-put cli command), and the Trash desktop icon shows that it has files in it, then when I empty the trash via: $ trash-empty that empties the trash, sure enough, but the deskop icon does not update to show empty. - openSUSE Tumbleweed 20200326 - x86_64 GNU/Linux 5.5.11-1-default #1 SMP - KDE 5.18.3-1 (openSUSE packages) Let me know if there is any more information I can provide. Thank you -- You are receiving this mail because: You are watching all bug changes.
