Simon McVittie
Simon McVittie
As I have said [on the Steam Runtime issue tracker in the past](https://github.com/ValveSoftware/steam-runtime/issues/501), pressure-vessel/Steam Linux Runtime is not intentionally doing anything to break dmix, but for it to be supportable,...
Any interaction with the Steam Linux Runtime is out of scope for SDL and we should not discuss it further here: please report a Steam Runtime issue instead. For general...
> For things that are specific to your individual system and would not affect users of dmix on other OS distributions, please open a separate Steam Runtime issue. For the...
The problem with ALSA is that "supporting ALSA" is not always just one thing: the ALSA client library `libasound.so.2` has multiple, pluggable backends, so calling into it can result in...
Another possible approach would be to convert to `size_t` internally, and use `SDL_size_mul_overflow()` and `SDL_size_add_overflow` to reject ludicrous values that won't fit in the address space; or add a similar...
I assume this is with the undefined behaviour sanitizer (`-fsanitize=undefined`) or similar? It looks as though `SDL_memcpyMMX()` assumes that `src` and `dst` are both 8-byte-aligned, but someone or something has...
It seems that the kbfs FUSE filesystem not returning a result from `statfs()` promptly is also indirectly preventing Flatpak apps from starting while kbfs is mounted in a top-level directory...
In more tightly-integrated desktop environments like GNOME, I think it generally makes sense to put the `${desktop}-portals.conf` in the same package as the `/usr/share/xsessions` or `/usr/share/wayland-sessions` entry, but that isn't...
> xdg-desktop-portal isn't about whether one is using a Desktop Environment™ per se; it's about providing functionality that is typically expected in Desktop Environments, but which might be used with...
If you suspect a problem with Steam Linux Runtime (`SteamLinuxRuntime_sniper`, pressure-vessel) then please report it in https://github.com/ValveSoftware/steam-runtime/issues with a detailed log (there is an issue template which will send you...