[plasmalnf] Complain more loudly (and more often) when badly configured

main
Adriaan de Groot 7 years ago
parent 02dfe51d55
commit 98b9f67e39

@ -136,6 +136,11 @@ void
PlasmaLnfViewStep::themeSelected( const QString& id )
{
m_themeId = id;
if ( m_lnfPath.isEmpty() )
{
cDebug() << "WARNING: no lnftool given for plasmalnf module.";
return;
}
QProcess lnftool;
if ( !m_liveUser.isEmpty() )

Loading…
Cancel
Save