mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
[plasmalnf] Complain more loudly (and more often) when badly configured
This commit is contained in:
parent
02dfe51d55
commit
98b9f67e39
1 changed files with 5 additions and 0 deletions
|
@ -136,6 +136,11 @@ void
|
||||||
PlasmaLnfViewStep::themeSelected( const QString& id )
|
PlasmaLnfViewStep::themeSelected( const QString& id )
|
||||||
{
|
{
|
||||||
m_themeId = id;
|
m_themeId = id;
|
||||||
|
if ( m_lnfPath.isEmpty() )
|
||||||
|
{
|
||||||
|
cDebug() << "WARNING: no lnftool given for plasmalnf module.";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
QProcess lnftool;
|
QProcess lnftool;
|
||||||
if ( !m_liveUser.isEmpty() )
|
if ( !m_liveUser.isEmpty() )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue