https://bugs.kde.org/show_bug.cgi?id=420513
--- Comment #1 from Konstantin Kharlamov <hi-an...@yandex.ru> --- FWIW I tried building it, but last two commits whose build configuration succeeds on my system are bb7e91e and da969d6, they're somewhat away from the master, and building for both of them ends up with same error: ../keditfiletype/mimetypedata.cpp: In member function ‘QStringList MimeTypeData::getAppOffers() const’: ../keditfiletype/mimetypedata.cpp:217:20: error: ‘class KService’ has no member named ‘allowAsDefault’ 217 | if ((*it)->allowAsDefault()) | ^~~~~~~~~~~~~~ Oh, well. I figured that kde-open5 consists of a single cpp file "kioclient.cpp", and that likely opening of a email/url happens at `ClientApp::kde_open()`. I am not completely sure though as I didn't manage to check it out. But if anybody is interested, that looks like nice starting point. -- You are receiving this mail because: You are watching all bug changes.