The following file couldn't be moved to the trash
thompalstra opened this issue · 0 comments
thompalstra commented
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Delete a file or folder on Ubuntu 16.04 using Atom 1.57.0
Steps to Reproduce
- Have gvfs-trash installed
- Have a .Trash- folder on the curent drive
- Create a file
- Delete file via Treeview
Expected behavior:
File/folder is deleted
Actual behavior:
Message is displayed;
The following file couldn't be moved to the trash
/dir/filename
Is gvfs-trash installed
Reproduces how often:
Always
Versions
Atom
Atom : 1.57.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1
APM
apm 2.6.2
npm 6.14.13
node 12.14.1 x64
atom 1.57.0
python 2.7.12
git 2.7.4
Additional Information
There are a lot of reports regarding gvfs-trash and Electron, however my issue appears to be "unique" due to the fixes mentioned in #1213 (create a .Trash directory and gvfs-trash is deprecated), which both are false/have no effect in my case.