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

Native Application Not Found #14

Closed
JamesDalboth opened this issue Mar 24, 2020 · 4 comments
Closed

Native Application Not Found #14

JamesDalboth opened this issue Mar 24, 2020 · 4 comments
Labels
native messaging setup Issues with getting the communcation between script and addon to work

Comments

@JamesDalboth
Copy link

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.

@Frewacom Frewacom added the native messaging setup Issues with getting the communcation between script and addon to work label Mar 24, 2020
@Frewacom
Copy link
Owner

Frewacom commented Mar 24, 2020

What distribution are you running?

@JamesDalboth
Copy link
Author

Ubunutu 18.04

@JamesDalboth
Copy link
Author

Update: Literally just got it working. I read somewhere about a problem with using firefox-bin. Can't remember how I installed firefox originally but I saw in my process manager I was using firefox-bin. I just tried installing firefox74 directly from the mozilla page. Process mananger still shows it running as firefox-bin however it now works. Problem could of simply been my previous firefox version. I will see If I can find what version I was previously running.

@JamesDalboth
Copy link
Author

The only other version I have installed on my system is 73. I doubt that version is old enough to not work with this extension. Potentially simply reinstalling firefox fixed what ever issue it was? Unfortunatley doesn't help identify the problem in the first place. Glad it now works though, if anyone else experiences this problem, I suggest reinstall firefox. Not that bad if you have a firefox account where you can sync all your settings back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native messaging setup Issues with getting the communcation between script and addon to work
Projects
None yet
Development

No branches or pull requests

2 participants