You are not logged in.
Pages: 1
Today I discover a weird issue/bug/attack in the Recycle bin or Trash can. My File manager is Thunar.
My recycle bin only have 3 files but when I see the Properties of the folder (File > Properties) I read 71 elements.
What the hell? I have active `View Hide Files` (Ctrl+H) and always see only 3 files. It is a mystery, please some hints?
OS Specs:
- Debian 10
- Thunar 1.8.4
Offline
What do the following return:
gio version
gio info Trash://
gio list Trash:// | wc -l
gio tree Trash://
ls /run/user/$(id -u)/gvfs
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
- gio version:
2.58.3
- gio info Trash://
name to show: Trash
name: /
type: directory
URI: trash:///
attributes:
standard::type: 2
standard::name: /
standard::display-name: Trash
standard::icon: user-trash-full, user-trash-full-symbolic
standard::content-type: inode/directory
standard::symbolic-icon: user-trash-full-symbolic, user-trash-full
id::filesystem: trash:
trash::item-count: 3
- gio list Trash:// | wc -l
3
- gio tree Trash://
trash:///
|-- Adwaita-dark-compact-xfwm4 -> file:///home/pcuser/.local/share/Trash/files/Adwaita-dark-compact-xfwm4
|-- Adwaita-dark-compact-xfwm4.zip -> file:///home/pcuser/.local/share/Trash/files/Adwaita-dark-compact-xfwm4.zip
|-- logo.png -> file:///home/pcuser/.local/share/Trash/files/logo.png
Offline
I think it might be related to this bug. I wonder if gio/gvfs is counting files from other Trash files on your system, but thunar is only showing those from the main local trash. I would suggest creating a bug report to see what the developers say.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 529.34 KiB (Peak: 531 KiB) ]