This cute little children's game gives me the following errors when it starts up: Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": libgnomebreakpad.so: cannot open shared object file: No such file or directory Gdk-ERROR **: BadMatch (invalid parameter attributes) serial 366 error_code 8 request_code 62 minor_code 0 aborting... Aborted The Gdk-ERROR is something to do with mismatched depth in the graphics visual context. Patch attached.
Created attachment 156701 [details, diff] Fix for the gdk error BadMatch
Created attachment 156703 [details, diff] Fixes warnings & crash when saving the config options
Created attachment 156705 [details, diff] Fix up the TRACE formatting so it will compile again
Created attachment 156709 [details] Fix the window size calculation, so it works in the case where you have dual monitors. I'm also attaching a few other patches that I made while debugging the first problem. It didn't seem worth it to raise new bugs for each, but I kept them separate to make their intent obvious. If necessary I'll resubmit them all in one patch file.
Created attachment 156713 [details] Ebuild for all the patches Also attaching an ebuild which applies all the patches.
in portage. Thanks for the bug report and patches.