[krusader] [Bug 440182] Copy/Move extended file attributes.

2021-08-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=440182

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
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!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 440182] Copy/Move extended file attributes.

2021-08-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=440182

--- Comment #2 from Bug Janitor Service  ---
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!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 440182] Copy/Move extended file attributes.

2021-07-31 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=440182

Toni Asensi Esteve  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||toni.ase...@kdemail.net

--- Comment #1 from Toni Asensi Esteve  ---
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?

-- 
You are receiving this mail because:
You are watching all bug changes.