Bug 320986

Summary: "Move to Trash" from within directories that are symlinked across devices causes the file to be copied across devices
Product: [Frameworks and Libraries] kio Reporter: Chris Gahan <chris>
Component: trashAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: normal CC: frank78ac, nate
Priority: NOR    
Version: 4.10.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Chris Gahan 2013-06-10 06:34:49 UTC
Symlinks are slightly confusing Dolphin's ability to find the proper Trash directory.

Reproducible: Always

Steps to Reproduce:
1. Make a symlink in your home directory to another device (eg: /home/username/movies -> /d/movies)
2. View that directory in Dolphin
3. "Move to Trash" a file in that directory
Actual Results:  
Dolphin copies the file to the "/home/username" Trash directory, then deletes the file from "/d/movies".

Expected Results:  
The file should be moved to the Trash directory on the symlinked device ("/d").
Comment 1 Frank Reininghaus 2013-06-10 08:10:06 UTC
Thanks for the bug report!
Comment 2 Nate Graham 2018-04-16 20:10:18 UTC
I think this actually has nothing to do with the symlink, but rather is another occurrence of Bug 76380.

*** This bug has been marked as a duplicate of bug 76380 ***