-
As part of my dark/light color scheme switching scripts (using [darkman](https://gitlab.com/WhyNotHugo/darkman)) I change my mouse cursor theme between Adwaita and Breeze_Snow, so that my mouse cursor…
Hubro updated
2 years ago
-
After updating to 0.22 I get segfault when creating a `DeviceLocalBuffer::raw_with_exportable_fd`.
* Version of vulkano: 0.22
* OS: Linux
* GPU (the selected PhysicalDevice): GeForce RTX 20…
-
OS: FreeBSD
Version: 0.10.1
Wayland, SwayWM
SIGBUS happens on this line:
https://github.com/alacritty/alacritty/blob/v0.10.1/alacritty/src/main.rs#L214
```
Process 27036 launched: '/home/ngo…
-
When I tried to run anvil from smithay in winit mode with Xwayland (with patch in https://github.com/Smithay/smithay/issues/25 applied), I noticed that closing the window will trigger a panic.
Some…
-
Fraction dpi factor support can actually be achieved on wayland by combining two protocol extensions (assuming the server supports them):
- xdg_output provides additional metadata on the monitors, …
-
I am using the following syntax for declaring a dependency
```
= { package = "", version = "" }
```
such as
```toml
sctk = { package = "smithay-client-toolkit", version = "0.15.3" }
```
…
-
i copy pasted triangle.rs in examples to my main.rs
and added this to `Cargo.toml`
```toml
[dependencies]
vulkano = "0.22"
vulkano-shaders = "0.22"
vulkano-win = "0.22"
winit = "0.24"
```
and…
-
This time I was doing nothing special but browsing the web. Hyperland just suddenly crashes
```
❱ coredumpctl debug 374622
PID: 374622 (Hyprland)
UID: 1000 (antoine)
…
-
Hey, I just wanted to notify y'all that the [crates.io](https://crates.io/crates/wayland-client) page contains a link to innacurate [docs](https://smithay.github.io/wayland-rs/wayland_client/). This m…
-
When I run Anvil with `cargo run -- --x11`, it crashes with the message: "(EE) could not connect to wayland server".
System:
```
Linux: 5.15.7-1-MANJARO
Cargo: 1.57.0 (b2e52d7ca 2021-10-21)
Rus…