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 _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
