| Summary: | Copy/Move extended file attributes. | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | vkyxurpmvfubjefphl |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | wishlist | CC: | krusader-bugs-null, toni.asensi |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
vkyxurpmvfubjefphl
2021-07-23 10:43:06 UTC
Hello, Thanks for reporting. Does the problem also happen copying files with Dolphin? > STEPS TO REPRODUCE > 1. Create tags with Dolphin, or set extended file attributes with setfattr. > 2. Move or copy the file. > 3. Resulting file will not preserve any of the extended file attributes. With Dolphin I added a "labelTest" tag to an "example.txt" file under Kubuntu 21.04, I used F5 in the git version of Krusader to copy that file to the same folder, and the resulting file "example2.txt" had the same attributes: $ getfattr -d example.txt # file: example.txt user.xdg.tags="labelTest" $ getfattr -d example2.txt # file: example2.txt user.xdg.tags="labelTest" Is that what you expected? Note: - That didn't work under Kubuntu 20.04, maybe because [Please add Extended Attribute support (setxattr, getxattr)](https://bugs.kde.org/show_bug.cgi?id=116617) still was a problem there. Using an updated Kubuntu 21.04, in About System I saw: Operating System: Kubuntu 21.04 KDE Plasma Version: 5.21.4 KDE Frameworks Version: 5.80.0 Qt Version: 5.15.2 Kernel Version: 5.11.0-25-generic OS Type: 64-bit not the KDE Plasma Version: 5.22.3 KDE Frameworks Version: 5.84.0 that you report. Do you have some special configuration? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |