gtkmm
C++ Interfaces for GTK and GNOME
C++ Interfaces for GTK and GNOME
See Where to report to submit new bugs or patches.
A good way to get involved.
As soon as a gtkmm patch has been clearly approved by a maintainer, anybody with git write access may apply it.
gdb ./proggy ; run ; *crash* ; where
If we can't solve the problem immediately then we might ask you to create a simple-as-possible example that actually builds. This helps us to isolate the problem, and proves that the problem is not caused by your own code.
There are many ways to use Git, but this is the simplest way to create a patch if you are unfamiliar with Git:
git diff -u > my_fix.patch
Always send a bug report:
If you know how to fix the bug, you can create a merge request instead of (or in addition to) an issue.