|
|
|
@ -18,6 +18,7 @@
|
|
|
|
|
#include <QDesktopWidget>
|
|
|
|
|
#include "CalamaresApplication.h"
|
|
|
|
|
|
|
|
|
|
#include "CalamaresConfig.h"
|
|
|
|
|
#include "CalamaresWindow.h"
|
|
|
|
|
#include "CalamaresVersion.h"
|
|
|
|
|
#include "progresstree/ProgressTreeView.h"
|
|
|
|
@ -156,7 +157,7 @@ CalamaresApplication::initSettings()
|
|
|
|
|
QDir::separator() +
|
|
|
|
|
"settings.conf" );
|
|
|
|
|
}
|
|
|
|
|
settingsFileCandidatesByPriority.append( "/etc/calamares/settings.conf" );
|
|
|
|
|
settingsFileCandidatesByPriority.append( CMAKE_INSTALL_FULL_SYSCONFDIR "/calamares/settings.conf" );
|
|
|
|
|
settingsFileCandidatesByPriority.append( CalamaresUtils::appDataDir()
|
|
|
|
|
.absoluteFilePath( "settings.conf" ) );
|
|
|
|
|
|
|
|
|
|