Version: unspecified (using KDE 4.4.92) OS: Linux If someone sends me a message with some emotion, it shows like a white square in plasma popup. But it shows correctly in chat window if I press 'Chat' button on this popup. Looks like this is regression from KDE SC 4.4.x. I made some research - Kopete::Emotions::parseEmotions puts 'img' tags with 'file://' protocol in src (like <img src="file:///home/user/pic.png" />). The problem is KNotifications don't want to work with it now. Steps to reproduce for this bug: 1. kdialog --passivepopup '<img src="/home/user/pic.png" >/' # it shows picture correctly 2. kdialog --passivepopup '<img src="file:///home/user/pic.png" />' # it shows white square I don't know is it KNotification bug (must it work with file:// links correctly?) or Kopete bug (must it post smiles without 'file://' protocol?), so I post it here. Reproducible: Always I'm using KDE SC 4.4.92 with Kopete 1.0.80 and Qt 4.7.0 beta 2 (tested with Qt 4.6.x too).
I'm sorry, looks like it is duplicate of another bug... *** This bug has been marked as a duplicate of bug 244854 ***