Comment 1 for bug 596822

Revision history for this message
Jon Tibble (meths) wrote :

QSettings uses OrganisationName and ApplicationName which are both set to OpenLP but the manual directory entries in AppLocation are all openlp.

AppLocation code cannot use the QSettings variables as the code is currently because AppLocation is called before the QSettings variables are set.

Do we just want a simple s/openlp/OpenLP/ in openlp/core/utils/__init__.py? This would need to be announced so current testers can decide to rename dirs or have to move data after new dirs have been created.