jun7 / rox-filer

ROX file manager
24 stars 6 forks source link

copy doesn't preserve folder xattr #139

Closed step- closed 8 years ago

step- commented 8 years ago

Enable xattr support in option. Create a folder and assign some xattr to it. Add a file to the folder. Assign some xattr to it. Select folder, right-click, select Copy, enter new folder name, i.e. "copy of", press Enter. The copy folder includes the file with xattr, but the copy folder itself lost the xattr. Can you reproduce? commit dec2d36

jun7 commented 8 years ago

Yes, It is bug. I left it because it is not bad for me ;P Do you have any broblem with it?

by the way, what is ">commit dec2d36" ?

step- commented 8 years ago

Yes, can you fix it, please? Thanks.

commit ... refers to the commit that I tested to report this bug, sorry if that wasn't clear (it wasn't).

jun7 commented 8 years ago

All right.

jun7 commented 8 years ago

Thanks for the report.

step- commented 8 years ago

Thank you for fixing it.