[localeq] Config-handling is a total bodge-job, disable
This commit is contained in:
parent
4e4ffde604
commit
0d5db2dd06
@ -65,7 +65,7 @@ LocaleQmlViewStep::fetchGeoIpTimezone()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
m_config->setLocaleInfo(m_startingTimezone.first, m_startingTimezone.second, m_localeGenPath);
|
// m_config->setLocaleInfo(m_startingTimezone.first, m_startingTimezone.second, m_localeGenPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
Calamares::RequirementsList LocaleQmlViewStep::checkRequirements()
|
Calamares::RequirementsList LocaleQmlViewStep::checkRequirements()
|
||||||
@ -138,6 +138,7 @@ void LocaleQmlViewStep::onActivate()
|
|||||||
|
|
||||||
void LocaleQmlViewStep::onLeave()
|
void LocaleQmlViewStep::onLeave()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
if ( true )
|
if ( true )
|
||||||
{
|
{
|
||||||
m_jobs = m_config->createJobs();
|
m_jobs = m_config->createJobs();
|
||||||
@ -157,6 +158,7 @@ void LocaleQmlViewStep::onLeave()
|
|||||||
m_jobs.clear();
|
m_jobs.clear();
|
||||||
Calamares::JobQueue::instance()->globalStorage()->remove( "localeConf" );
|
Calamares::JobQueue::instance()->globalStorage()->remove( "localeConf" );
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void LocaleQmlViewStep::setConfigurationMap(const QVariantMap& configurationMap)
|
void LocaleQmlViewStep::setConfigurationMap(const QVariantMap& configurationMap)
|
||||||
|
Loading…
Reference in New Issue
Block a user