Bug 245609 - Emotions doesn't show in plasma popup
Summary: Emotions doesn't show in plasma popup
Status: RESOLVED DUPLICATE of bug 244854
Alias: None
Product: kopete
Classification: Unmaintained
Component: Notifications (other bugs)
Version First Reported In: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-24 08:30 UTC by Igor Poboiko
Modified: 2010-07-24 08:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***