[Qgis-developer] Some QSettings not ported to the new QGIS2.conf yet

Borys Jurgiel lists at borysjurgiel.pl
Sat Jun 8 03:46:37 PDT 2013


Hi

Some settings are now in ~/.config/QuantumGIS/QGIS2.conf
and some are still in the the old ~/.config/QuantumGIS/QGIS.conf

First, I see three files that still sets ApplicationName to QGIS:

src/app/main.cpp:  QCoreApplication::setApplicationName( "QGIS2" );
src/browser/main.cpp:  QCoreApplication::setApplicationName( "QGIS" );
src/helpviewer/main.cpp:  QCoreApplication::setApplicationName( "QGIS" );
src/plugins/spit/main.cpp:  QCoreApplication::setApplicationName( "QGIS" );

Second, the OrganizationName is still set to QuantumGIS (instead of just QGIS) 
everywhere.

Is it ok to switch it everywtere to QGIS/QGIS2 ?

So on linux the path would be ~/.config/QGIS/QGIS2.conf


More information about the Qgis-developer mailing list