1) Create a directory that will not have permissions to be deleted: mkdir -m 500 directory-test 2) Open Thunar, right-click on "directory-test" and choose to delete it. An error will occur because of insufficient permissions. Actual result: an empty information file "/home/user/.local/share/Trash/info/directory-test.trashinfo" remains. Expected result: the information file should be deleted.
GIO issue, because thunar is not aware of the info file, it only calls g_file_trash and displays the error on failure. Report upstream.
> Report upstream. Done: https://bugzilla.gnome.org/show_bug.cgi?id=687202