Open Vecos opened 2 months ago
Just wanted to say that I'm also experiencing this issue on OpenSuse Tumbleweed, Plasma 6.1.4, using the archive download version 1.0.0-a.33 (64-bit). I'm not using the flatpak version, so I don't think it is a result of lack of native messaging support. I do have the native host installed and working, as I also have vanilla Firefox connecting with no problems.
I am on Fedora 40 and am having the same issue with the Plasma Integration extension.
I was able to fix it by making sure the org.kde.plasma.browser_integration.json
file exists in ~/.mozilla/native-messaging-hosts
.
Yes, it needs to be inside the .mozilla
folder, it won't work if it's in the .zen
folder.
The JSON file looks like:
{
"name": "org.kde.plasma.browser_integration",
"description": "Native connector for KDE Plasma",
"path": "/usr/bin/plasma-browser-integration-host",
"type": "stdio",
"allowed_extensions": ["plasma-browser-integration@kde.org"]
}
What happened?
I'm experiencing issues with Plasma Integration while using the Zen Browser on Debian with KDE The integration does not seem to function as expected. I have also tested Plasma Integration with Firefox and Firefox Nightly, where it works without any issues.
Additional Information:
Reproducible?
Version
1.0.0-a.23
Severity impact
Low
What platform are you seeing the problem on?
Linux
Relevant log output
No response