andy-portmen / native-client

Native Messaging component for Windows, Linux, and Mac OS that is written in NodeJS.
https://add0n.com/open-in.html
Mozilla Public License 2.0
727 stars 474 forks source link

[Feature Request] Support Chromium #2

Closed cognifloyd closed 7 years ago

cognifloyd commented 7 years ago

I am using External Application Button to open pages/links in Chrome from Chromium, or in Chromium from Chrome. I am using Linux.

Please add support (by default) for Chromium by installing the native-messaging-hosts file in the chromium specific directory /etc/chromium/native-messaging-hosts/.

I tested by copying /etc/opt/chrome/native-messaging-hosts/ to /etc/chromium/ with success.

andy-portmen commented 7 years ago

Can you give 0.2.7 a try and let me know if Chromium is supported or not; https://github.com/andy-portmen/native-client/releases

cognifloyd commented 7 years ago

Yes, this works well (tested with 5a9f58522370e1fbed007c5cc9bb1cc0c61bf9c2 - one commit more than 0.2.7). Thanks for putting it in HOME instead of /etc. That's so much nicer. I had to manually delete the chrome/chromium messaging stuff in /etc, but that's ok. Thanks for making this!