You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to enable the plugin for firefox in Ubuntu 21.10 you get this error:
Error: 2021-11-23T18:34:43.468Z [browser-extension-connector] Error installing extension: Error: ENOENT: no such file or directory, unlink '/home/john/.mozilla/native-messaging-hosts/net.antelle.keeweb.keeweb_connect.json'
When installing via snap the .mozilla folder is no longer located under the $HOME/.mozilla directory but under $HOME/snap/firefox/common/.mozilla. This breaks the plugin.
Workaround:
sudo snap remove firefox
sudo apt install firefox
Using the non-snap version of firefox works, using the snap version does not.
The text was updated successfully, but these errors were encountered:
In ubuntu 22.04, it's no longer possible to install firefox without using snap (unless you use mozilla's PPA). apt install firefox will effectively do snap install firefox instead.
When trying to enable the plugin for firefox in Ubuntu 21.10 you get this error:
Error:
2021-11-23T18:34:43.468Z [browser-extension-connector] Error installing extension: Error: ENOENT: no such file or directory, unlink '/home/john/.mozilla/native-messaging-hosts/net.antelle.keeweb.keeweb_connect.json'
This is because in Ubuntu 21.10+ Firefox will be installed via Snap instead of via apt (see https://www.omgubuntu.co.uk/2021/09/ubuntu-makes-firefox-snap-default )
When installing via snap the
.mozilla
folder is no longer located under the$HOME/.mozilla
directory but under$HOME/snap/firefox/common/.mozilla
. This breaks the plugin.Workaround:
Using the non-snap version of firefox works, using the snap version does not.
The text was updated successfully, but these errors were encountered: