View Single Post
Old 11-02-2021, 05:25 PM   #44
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,958
Karma: 6361444
Join Date: Nov 2009
Device: many
As it turns out we make lots of use of QFile::copy internally in Utility.cpp so we fill need to set Owner, User, and Other to be RW for our internal temp files by using QFile's static setPermissions routine right in AddContentToFolder as all of these temp files may be editable by OpenWith.

The fix has now been added to master and will appear in the next release.

Thank you for your bug report and persistence to get it fixed.

Last edited by KevinH; 11-02-2021 at 07:00 PM.
KevinH is offline   Reply With Quote