You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
[binds]
# Delete and then close an open image by pressing 'X'
<Shift+D> = exec trash-put "$imv_current_file"; close
just instead of rm I used trash-put, the program becomes unresponsive.
The file gets moved to the defined trash as it should but the brogram should not get stuck.
The text was updated successfully, but these errors were encountered:
the gvfs gets stuck in a loop, spamming messages like this
gvfsd-trash[1066]: A trash files/ directory should only have files linked or unlinked (via moves or deletes). Some other operation has been detected on a file in the directory (eg: a file has been modified). Likely, the data reported by the trash backend will now be inconsistent
gvfsd-trash[1130]: *** Unsupported operation detected on trash directory
gvfsd-trash[1130]: dir: /home/frdm/.local/share/Trash/files, file: files, type: 4
My config is simple
just instead of rm I used trash-put, the program becomes unresponsive.
The file gets moved to the defined trash as it should but the brogram should not get stuck.
The text was updated successfully, but these errors were encountered: