-
I just built cosmic with `cargo build`. After `cargo run -- yad` I get no relevant warnings except:
```
2024-08-23T15:22:54.595337Z WARN backend_vulkan: smithay::backend::vulkan: Validation layer…
-
The programs crashes when running on Wayland with `interface 'wl_surface' has no event 2` error. This is an issue with SCTK 0.16.0 explained here https://github.com/wez/wezterm/issues/3996
A tempor…
-
Whenever Thunderbird is running on COSMIC and I change keyboard layouts, Thunderbird crashes and the crash reporter opens. I have not had this happen on other WM/DE (Plasma, Hyprland, Sway).
This i…
-
Might as well have an issue for this.
`PixmanTexture` not being `Send` makes it impossible to use with `MemoryRenderBuffer` (as I noticed in https://github.com/Smithay/smithay/pull/1497), and is ot…
-
I'm new to using smithay, and I've been trying to implement an IME. From what I can tell, you have to register a global `ZwpInputMethodV1`, listen for the `Activate { id: ZwpInputMethodContextV1 }` ev…
-
https://github.com/pop-os/cosmic-comp/pull/741 has code setting the `DPMS` connector property to disable monitors. But the `DPMS` property is deprecated, not supported on atomic mode-setting, and for …
-
It seems good to document what I've seen with performance somewhere.
I've been seeing about 20fps with `es2gears` on a 1440p monitor. On a 1650 mobile with the 545.23.06 driver.
Looking at Tracy…
-
I updated a crate that pulled in a new `wayland-sys`, and now I get the following error on CI:
```
error: failed to run custom build command for `wayland-sys v0.31.5`
Caused by:
process didn…
emilk updated
3 weeks ago
-
I installed with git clone and cargo build --release, and when wpaperd is run from either .local/bin or the target/release directory I get:
```
The application panicked (crashed).
Message: unable …
-
In udev this is because Smithay/smithay#1378 causes any screencopying to have a hole under the cursor if it's on the cursor plane. As a workaround, screencopies cause the pointer to be rendered on the…