-
Since Skrifa does not add itself to the application menu, I start it from a terminal.
So I see these:
`Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"
…
-
I get this issue whenever I navigate to any directory when a file dialog opens. Here's the terminal output:
```
(Mogwai:9052): Gtk-WARNING **: 19:42:46.174: Could not load a pixbuf from icon theme.
…
-
The `GtkList` object [was deprecated](http://developer.gimp.org/api/2.0/gtk/GtkList.html#id4527696) in favour of `GtkTreeView` since GTK+ 2.0. `GtkList` has therefore been removed from GTK+ 3, and is…
-
Dear,
I am using below code to destroy & release gtk.Main() after every 5 seconds but it gives me error (Gtk-CRITICAL **: IA__gtk_widget_realize: assertion 'GTK_IS_WIDGET (widget)' failed)...
Pleas…
-
Hi, I used to run garuda linux and on garuda Pwvucontrol was in "dark mode" if may say. i recently switched back to arch and i can't find how to make it look dark again .
I tried gtk settings, qt…
-
This shouldn't be too hard, because GTK+ 4 uses CSS. The selectors are different and the default settings are different.
The GTK+ 3 themes are a good starting point: there are some errors, some wid…
dimkr updated
2 years ago
-
Hi,
Is it possible to use linenoise in a graphical GTK application ?
If yes, how to deal with blocking `linenoise()` calls in the loop, and the `gtk_main()` function?
-
```
Would it be complicated to port gtkdialog to gtk3?
```
Original issue reported on code.google.com by `nicolas....@gmail.com` on 26 Jun 2012 at 6:54
-
import gtk
label = gtk.Label("Nice label")
dialog = gtk.Dialog("My dialog",
None,
gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT,
(gt…
-
**Project description**
Utility to split mp3, ogg vorbis and FLAC files without decoding. It's the gtk-version; the console-version already exists on NixOS.
**Metadata**
* homepage URL: https…