[Bug 156957] kimg_eps triggers LyX crash

Tobias König tokoe at kde.org
Wed Jan 30 22:31:35 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=156957         




------- Additional Comments From tokoe kde org  2008-01-30 22:31 -------
On Wed, Jan 30, 2008 at 06:41:59PM -0000, Juergen Spitzmueller wrote:
Hej Juergen,

> LyX is a Qt4-only application. We do not use any KDE stuff internally (to my best knowledge).
> I've no idea why KDE comes into play here. Maybe Qt's doing?

Qt uses the QImageIO Plugins for rendering images. Since KDE installs
such a plugin for the EPS format, every Qt application picks that plugin
as well. Unfortunately in KDE4 the EPS plugin used a class which is only
available in applications which use KApplication instead of
QApplication, so the plugin asserted and Lyx was terminated.

I've fixed that issue in trunk and the KDE4.0 branch (will be part of
4.0.1 release) now by using only Qt classes in the EPS plugin.

Ciao,
Tobias


More information about the Kdelibs-bugs mailing list