Comment 7 for bug 1517030

Revision history for this message
basse (basse) wrote :

i had problem with this too...
i was launching apport-collect form konsole so i saw the error, which was in /usr/share/apport/apport-kde python file, on line 358... str wasn't coping with some unicode strings, so I changed it to using "encode"..

358 QTreeWidgetItem(keyitem, [str(line.encode('utf-8'))])

works now..

.b