Hello! I’m relatively new to KDE and I’m attempting to fix 521109.
I’m on KDE Linux and I’ve been able to use kde-builder to fetch the source, make my changes, and rebuild it. But I’m not sure how to test that the new plasma-browser-integration-host works.
The project’s dev_README.txt just says “Install host” and KDE Linux has some instructions for testing KDE software built on the base image, but it’s not clear whether or not this is using the plasma-browser-integration-host I built (if it is, my patch doesn’t have any difference). I thought it would be included as software on the base image but the list of such software does not include it.
I have tried simply running the binary but it complains about not being able to register with DBus:
{"action":"warning","payload":{"category":"qt.qpa.services","message":"Failed to register with host portal QDBusError(\"org.freedesktop.portal.Error.Failed\", \"Could not register app ID: App info not found for 'org.kde.plasma-browser-integration-host'\")"},"subsystem":"debug"}
Do I also have to rebuild Plasma? Or is there something else I’m missing?