https://bugs.kde.org/show_bug.cgi?id=373824
--- Comment #52 from Raphael Rosch <kdeb...@insaner.com> --- Hi DePitte, you have a couple of options. One (and the simplest one) is to edit sidebar/tree_module/tree_module.h:41 to comment out that line. The result will be that you don't have the root node, but it should compile. (What version of KF5 are you running? KDirModel should have openUrl no matter what, not sure why you are getting that error). The other option is to patch your KF5-KIO with https://phabricator.kde.org/D25315. I'm using Fedora 30's KF5 version 5.64. Not sure how to do it in SuSE, but I think building an rpm is pretty much the same as in Fedora, right? (Basically you install the src rpm --as a regular user-- for the version you have, then edit the .spec file to include the two lines to patch the source, and a line to increase the revision of the package, to avoid file conflicts. Drop the patch in ~/rpmbuild/SOURCES, and run rpmbuild with the appropriate options. Then you install the new rpms and rebuild konq. Let me know if you need help with that. Feel free to email me directly, so we don't fill up everyone else's mailboxes with this.) You don't really need to patch Qt to check out the new code, but there are some bugs that have since been fixed that improve stability and usability (at least for me). -- You are receiving this mail because: You are watching all bug changes.