The beta is out on flathub, the transition from dc-node to jsonrpc rpc binary npm package took its time, but now it’s finally available. If you wonder about version, it’s currently an in-between version between 1.45.4 and the upcoming 1.45.5 test release.
Small Screen Mode makes it usable on linux phones.
It got warm, probably because electron is a resource hog. Also beware of the graphical glitches (see the send button).
Anyways this use case is not officially supported, if you can try deltatouch or maybe the tauri version (That I’ll make soon) works more efficient.
Or contribute to kdeltachat or one of the other clients ( List of all know Client Projects) to make them a viable alternative in the future, currently there are many missing features in those clients.
I think there is a incorrect grammatical tense used in German when displaying reactions in the chat list.
A reaction to a message is displayed in the chat list like this:
Shouldn’t it be past tense?
For example: “Sie reagierten mit …”.
Good morning, I tried in the testing group but no one answered me.
A Desktop Linux user asked me what is it due to?
I just opened DC (desktop) which was minimized and the window was all gray with only the menu visible.
I had a nice log file full of these messages, until I closed it.
2024-06-19T22:20:45.566Z core/event INFO "" 2 "src/imap.rs:542: Not fetching from \"INBOX\"."
2024-06-19T22:20:45.607Z core/event INFO "" 2 "src/scheduler.rs:674: IMAP session supports IDLE, using it."
2024-06-19T22:20:45.608Z core/event INFO "" 2 "src/imap.rs:542: Not fetching from \"INBOX\"."
2024-06-19T22:20:45.645Z core/event INFO "" 2 "src/scheduler.rs:674: IMAP session supports IDLE, using it."
2024-06-19T22:20:45.646Z core/event INFO "" 2 "src/imap.rs:542: Not fetching from \"INBOX\"."
2024-06-19T22:20:45.685Z core/event INFO "" 2 "src/scheduler.rs:674: IMAP session supports IDLE, using it."
2024-06-19T22:20:45.686Z core/event INFO "" 2 "src/imap.rs:542: Not fetching from \"INBOX\"."
2024-06-19T22:20:45.725Z core/event INFO "" 2 "src/scheduler.rs:674: IMAP session supports IDLE, using it."
2024-06-19T22:20:45.726Z core/event INFO "" 2 "src/imap.rs:542: Not fetching from \"INBOX\"."
2024-06-19T22:20:45.765Z core/event INFO "" 2 "src/scheduler.rs:674: IMAP session supports IDLE, using it."
2024-06-19T22:20:45.766Z core/event INFO "" 2 "src/imap.rs:542: Not fetching from \"INBOX\"."
2024-06-19T22:25:44.551Z main/menu INFO "" "rebuilding menu with locale it"
2024-06-19T22:25:46.565Z main/state INFO "" "Saving state to D:\\Remote\\OneDrive\\Portable\\DeltaChat\\DeltaChatData\\config.json"
2024-06-19T22:25:56.573Z main/state INFO "" "Saving state to D:\\Remote\\OneDrive\\Portable\\DeltaChat\\DeltaChatData\\config.json"
2024-06-19T22:26:01.332Z main/index INFO "" "Starting app shutdown process"
2024-06-19T22:26:01.343Z main/state INFO "" "Saving state to D:\\Remote\\OneDrive\\Portable\\DeltaChat\\DeltaChatData\\config.json"
2024-06-19T22:26:01.863Z main/index INFO "" "Quitting now. Bye."
In the desktop client, it seems that there is noticeably more blank space in the View menu compared to others. Should we adjust this? (It doesn’t affect functionality at all.)
I don’t know how, maybe it’s related to the separator line between language and developer?
If you find out how to fix it, feel free to open a pr on GitHub. But I’m not sure if it’s easy to fix, because that menu is native (handled by windows) and the issue does not appear on MacOS.
I encountered the same situation on both Win11 and Linux (deb). This issue seems quite advanced, and I truly am not a programmer, so I don’t even know where to start,