[kmymoney] [Bug 401397] kmymoney changes group permissions
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Thu Apr 18 01:32:21 BST 2019
https://bugs.kde.org/show_bug.cgi?id=401397
buckh at pobox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |buckh at pobox.com
--- Comment #1 from buckh at pobox.com ---
same here
it seems like the XMLStorage plugin sets the permissions
to be
QFileDevice::ReadUser | QFileDevice::WriteUser
at
https://cgit.kde.org/kmymoney.git/tree/kmymoney/plugins/xml/xmlstorage.cpp#n524
formerly, this was done:
QFileInfo info(file);
...
m_fmode = QFileDevice::ReadUser | QFileDevice::WriteUser;
m_fmode |= info.permissions();
at
https://cgit.kde.org/kmymoney.git/tree/kmymoney/views/kmymoneyview.cpp?h=v5.0.1#n746
i'll attach a patch, though i don't have the local build
environment to check to see if it either compiles or does
what it's supposed to
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list