GNOME Bugzilla – Bug 325834
tool tip has two times for items number in trash://
Last modified: 2010-01-24 01:06:34 UTC
Please describe the problem: tool tip has two times for items number in trash:// Steps to reproduce: 1. remove one file on nautilus 2. tool tip display to "2 Items in Trash". 3. Actual results: Expected results: Does this happen every time? always Other information: gnome-applets-2.13.1 LANG=ko_KR.UTF-8
How many items were in the trash previously? How many items does Nautilus think are in the trash.
No file in trash://. tool tip displays no item . Remove one file on nautilus One file in trash://. tool tip display 2 items in trash. Remove one file on nautilus two file in trash://. tool tip display 4 items in trash. . . . LANG=ko_KR.UTF-8
I've not noticed this. Does this also happen if you run trashapplet from the command line with LANG=C? Something like: $ killall trashapplet # dialog will say trashapplet crashed, ignore for the moment $ LANG=C /usr/libexec/trashapplet The applet factory will now run from the commandline. Choose to restart the applet from the dialog. Some distributions will place in the applet in a different path to above, for example /usr/lib/gnome-applets/ is quite popular, I believe.
Sorry about late response. Tis bug seems to be fedora specific. See Also : https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178622
I see the same problem with Dropline Gnome 2.14 on Slackware 10.2. I downloaded the source and added some debug messages in trash_monitor.c. What I got was (with two files initially in the trash): add_volume: Added volume /dev/hda5 add_volume: Added volume /dev/hda7 add_volume: Added volume /dev/hda8 add_volume: Added volume /dev/root trash_changed_notify count_items: Volume /dev/hda8 has 0 items count_items: Volume /dev/hda7 has 0 items count_items: Volume /dev/hda5 has 2 items count_items: Volume /dev/root has 2 items add_volume: Added volume /dev/hda7 <---- At this point I added one more file trash_changed_notify count_items: Volume /dev/hda8 has 0 items count_items: Volume /dev/hda7 has 0 items count_items: Volume /dev/hda5 has 3 items count_items: Volume /dev/root has 3 items There is a '/dev/root' which I don't know where it came from and it seems to be the same device as '/dev/hda5'(reiserfs) which is my primary linux partition. This duplication is the source of the 2x items counted in the tooltip. Any ideas how to fix this? As a side note, why is '/dev/hda7'(reiserfs) added again each time I put a file in the trash?
*** Bug 354013 has been marked as a duplicate of this bug. ***
I cannot aggree this bug is only fedora-related. I found it on Ubuntu Edgy Eft. Anyway, I will attach requisitioned screenshot of trashapplet running with "C" locale. It looks the same.
Created attachment 72510 [details] Running trashapplet with LANG=C
Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/gnome-applets/+bug/59781
I think the bug first appeared in GNOME >=2.15.x. Now I'm running gnome-applets-2.14.3 and trash applet shows correct amount of deleted files.
This bug has been fixed since 2.16.1. Feel free to close it.
works fine on my Ubuntu edgy desktop too
Marking as fixed as per comments #11 and #12.