Results 134 issues of dkg

I'm running DeltaChat 2.25.3 on GNU/Linux on Wayland (using sway). There are two things that are typically visible to me when delta is not in the foreground: - the icon...

good first issue

On DeltaChat 2.22.0, when first editing a message, sometimes the text cursor is placed at the end of the compose window. Other times it is placed at the beginning of...

unconfirmed bug

- Operating System (Linux/Mac/Windows/iOS/Android): GNU/Linux (debian 13 - trixie) - Delta Chat Version: 1.60.1 (installed as a `.deb`) - Expected behavior: should launch graphical environment - Actual behavior: deltachat starts,...

bug
Packaging/Linux/deb
OS: Linux
Runtime: Electron

This is similar to #1665: ``` /build/reproducible-path/rnp-0.18.0/src/librekey/rnp_key_store.cpp: In member function ‘bool rnp::KeyStore::write()’: /build/reproducible-path/rnp-0.18.0/src/librekey/rnp_key_store.cpp:129:21: error: ‘MAXPATHLEN’ was not declared in this scope; did you mean ‘MAXNAMLEN’? 129 | char chpath[MAXPATHLEN]; |...

In #2146 there was a nice cleanup to make sure the full source path isn't embedded in the error strings. I appreciate this for reproducibility. However, `test_warning_source_path_prefix_cropping` is failing in...

Without this fix, when compiling with `ENABLE_CRYPTO_REFRESH`, we see: ``` …/src/lib/enc_material.cpp: In member function ‘virtual bool pgp::X25519EncMaterial::parse(pgp_packet_body_t&)’: …/src/lib/enc_material.cpp:154:20: warning: enum constant in boolean context [-Wint-in-bool-context] 154 | return RNP_ERROR_BAD_FORMAT; |...

Building 0.18.0 with Botan 3, i see these noisy deprecations: ``` In file included from […]/src/lib/crypto/exdsa_ecdhkem.cpp:27: […]/src/lib/crypto/exdsa_ecdhkem.h:95:52: warning: ‘Botan::Curve25519_PublicKey’ is deprecated: Use X25519_PublicKey [-Wdeprecated-declarations] 95 | Botan::Curve25519_PublicKey botan_key_x25519() const; |...

In debian's build daemon architecture, some machines are heavily congested (especially for more obscure ports with lower-resourced machines)), and a build can be delayed at any point. If a build...

Over in https://bugs.debian.org/1116189 we're seeing test failures on 32-bit architectures: ``` 103: [ RUN ] rnp_tests.test_ffi_decrypt_v6_pkesk_test_vector 103: [armored_src_read() ./src/librepgp/stream-armor.cpp:378] Warning: missing or malformed CRC line 103: rnp_tests: ./src/librepgp/stream-sig.cpp:85: void signature_hash_key(const...