Skip to content

Native Application Not Found #14

Closed
@JamesDalboth

Description

@JamesDalboth

I am currently experiencing issues using the extensions. After a firefox reboot the browser console shows

2020-03-23_222909-1xMar_scrot

The relevant line being No such native application pywalfox

My python version is 3.6.9.

My manifest is located in ~/.mozila/native-messaging-hosts/pywalfox.json and looks like

{
  "name": "pywalfox",
  "description": "Automatically theme firefox using system colors generated by Pywal",
  "path": "/home/james/Pywalfox/daemon/pywalfox.py",
  "type": "stdio",
  "allowed_extensions": [ "pywalfox@frewacom.org" ]
}

I can confirm the pywalfox.py is located in the specified path param. The file has read privileges for all. I have tried to relocate the file to the other specified native manifest locations specified in the moz docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    native messaging setupIssues with getting the communcation between script and addon to work

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions