| Summary: | ACL default:mask ignored / mask changed for exif rotated images on import | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Thomas Bettler <thomas.bettler> |
| Component: | Import-PostProcessing | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 2.9.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 3.0.0 | |
| Sentry Crash Report: | |||
|
Description
Thomas Bettler
2012-10-14 13:24:22 UTC
Do you see the same problem if you rotate a file from the normal digikam view? yes Git commit 8d3a76cac529b4f07323e801603da533d1b23ae5 by Marcel Wiesweg. Committed on 04/11/2012 at 18:40. Pushed by mwiesweg into branch 'master'. Copy file permissions to a rotated JPEG file M +11 -0 libs/jpegutils/jpegutils.cpp http://commits.kde.org/digikam/8d3a76cac529b4f07323e801603da533d1b23ae5 This should at least copy the basic Unix permissions. I dont use ACLs, and Qt does not seem to support them (difficult for a cross-platform library), so I cant test the effect of this change. Thanks for your patch marcel. I tried it and can report it corrects the unexpected behaviour with the ACL mask on *nix systems. You may include this patch also in 3.0.0-rc Thanks a lot Thomas, Marcel patch's is already applied to 3.0.0-RC code. I can close this file now... Gilles Caulier |