Add debug output to SetKeyboardLayoutJob.
CAL-206 #comment I've just pushed some debug output to master, could you please test again and post a new log?
This commit is contained in:
parent
6395b4c8ce
commit
654bc9f471
@ -199,6 +199,8 @@ SetKeyboardLayoutJob::writeVConsoleData( const QString& vconsoleConfPath,
|
||||
stream.flush();
|
||||
file.close();
|
||||
|
||||
cDebug() << "Written KEYMAP=" << keymap << "to vconsole.conf";
|
||||
|
||||
return ( stream.status() == QTextStream::Ok );
|
||||
}
|
||||
|
||||
@ -230,6 +232,10 @@ SetKeyboardLayoutJob::writeX11Data( const QString& keyboardConfPath ) const
|
||||
|
||||
file.close();
|
||||
|
||||
cDebug() << "Written XkbLayout" << m_layout <<
|
||||
"; XkbModel" << m_model <<
|
||||
"; XkbVariant" << m_variant << "to X.org file" << keyboardConfPath;
|
||||
|
||||
return ( stream.status() == QTextStream::Ok );
|
||||
}
|
||||
|
||||
@ -237,6 +243,7 @@ SetKeyboardLayoutJob::writeX11Data( const QString& keyboardConfPath ) const
|
||||
Calamares::JobResult
|
||||
SetKeyboardLayoutJob::exec()
|
||||
{
|
||||
cDebug() << "Executing SetKeyboardLayoutJob";
|
||||
// Read the location of the destination's / in the host file system from
|
||||
// the global settings
|
||||
Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
|
||||
|
Loading…
Reference in New Issue
Block a user