[Bug 241379] www/plasma5-plasma-browser-integration: Chromium extension not working
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 27 01:13:48 GMT 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241379
patricio <patovm04 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Affects Only Me |Affects Many People
--- Comment #1 from patricio <patovm04 at gmail.com> ---
Updated many apps as well as the OS. Now I'm using the following:
-FreeBSD 12.1-RELEASE-p1
-plasma5-plasma-browser-integration 5.17.3
-Chromium 78.0.3904.108
-Plasma Integration extension 1.7
Still wouldn't work, but the message displayed by the extension changed to:
"Failed to connect to the native host.
Make sure the 'plasma-browser-integration' package is installed correctly and
that you are running Plasma 5.13 or later.
Specified native messaging host not found"
Doing a bit more of research I found a workaround:
Apparently Chromium was looking for:
/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json
instead of:
/usr/local/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json
So I did this:
mkdir -p ~/.config/chromium/NativeMessagingHosts/ ;
ln -s
/usr/local/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json
~/.config/chromium/NativeMessagingHosts/org.kde.plasma.browser_integration.json
And problem solved!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list