Hi. There're two issues that I've seen when using Sigil, built from source, when running it under KDE4:
- Using "Save As" an error message is displayed (like the one in
this issue). It looks like unchecking "Automatically select filename extension (.epub)" in the "Save As" dialogue fixes this issue and I don't get the error message dialogue (which appears 2-3 times).
- The second issue appears when dragging chapters to reorder them in the Book Browser panel, the chapter would move, but then it would appear as a blank entry that can't be left clicked and when right-clicking it, Sigil segfaults (this is similar to
this issue ). It indeed looks like a KDE4 issue, the workaround I found is loading Sigil with unsetting the QT_PLUGIN_PATH environment variable:
Code:
QT_PLUGIN_PATH= /usr/bin/sigil
the issue seems to stem from libkde.so (in /usr/lib*/kde4/plugins/gui_platform), I've no idea what the issue is exactly, though. Note that this method will make Sigil use the Qt native file chooser (not the KDE4 one), also Sigil won't use the Oxygen widget style (the default KDE4 upstream style).
(Since these two issue haves bugged me for a long time, I thought I'd share my findings...

).