-
`>meld "/home/serge/Downloads/tmmmmmmmmp/Redmond-Themes-master/Windows 9x/gtk-3.0/gtk-widgets.css" "/home/serge/Downloads/tmp/Windows 9x/gtk-3.0/gtk-widgets.css" (29822)
(meld:29822): Gtk-WARNING …
-
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"
…
-
### Environment
Arch with Gnome 47
### Bug description
As of the latest system update Ulauncher no longer starts, but works after running `systemctl --user restart ulauncher`. Might also be AMD re…
-
### What happened?
I tried to select the locally installed LDFComicSans medium font in GIMP, but it crashed. After looking at the terminal output, I realized I had accidentally added my ~/home/ dir…
-
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…
-
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…
-
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
-
Debian 12 x64
```
An error occurred. Please report this information to https://github.com/cwensley/pablodraw/issues:
System.NullReferenceException: Arg_NullReferenceException
at GLib.GType.op_…
-
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.
…
-
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?