KDE 6.4 now supports Plasma browser integration for Flatpak versions of Firefox and Chromium.
Hereโs the link to KDE 6.4 Complete Changelog you can find it in Plasma Browser Integration section.
I think that plasma-browser-integration package could be pre-installed on Aurora in order to get this feature work
I looked into it and asked around, and hereโs what I found:
The flatpak-integrator service used by plasma-browser-integrator โdoesnโt likeโ symlinks. By default, $HOME points to the symlinked homedir at /home/user, which breaks the function that creates the files required for the integration to work. Details here, though Iโm not sure if it should/will get fixed sinceโฆ
$HOME shouldnโt really be pointing to the symlink. According to Chris (from the ublue discord), this is an upstream Kinoite bug, already reported here.
Ultimately, what I just did is redefine the userโs homedir with usermod, which seems to have fixed it. This wonโt work unless youโre logged out, so log from a tty with the root account (if you have one) or make another user that is allowed to sudo:
Thank you so much
I copy the plasma-browser-integration-host file from librewolf folder to /var/home/rain/.var/app/app.zen_browser.zen folder and copy native-messaging-hosts folder to /var/home/rain/.var/app/app.zen_browser.zen/.zen.
Then I edit the org.kde.plasma.browser_integration.json file โpathโ to where zen browser is "/var/home/rain/.var/app/app.zen_browser.zen/plasma-browser-integration-host",.
But no luck, extension in zen still canโt connect to the host, is there any steps I missed?