This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
delete file in treeview doesn't work when files are outside home folder #345
Open
Description
right clicking an item in the treeview and selecting 'delete' doesn't do anything (except showing the 'move to recycle dialog)
- I have read/write access to the file, and I am able to rename the file...
- I am using Atom version 0.176.0
- Atom is able to delete files that are in my home directory!
- Settings myself as owner and group of the file outside my home directory ('/var/www/app_url/app/some-new-file) doesn't help.
- I am able to delete the file using the filemanager (Files 3.10.1)
- I am running Trisquel GNU/linux with Gnome (I can't figure out the version, but it's the one that comes with the Trisquel 7.0)
Reproduce,
- start atom.
- open a file so the gets some content in the treeview
- right click in the tree view and select 'add file'
- type 'some-new-file'
- right click 'some-new-file' and select delete
- Click 'Move to Trash' in the dialog
- Observe that the file is not deleted as expected.
- There is not output in the developers tool hinting the problem