From: Ben Hutchings Date: Sun, 6 Oct 2013 18:21:31 +0000 (+0100) Subject: xconfig: Fix the filename for GUI settings X-Git-Tag: v3.13-rc1~73^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00d4f8fc2c729b1baf723cacd2b5942b032b6784;p=pandora-kernel.git 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 Reviewed-by: "Yann E. MORIN" Tested-by: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" --- Reading git-diff-tree failed