Closed valdisvi closed 6 years ago
Can you check the browser console for error messages? Try from a freshly restarted Firefox instance.
Browser console is clear. System message happens, when in content.js, registerText() browser.runtime.sendMessage(...) is called. I couldn't figure out, how could I debug native part of the app.
What editor are you using? Does it work with ["gedit"]
?
The same message.
How can I test textern native binaries directly without involving browser? E.g. what should happen when I run:
/usr/local/libexec/textern/textern.py
The script expects to be talking to Firefox, so it won't do anything if you just run it directly.
Some things to try:
sudo make native-install
, try instead make native-install USER=1
--recurse-submodules
(see https://github.com/jlebon/textern#installation)If all the above fail, can you check after it gives the message whether Textern is still running in the background (e.g. ps aux | grep textern
)?
Thanks!
Reinstalling with make native-install USER=1
made it working.
I had this same problem with terminal Emulator Kitty and Neovim. The posted solution worked for me, too.
Tested on Ubuntu with gedit, and Lubuntu with leafpad and gvim. When hot key is pressed, notification appears:
but editor is actually not opened (and there are no any running process).