Ian Douglas Scott
Ian Douglas Scott
This seems to be the favored way for finding libraries under msvc, and the `vcpkg` crate is a reverse dependency of various -sys crates. It seems to have some issues...
I noticed this error running `eglinfo` in `valgrind`: ``` ==451064== Syscall param write(buf) points to unaddressable byte(s) ==451064== at 0x49AAA37: write (write.c:26) ==451064== by 0x4FA70BC: wlEglMemoryIsReadable (wayland-eglutils.c:74) ==451064== by 0x4FA0BE8:...
This is easy to reproduce in the Keyboard Configurator by holding down the ctrl key (for instance) while remapping it to something else using the mouse. On releasing the key,...
Setting brightness with brightness keys is not persistent. But setting brightness in the Configurator is. This results in confusing behavior. Normally brightness set by key isn't persistent: * Adjust brightness...
The fact that signals are only supported on Linux is currently one of the issues using Smithay on BSDs. It looks like it should be possible to implement this with...
When running a smithay compositor, or an example like `list_modes` in valgrind, various uninitialized memory errors are reported in drm-rs, like `Syscall param ioctl(generic) points to uninitialised byte(s)` and `Conditional...
I'm not sure what to do about the error type here. `gbm_dri_get_format_modifier_plane_count` does potentially return -1, but doesn't set `errno`. Error handling generally looks like it could use some fixes...
Using a strong reference is the most obvious way to address https://github.com/Smithay/smithay/issues/1102. And getting rid of `DeviceDestroyedError` makes the API a fair bit cleaner. Though `Device.fd` will also need to...
OSDs
We'll need some layer-shell process providing OSDs for volume changes, screen brightness, alt-tab switching, etc.
Known issues with cosmic on Nvidia graphics can be linked here, to keep track of them all while having separate issues for otherwise unrelated problems. * https://github.com/pop-os/cosmic-comp/issues/264 - Known issue...