FS#65179 - [gnucash] 3.8-4 conversion of aqbanking config files fails (wrong file mode bits)

Attached to Project: Community Packages
Opened by Bastian (btwe00) - Thursday, 16 January 2020, 12:30 GMT
Last edited by David Runge (dvzrv) - Friday, 17 January 2020, 10:05 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

After the last update to version gnucash 3.8-4 is appears to me that the aqbanking configuration is migrated to a newer version.
Former path `~/.aqbanking/settings`. When starting gnucash and issue transactions a new path and files are created in `~/.aqbanking/settings6'

But many files have wrong file mode bit set (0000) so gnucash is not able to read them.

Quick fix worked for me:
```
cd ~/.aqbanking
find settings6 -type file -exec chmod 0600 [] \;
```



Steps to reproduce:
Stop gnucash
Remove dir `~/.aqbanking/settings6`
Start gnucash -> settings6 is recreated with wrong file modes


Cheers,
This task depends upon

Closed by  David Runge (dvzrv)
Friday, 17 January 2020, 10:05 GMT
Reason for closing:  Upstream
Comment by Doug Newgard (Scimmia) - Thursday, 16 January 2020, 15:10 GMT
This has nothing to do with packaging.
Comment by merlock (merlock) - Thursday, 16 January 2020, 19:59 GMT
I can confirm the same issue.

gnucash: 3.8-4

aqbanking: 5.99.45-1

Loading...