[Digikam-devel] [digikam] [Bug 327254] New: ACL default:mask ignored / mask changed for (image editor | batch queue manager)

Thomas Bettler thomas.bettler at gmail.com
Thu Nov 7 02:37:04 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=327254

            Bug ID: 327254
           Summary: ACL default:mask ignored / mask changed for (image
                    editor | batch queue manager)
    Classification: Unclassified
           Product: digikam
           Version: 3.5.0
          Platform: Gentoo Packages
               URL: https://bugs.kde.org/show_bug.cgi?id=308373
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Image Editor
          Assignee: digikam-devel at kde.org
          Reporter: thomas.bettler at gmail.com

While [batch] editing images, the new saved images get their permissions
changed in a undesired way... 
The destination folder has the following ACL settings: 
bash$ getfacl . 
# file: . 
# owner: t 
# group: users 
user::rwx 
user:r:rwx 
user:t:rwx 
group::--- 
mask::rwx 
other::--- 
default:user::rwx 
default:user:r:rwx 
default:user:t:rwx 
default:group::--- 
default:mask::rwx 
default:other::---

Reproducible: Always

Steps to Reproduce:
1. edit or batch edit images with digikam
Actual Results:  
Unexpectingly and unfortunately the edited image has mask:: changed to ---

Expected Results:  
Expected behaviour: It should be mask::rw- instead.

Found to happen in:
./utilities/imageeditor/editor/editorwindow.cpp:   
EditorWindow::setupTempSaveFile(const KUrl& url)
./utilities/queuemanager/manager/batchtool.cpp:   
BatchTool::setOutputUrlFromInputUrl()


Please double check if there are more cases where tempfiles are created and
wrong permissions applied. Eventually there should be considered a global
solution for this situation.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list