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

--- Comment #89 from Lindsay Roberts <lind...@gmail.com> ---
The file is
/usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml
locally. If you try this, let us know if you see the same icons before and
after or any other changes. Can't guarantee this doesn't produce some kind of
huge regression.

These are the changes I made:

Line 31:
    //icon: ToolTipIcon != "" ? ToolTipIcon :
plasmoid.nativeInterface.resolveIcon(IconName != "" ? IconName : Icon,
IconThemePath)
    icon: ToolTipIcon != "" ? ToolTipIcon : Icon ? Icon :
plasmoid.nativeInterface.resolveIcon(IconName, IconThemePath)

Line 51:
        //source: plasmoid.nativeInterface.resolveIcon(IconName != "" ?
IconName : Icon, IconThemePath)
        source: Icon ? Icon : plasmoid.nativeInterface.resolveIcon(IconName,
IconThemePath)

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

Reply via email to