Bug 245609

Summary: Emotions doesn't show in plasma popup
Product: [Unmaintained] kopete Reporter: Igor Poboiko <igor.poboiko>
Component: NotificationsAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Igor Poboiko 2010-07-24 08:30:46 UTC
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).
Comment 1 Igor Poboiko 2010-07-24 08:55:41 UTC
I'm sorry, looks like it is duplicate of another bug...

*** This bug has been marked as a duplicate of bug 244854 ***