Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thunderbird unable to connect to Sync Clippings Helper on macOS #11

Closed
aecreations opened this issue Oct 26, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working fixed
Milestone

Comments

@aecreations
Copy link
Owner

On macOS, Clippings for Firefox can connect to the Sync Clippings Helper app without issue. But Clippings for Thunderbird is unable to connect to the native messaging app.

The cause was narrowed down to the location of the native messaging manifest. On macOS, it needs to be placed in /Library/Application Support/Mozilla/NativeMessagingHosts.

To work around this Thunderbird limitation, the Sync Clippings Helper installer package and shell script needs to be modified to write the native messaging manifest to the globally-visible file location.

This issue is NOT occurring on Linux (verified on Ubuntu 20.04).

@aecreations aecreations added the bug Something isn't working label Oct 26, 2021
@aecreations aecreations added this to the 1.2 milestone Oct 26, 2021
@aecreations aecreations self-assigned this Oct 26, 2021
@aecreations
Copy link
Owner Author

The setup script is updated for both macOS and Linux to create the native messaging manifest in the globally-visible file location; for Linux this is /usr/lib/mozilla/native-messaging-hosts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

1 participant