-
# Describe the bug
> In this [issue](https://github.com/tauri-apps/tauri/issues/11251), I discovered that when using Ubuntu, Tauri v2 cannot automatically use the system proxy, while Tauri v1 can.…
-
We are running into namespacing issues where good function names clash, eg `spawn` in glib refers to spawning processes but would be handy to spawn futures.
The idea floated on the chat channel is …
pbor updated
4 months ago
-
> [!NOTE]
> This isn't just Spotify.
> This seems to not happen using Amberol.
> The icon and the details changes whenever the title changes.
> - I use the Flatpak version of Spotify, installed fr…
-
The link in the header is broken:
```
GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
```
Should it be this one?
```
https://github.com/gtk-rs/gtk
```
-
For https://gtk-rs.org/docs/gtk/trait.WidgetExt.html#tymethod.connect_draw the callback is expected to return `Inhibit` instead of nothing, which causes issues since the provided callback is expected …
-
When I clone and run the example, it compiles and works, really cool!
If I move all the code to a new project with the same sources and Cargo.toml, the build generates an error at line 62 in src/ga…
-
People are currently surprised that they can't subclass certain types.
- Explain the concept of final types
- Show how to find out whether your type is subclassable (e.g. by checking https://gtk-rs.…
-
I just went through the mini tutorial in the README.md, and I really like this library to provide structure to my GTK-rs applications, but I need to use a `gtk::TextView` and when I tried to make it w…
-
Is passing user data to a signal handler supported? I load and XML generated by Glade and it panics here: https://github.com/gtk-rs/gtk/blob/master/src/builder.rs#L81. I am not sure if this failed ass…
-
I'm trying to build my own widget and have it implement the `GtkFileChooser` interface. To my `ObjectSubclass` impl, I've added:
```
type Interfaces = (gtk::FileChooser,);
```
However, I get the …