-
I've been running regreet for just about a year with a mostly static config file. The latest release appears to have broken on both my systems (I'm using sway to run regreet, willing to try cage). I'm…
-
[This blog post](https://blogs.gnome.org/alexm/2021/03/13/reinventing-tabs/) has got me wanting to port [my WebKit-powered browser project](https://github.com/Dirout/oku) over to GTK4-rs, as I'm seeki…
ghost updated
3 weeks ago
-
**Bug description**
My code is crashing with a segfault.
Maybe related to #1807.
**Backtrace**
```sh
$ RUST_BACKTRACE=full cargo run
Compiling uchoose v0.5.0 (/data/code/uchoose/uchoose…
-
**Bug description**
Minimal example https://github.com/andy128k/test-gtk-rs-osx
Successful build on Linux https://github.com/andy128k/test-gtk-rs-osx/actions/runs/3828477828/jobs/6514110530
Failu…
-
### Problem
I've patched some git dependencies to get fetched from another repository. `cargo build` works perfectly fine, but when running `cargo vendor` _some_ dependencies don't get put in the `…
-
I have been able to render OpenGL nicely in `GLArea`s in a `gtk4-rs` application in general. But using textures simply does not work for me. I [reported this to gtk4-rs](https://github.com/gtk-rs/gtk4…
faern updated
4 months ago
-
**Is your feature request related to a problem? Please describe.**
A warning is currently being issued that `glib::MainContext::channel` is deprecated in the Linux event loop-related code.
```
…
-
I have installed this on Pop!_OS 22.04 LTS on an Eluktronics Max 17 without issue, and it seems to control the keyboard and fans appropriately. My primary interest in using tuxedo-rs is to be able to …
-
This prevents uploading them without `--no-verify`. gtk3-macros and glib-macros don't have such a problem.
```console
$ cargo publish
Updating crates.io index
Packaging gtk4-macros v0.4.1 …
-
### Describe the problem
A lot of development has happened in GTK4 - especially in the area of accessibility to run with different controls (e.g. touch screen) and diverse screen sizes (e.g. phones a…