-
Notifications
You must be signed in to change notification settings - Fork 456
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
Cerebro v0.6 startup command opens electrum #573
Comments
Hi @alandefreitas, Thanks for your report! I reproduced this also in Windows. It looks like it's something related to the development settings, so this should not affect users when we release the executables. BTW I will take a look at it and try to find a solution. Thanks 🙌 |
I have good and bad news TLDR - Autostart has no sense when running from source code as there isn't actually an executable to start, this option will never be available. I will fix this soon to disable it. I found the solution for this: disabling autostart when running from source code (with I'll soon open a PR for fixing this. Meanwhile, a workaround would be to run Cerebro from source ( Also I would recommend that if you aren't intended to develop nothing and want the last version you should clone the repo and build the app so you can install it and run it as any other app:
|
Oh... so that's what I was missing. Maybe we could include that in the I assumed |
I've updated the documentation in the PR to make it a bit more clear. Once we have merged the PR we will definitively close this issue. Thank you again for reporting! |
Issue
The command cerebro registers in the startup preferences is
This doesn't work. It only opens what looks like the electrum boilerplate window at startup:
I still run cerebro manually from the terminal with:
/usr/local/bin/yarn --cwd ~/path/to/cerebro/ run dev
but that doesn't work in the startup settings.
The text was updated successfully, but these errors were encountered: