Simon Ser
Simon Ser
Instead of blocking until rendering is complete, extract the Vulkan timeline semaphore as a drm_syncobj, convert it to a sync_file, and import it into the DMA-BUF's implicit fence.
This is hardcoded to 60Hz right now. Add a `-R`/`--output-refresh` flag to change it. - Use it when nested, to allow running correctly with high refresh rate monitors. - Use...
Allows better integration with the rest of the parent desktop. Adding a hotkey to toggle mouse capture would be nice, too.
Git submodules would be better than "clone another repo and copy it here"
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...
This exposes a reliable way for Wayland compositors to get identifying information about a client. Compositors can then apply security policies if desirable. ~~TODO: `bwrap --sync-fd` can only be specified...
Look at `pubspec.lock` and generate Flatpack builder sources from it.
It would be nice to be able to set a Logger on a Service so that errors returned from call handlers can be debugged more easily.
### Description When `extends` is used on a null parent service, docker compose crashes with a panic. ``` panic: interface conversion: interface {} is nil, not map[string]interface {} goroutine 1...