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
Issue description:
as stated in title, if you have a non empty folder in your trash and try to delete another folder of the same name inside godot's file system dock, it just replies with an unspecific error instead of telling you that it cant be overwritten because its not empty.
this means you would have to manually empty your trash to delete another folder of the same name.
i am aware that this probably relates to the missing trashinfo issue discussed in #44021 as it only happens when deleting files through godot and not through normal filemanagers, meaning godot just creates weird trash files
godot error is: Cannot remove: res://folder_name
the terminal gives you this: mv: cannot move '/home/user/project_name/folder_name/' to '/home/user/.local/share/Trash/files/folder_name': Directory not empty
Steps to reproduce:
create folder in file system dock and put anything (folder, script, etc.) into it
delete it through file system dock
create new folder of the same name as first folder
delete it through file system dock
enjoy error message
The text was updated successfully, but these errors were encountered:
Godot version:
3.2.3 stable
OS/device including version:
xubuntu 20.04
Issue description:
as stated in title, if you have a non empty folder in your trash and try to delete another folder of the same name inside godot's file system dock, it just replies with an unspecific error instead of telling you that it cant be overwritten because its not empty.
this means you would have to manually empty your trash to delete another folder of the same name.
i am aware that this probably relates to the missing trashinfo issue discussed in #44021 as it only happens when deleting files through godot and not through normal filemanagers, meaning godot just creates weird trash files
godot error is:
Cannot remove: res://folder_name
the terminal gives you this:
mv: cannot move '/home/user/project_name/folder_name/' to '/home/user/.local/share/Trash/files/folder_name': Directory not empty
Steps to reproduce:
The text was updated successfully, but these errors were encountered: