Comment 2 for bug 913725

Revision history for this message
Urs Fleisch (ufleisch) wrote :

I cannot reproduce this. The configuration is stored in ~/.config/kid3.sourceforge.net/Kid3.conf. Does this file exist in your setup? Is it changed when Kid3 is terminated? Is Kid3 terminated correctly, i.e. not just killed?

Can you start Kid3 with strace and check if the file is opened on termination?

strace -e open kid3-qt 2>&1 | grep Kid3.conf
open("/home/fls/.config/kid3.sourceforge.net/Kid3.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 7
open("/home/fls/.config/kid3.sourceforge.net/Kid3.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 7
open("/home/fls/.config/kid3.sourceforge.net/Kid3.conf", O_RDWR|O_CREAT|O_LARGEFILE|O_CLOEXEC, 0666) = 8
open("/home/fls/.config/kid3.sourceforge.net/Kid3.conf", O_RDWR|O_CREAT|O_LARGEFILE|O_CLOEXEC, 0666) = 8
open("/home/fls/.config/kid3.sourceforge.net/Kid3.conf", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 8