! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
replace symlinks with their targets
Status:
RESOLVED: DUPLICATE

Comments

Description HJ 2014-10-31 00:42:11 CET
If I copy/move symlinks to device(usb pen/sdcard) that uses a file system that does not spport symlinks(fat etc.) thunar should ask me to copy their targets/replace the symlinks with their targets eg:

for f in $(find . -maxdepth 1 -type l); do cp --remove-destination $(readlink $f) $f;done
Comment 1 alexxcons editbugs 2017-12-20 13:47:06 CET
Thanks for reporting and sorry for the huge delay. 
Just saw that this issue already is filed: #11065

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

Bug #11259

Reported by:
HJ
Reported on: 2014-10-31
Last modified on: 2017-12-20

People

Assignee:
Jannis Pohlmann
CC List:
2 users

Version

Attachments

Additional information