On 01/11/2025 16:28, Will Godfrey wrote:
Yay! We're up and running :-) yoshimi> Gtk-Message: 14:47:38.853: Failed to load module "appmenu-gtk-module"(yoshimi:53836): Gtk-WARNING **: 14:47:38.970: Theme parsing error: gtk.css:27:35: Junk at end of value for background-color
I know those warnings very well. They happen quite frequently and I would call it highly unlikely that such warnings lead to a SEGFAULT The first warning is related to a bridge / adapter between old-style menu implementations and a new D-bus based API for menues, now favoured by GTK. These warnings are harmless (and are meant to nudge developers to care for the new API) They can easily be remedied by installing the respective adapter packages: apt install appmenu-gtk3-module (or `appmenu-gtk2-module` in case the application still uses GTK2). The second warning is caused by invalid stytax in a GTK theme file. CSS3 allows for elaborate colour and gradient definitions. When there is a syntax error in such a definition, this warning is printed and the GTK CSS styling engine uses a simplified version of the respective colour. This warnings can be fixed by locating the GTK theme and looking at the indicated line number (here in ctk.css) Since yoshimi does not use GTK and is not liked against GTK, these warnings must have been issued by another GTK application which runs at the same time. -- Hermann _______________________________________________ Yoshimi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/yoshimi-devel
