-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cannot switch profile #14
Comments
I hit the same error. Had to improve the logging a bit to figure out what the actual problem was. logging:
which means the environment variable |
It seems you can manually set the browser binary path by creating a file {"browser_binary": "/usr/bin/firefox"} This fixes it for me, but it's not very user friendly. I guess firefox changed something so that environment variable isn't passed to extensions any longer? |
Can confirm the workaround to get this working. |
I confirm the workaround works here. On Fedora 38 Stable with FF from the repo. |
Can confirm on creating {"browser_binary": "/usr/bin/firefox_devedition"} |
For Windows users, the config file would be {"browser_binary": "C:\\Program Files\\Mozilla Firefox\\firefox.exe"} |
For MacOS: echo '{"browser_binary": "/Applications/Firefox.app/Contents/MacOS/firefox"}' >~/Library/Preferences/ax.nd.nulldev.FirefoxProfileSwitcher/config.json |
Chiming in because I've introduced the change that should have caused this. |
This is still working!. At least on ArchLinux and firefox 127 |
I am not sure if this is directly related with the connector itself, of not feel free to move the issue, but out of nowhere the extension stopped working, when I inspect it, it shows these errors
Is there anything what I could try to do?
The text was updated successfully, but these errors were encountered: