Comment 3 for bug 953621

Revision history for this message
Guilherme Salgado (salgado) wrote :

I don't think it's going to be easy to fix bug 809370, so in the meantime I'm using a workaround which consists of touching my account.gnucash file after Gnucash exits. I've wrapped that in a script, which looks like this:

#!/bin/sh

gnucash <path-to-my-.gnucash-file>
touch <path-to-my-.gnucash-file>