Simon Laux
Simon Laux
the crash I fixed was during startup, this is a different bug @Jikstra
apps on macOS are generally portable like appimages on linux, one can also start them from the desktop for example. maybe we don't make sure the core shutsdown when closing...
I think the issue could be a still active core that receives messages while electron tries to quit. I attempted to fix this in #2710 by calling stopIO on quitting
maybe we need the command/json api to get the error message here: https://github.com/deltachat/deltachat-desktop/blob/656ca7c4c5cb7062b44fd4884b0dd6972f1aed33/src/main/deltachat/settings.ts#L29-L35 still the error in the log-file is not really useful: "Failed to create account from QR code:...
with jsonrpc we already get the error of core, which will close the desktop part of the issue:
maybe send full text as txt attachment instead?
could you elaborate?
do you mean you have multiple cameras and want to select which one to use for the qr code scan?
- [ ] when searching it should probably expand, or the search would need to be a drawer / overlay or sth like that
> > I'm not sure if I converted dignifiedquire's unicode edge texts correctly > > Do you mean the `truncate_by_lines` tests? Are they copied/converted from somewhere? yeah mostly copied and...