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)
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>

No differences found