https://bugs.kde.org/show_bug.cgi?id=413183

Filip Fila <filipfila....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |filipfila....@gmail.com

--- Comment #5 from Filip Fila <filipfila....@gmail.com> ---
This only happens in *icon view* and even if using SDDM as the login manager.

The same thing affects the KDE Wallet icon.

The question is is it simply a bug in system setttings' icon view or is it
actually detecting some error with these KCMs.

I've grepped systemsettings for the icon that shows up and I get this in
ModuleView.cpp:

    if( moduleProxy && moduleProxy->realModule()->useRootOnlyMessage() ) {
        page->setHeader( moduleInfo->moduleName() +
QStringLiteral("<br><small>") + moduleProxy->realModule()->rootOnlyMessage() +
QStringLiteral("</small>") );
        page->setIcon( KDE::icon( moduleInfo->icon(), QStringList() <<
QStringLiteral("dialog-warning") ) );
    }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to