kmaterka added a comment.

  Two problems:
  
  After running `plasmashell --replace &` I have these messages in the console 
output:
  
  > 
file:///home/konrad/kde/usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml:57:5:
 QML IconItem: Cannot anchor to an item that isn't a parent or sibling.
  >  
file:///home/konrad/kde/usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml:57:5:
 QML IconItem: Cannot anchor to an item that isn't a parent or sibling.
  
  You need to rebase, in latest change parent of the icon changed to `parent: 
taskIcon.iconContainer`, overlay icon should have the same parent:
  
    id: overlayIconItem
    parent: iconItem.parent
  
  Some of the icons are not rendering now, for example:
  Discord - iconName: chrome_app_indicator2_83406baa15c6e4f2766a6e3714fbee20
  Skype1 - iconName: chrome_app_indicator2_01cdeaaa54803d9c9c158a5cdcb1fbfb
  I'm pretty sure I saw a workaround for that somewhere, but I can't recall 
where...

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D28208

To: davidre, kmaterka, broulik, mart, #plasma, #vdg
Cc: bruns, ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, 
jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, himcesjf, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart

Reply via email to