-
When i try to build the project from source i get this error:
```
smithay master cargo build
Compiling smithay v0.2.0 (/home/mark/Documents/smithay)
warning: allow(rust_2018_idioms) is ignored…
-
Hi, I'm a bit confused. Can I run this and render things into a framebuffer, connected to no displays?
I was thinking about running this on a VM and then accessing this framebuffer from outside the…
-
The xdg_shell protocol associates a specific meaning to its elaborate configure dance. To honor it, our abstraction should keep track of the contents of the different configure sent to the client, and…
-
In particular, rust-impl `wayland-client` should `eprintln!()` the issues when it encounters a problem with what the server has sent.
-
I tested this on weston terminal and alacritty, with same result.
## Issue
Press modkey + '1' or '1' + modkey and it starts to keep repeating '1'. It behaves like '1' was never released.
## Env…
-
Current handling of subsurface state caching in anvil is simplistic. If we follow the protocol strictly, a subsurface can have several intermediate cached states, in addition of its current and pendin…
-
## Bevy version
```
bevy = "0.5"
bevy_wgpu = "0.5"
```
## Operating system & version
Windows 11, running WSL2 with WSLg enabled
## What you did
Given the following `main.rs`:
```
…
-
Hey guys I wanted to make a taskbar, kinda like [polybar](https://polybar.github.io/).
![image](https://user-images.githubusercontent.com/34926497/133958577-30923253-480c-4a3f-82d2-66a7197e72f7.png…
-
I ran this lint on a bunch of crates and it's firing a lot.
For readability, it's debatable whether it's recommendations are actually improvements. Especially where there are a lot of args or the…
ghost updated
3 years ago
-
I understand that WLCS we extracted from Mir's test suite. Is its goal to test for Mir's behavior for compositors that would be willing to align themselves on it, or is it to only test the behavior as…