[plasmalnf] Complain more loudly (and more often) when badly configured
This commit is contained in:
parent
02dfe51d55
commit
98b9f67e39
@ -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…
Reference in New Issue
Block a user