I can't empty my trash. All files are read-only and I also can't see it using gksudo thunar. Using Ubuntu 10.04.1 and Xubuntu-dev PPA.
Can you check if this bug is still valid in Thunar 1.1.4? AFAIR, I fixed this with the following commit. Please re-open if it is not fixed. commit 93817ae8bd6337648e3b2dd71f7f48a5e70320b6 Author: Jannis Pohlmann <jannis@xfce.org> Date: Thu Sep 3 14:20:52 2009 +0200 Make emptying the trash work again. With GIO, the size of the trash:/// directory no longer corresponds to whether the trash is empty or not. Instead, we have to use the G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT attribute. This commit adds a new method thunar_file_get_item_count() which is used the shortcuts pane and the tree view to make the empty trash action sensitive or insensitive. Also remove a few redundant g_file_info_has_attribute() checks.