https://bugs.kde.org/show_bug.cgi?id=397557
jman012...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from jman012...@gmail.com --- After (a lot of) testing, I've finally gotten it to work! The default cmake prefix (not sure if this is machine-specific or if it's defined in the cmakelists files) was /usr/local. I tried setting it to /usr, but still got nowhere. I realized I had been setting -DUSE_QTWEBKIT=TRUE unnecessarily too; I had first missed the part in the readme file about QtWebEngine being the default. Removing this flag still didn't fix anything. The problem was fixed by configuring with -DKDE_INSTALL_USE_QT_SYS_PATHS=TRUE. After installing, Kate correctly displays the HTML version of the current Markdown document. The plugin still doesn't work for previews with Dolphin, but I can live without those. This particular bug has been resolved. -- You are receiving this mail because: You are watching all bug changes.