https://bugs.kde.org/show_bug.cgi?id=438128
Johannes Zarl-Zierl <johan...@zarl-zierl.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/kphotoalbum/commit/d6d | |3d67a471f9000bd3679ce42442c | |96035239f7 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Johannes Zarl-Zierl <johan...@zarl-zierl.at> --- Git commit d6d3d67a471f9000bd3679ce42442c96035239f7 by Johannes Zarl-Zierl. Committed on 24/12/2022 at 11:36. Pushed by johanneszarl into branch 'master'. Set QFile::WriteGroup permissions on created files Until now, kphotoalbum would only set QFile::WriteGroup permissions for the thumbnailindex, but no other files created by kphotoalbum. Setting this permission on all generated files makes it easier to use kphotoalbum with image databases shared by several user accounts. This affects the following files: - index.xml - exif-info.db - .thumbnails/thumbnailindex (no change) - .thumbnails/thumb-* - .videoThumbnails/* M +8 -1 BackgroundJobs/ExtractOneThumbnailJob.cpp M +16 -1 Utilities/ImageUtil.cpp M +8 -0 XMLDB/FileWriter.cpp M +7 -3 lib/kpaexif/Database.cpp M +5 -1 lib/kpathumbnails/ThumbnailCache.cpp https://invent.kde.org/graphics/kphotoalbum/commit/d6d3d67a471f9000bd3679ce42442c96035239f7 -- You are receiving this mail because: You are watching all bug changes.