Klemens Nanni

Results 28 issues of Klemens Nanni

On OpenBSD 7.0 -CURRENT, clang 13.0.0 is used as the default compiler (not on all architectures, though): ``` $ cc --version OpenBSD clang version 13.0.0 Target: amd64-unknown-openbsd7.0 Thread model: posix...

Probably overlooked while cutting the release. Reuse the main project's version number rather than hardcoding it. Note 1.4.230 was released with an incorrect version number and therefore builds as ```...

build

These directories may contain sensitive data which must be protected, but world-readable by default is not safe. The recent CVE-2022-32198[0] shows how easy it is to deploy services with unit...

needs-discussion 🤔
pid1

Systems like NixOS install software under unique paths, so persisting the absolute file path in the generated .desktop file when enabling autostart will eventually point at an outdated or nonexistent...

Enter a chat, type `i` to compose a message and type away. Hitting any of the arrow keys will navigate away and discard the message. I expected left/right to navigate...

Track merge requests in dependencies/crates and update documentation accordingly. All patches required to run psst on OpenBSD/amd64 have been submitted upstream: - https://github.com/ExPixel/miniaudio-rs/pull/75 - https://github.com/linebender/druid/pull/1993 - https://github.com/linebender/piet/pull/466 Dependencies have been...

- Define OpenBSD as system with 64 bit off_t - Move FreeBSD's definition as 64 bit off_t system into the right place

`src/util/File.cpp` calls iconv_open(3) unconditionally on (!WIN && !MAC && !ANDROID). Thus all UNIX platforms will use iconv. On OpenBSD, the build immediately fails because `` is not in the default...

- Detect non-Mac and non-Windows as Unix to support BSDs next to Linux - Extend Linux specific Thunderbird support to UNIX to include BSDs - Enable progressbar stylesheets on BSDs...

Originally from Alt Linux[0], OpenBSD has so far adapted the removal of tgvoip in the official net/tdesktop build. tgcalls provides everything needed for calls; audio/video/desktop sharing calls have been working...