xconfig: Fix the filename for GUI settings
authorBen Hutchings <ben@decadent.org.uk>
Sun, 6 Oct 2013 18:21:31 +0000 (19:21 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 8 Oct 2013 21:52:16 +0000 (23:52 +0200)
commit00d4f8fc2c729b1baf723cacd2b5942b032b6784
treedae8c6a4797d1d10228907264f3034f9c75e4fb6
parent503c823048e81cc85c0e9d8c297cc70203e335e5
xconfig: Fix the filename for GUI settings

Currently the qconf program invoked by 'make xconfig' stores GUI
settings in the file ~/.config/Unknown\ Organization.conf.  This name
is apparently generated by the QSettings class when no organisation
or application name are specified.

This is obviously not a sensible filename (nor does it seem sensible
that these QSettings parameters are optional!).  Pass the names
'kernel.org' and 'qconf', resuling in the filename
~/.config/kernel.org/qconf.conf.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/kconfig/qconf.cc
scripts/kconfig/qconf.h