-
Desktop operation likes moving or minimizing window becomes laggy.
These disappear after restarting fcitx5.
`fcitx5-diagnose` result(after restarting):
# System Info:
1. `uname -a`:
…
-
I just thought that we *could* (I don't say we should though!) maybe provide these functions by using the [va_list](https://crates.io/crates/va_list-rs) crate. Not sure if this a good idea but might b…
-
## Libs
- rust_minifb "master".
- wayland 1.18.0 (with libwayland-cursor.so.0.0.0, if relevant)
- Gnome-shell 3.36.2 on gtk+ 3.24.14
- Rust 1.45.2.
## The problem
Tried to run the noise ex…
-
I recently uploaded gtk-rs 0.5 to debian experimental. The tests for graphene-sys fail on all 32-bit arches: armel, armhf, i386 and s390x. They do pass on arm64, amd64 and ppc64.
Relevant log:
``…
-
As $subject. Thanks.
-
When updating the crate, either -sys or not, with gir, gir should make sure `edition = "2018"` is in the Cargo.toml, otherwise the crate won't build.
-
The project has no .gitignore file, git goes crazy with the "target" folder.
-
For example
```
warning: unused import: `Form`
--> example/src/main.rs:11:26
|
11 | #[derive(Debug, Default, Form)]
| ^^^^
|
= note: #[warn(unused_impo…
-
`poll_dispatch_pending` is documented as "similar to" `dispatch_pending`. But the behavior doesn't seem quite as expected.
If I use `wayland-client` in a GTK application, spawning a thread calling …
-
It doesn't seem possible to create an `Object` subclass that is immutable, i.e. doesn't have setters.
`glib::Object::new` insists on allocating a default object and using setters to initialize.
…