Bug
Attempting to delete (move to trash) a file on an SMB share fails with:
Unable to move selection to Trash: Path does not exist: smb://storage/Public/shipping-label-fedex real test (2).zpl
Expected Behavior
Deleting a file on an SMB share should either:
- Permanently delete the file via the sidecar (SMB has no trash concept), or
- Show a confirmation dialog explaining the file will be permanently deleted since SMB doesn't support trash
Steps to Reproduce
- Navigate to an SMB share (e.g.,
smb://storage/Public/)
- Select a file
- Press Delete or use the context menu to delete
- Error toast appears: "Unable to move selection to Trash: Path does not exist"
Root Cause
The trash operation is likely using the local trash crate which doesn't understand smb:// URIs. SMB file deletion needs to go through the sidecar's delete method instead.
Screenshot

Bug
Attempting to delete (move to trash) a file on an SMB share fails with:
Expected Behavior
Deleting a file on an SMB share should either:
Steps to Reproduce
smb://storage/Public/)Root Cause
The trash operation is likely using the local
trashcrate which doesn't understandsmb://URIs. SMB file deletion needs to go through the sidecar'sdeletemethod instead.Screenshot