-
I think it's linked to undocking and/or sleep and waking up.
Here is the stack trace.
```
DEBUG [smithay_client_toolkit::shm] supported wl_shm format Abgr16161616
DEBUG [smithay_client_toolkit:…
-
I noticed that Smithay’s most recent release is very old. Should Smithay be used as a git dependency, or is a new release planned?
-
`libxkbcommon` can be awkward to use in a multi-threaded context given the use of reference counting in a non-thread-safe way. In particular it's proven inconvenient with how [Smithay](https://github.…
-
Hi. I'm trying to use [niri](https://github.com/YaLTeR/niri) >v0.1.6 on NixOS 24.05 and Smithay startup is segfaulting in
```
(gdb) bt
#0 0x00007fbf5b84c95c in __strlen_evex () from /nix/store/…
tv42 updated
2 months ago
-
I unfortunately have a use-case in smithay for setting `Xft.dpi`.
Given the `resource_manager` module docs say..
> Please open a feature request if you need something that is not available.
..I…
-
When running in the winit backend, we don't always get release events from the outer compositor/window manager.
You can reproduce this issue reliably like so:
1. Open niri nested in niri
- …
-
CPU ARMv7 Processor rev 4, 4-Core
GPU: Mali G31 ARM
Memory: 2G
eMMC: 8G
OS: Armbian
Kernel: Linux armbian 6.1.82
latest git version:
```
2024-03-22T05:47:37.200134Z INFO smithay::wayland::o…
-
### Code
https://github.com/francesco-gaglione/money_manager/tree/b2121d47702466c5a6b1b6a57dd6fb29351d2b82
### Meta
`rustc --version --verbose`:
```
rustc 1.82.0 (f6e511eec 2024-10-15)
binary: …
-
This is a quick write-up about the current project status and it's ongoing development.
As many followers are already aware this project as it exists right now will **not** continue to live on.
Th…
-
We have in Smithay some modules that define a large number of numerical constants (`const u32`), and this triggers a pathological edge-case in terms of documentation generation: rustdoc generates one …