-
Flags & Enums should be easy to cover today.
Error will need some new glib-rs macro
-
### Open tasks
- [x] A PR for 0.5 (relm4 and relm4-components) https://github.com/Relm4/Relm4/pull/316
- [x] A backport to the stable branch for 0.4 https://github.com/Relm4/Relm4/pull/293
- [x] …
-
Everytime I try to sync Google Drive. I get the same error.
```
thread 'main' panicked at 'internal error: entered unreachable code', celeste/src/launch.rs:2226:33
stack backtrace:
```
And the a…
-
* [ ] atk
* [ ] gdk
* [ ] gdkx11
* [ ] gtk
CC @bilelmoussaoui @GuillaumeGomez @sophie-h
-
I've wrote a GTK4 application (using https://gtk-rs.org) and was testing it in my compositor. I noticed when I close this application, several X11 windows would be left behind.
The GTK4 application…
-
In the process of trying to get an aravis-rs build with the new functions from https://github.com/AravisProject/aravis/pull/404, I tried to just copy the `.gir` from my aravis folder and the ones from…
-
Distribution: NAME="Pop!_OS"
VERSION="20.04"
ID=pop
ID_LIKE=ubuntu debian
PRETTY_NAME="Pop!_OS 20.04"
VERSION_ID="20.04"
HOME_URL="https://system76.com/pop"
SUPPORT_URL="http://support.system76…
CGSPT updated
4 years ago
-
**Bug description**
Please provide a code sample as small as possible which reproduces the bug.
Upstream [`gtk_notebook_append_page`](https://docs.gtk.org/gtk3/method.Notebook.append_page.html) …
-
I get the "cannot open display" error on MacOS when I try to start the compiled application:
```
(:21916): Gtk-WARNING **: 21:08:42.157: cannot open display:
```
Do I need to set up XQuartz so…
-
Since I'm new to GStreamer, it took a while for me to understand that MainLoop is actually the glib main loop, the same one that is called by gtk-rs. It's clear when you read the code though. My proje…