This bug affects me, too. dpkg -l |grep libgtk-3-dev ii libgtk-3-dev 3.4.2-0ubuntu0.4 development files for the GTK+ library
// Copied and pasted from: http://developer.gnome.org/gtkmm-tutorial/unstable/sec-basics-simple-example.html.en #include <gtkmm.h> int main(int argc, char* argv[]) { Glib::RefPtr<Gtk::Application> app = Gtk::Application::create(argc, argv, "org.gtkmm.examples.base"); Gtk::Window window; return app->run(window); } Compiles fine with: g++ test.cpp -o test `pkg-config gtkmm-3.0 --cflags --libs` When I run it: ./test (test:4670): GLib-GIO-CRITICAL **: g_application_list_actions: assertion `application->priv->is_registered' failed Segmentation fault (core dumped) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1046469 Title: Please update to gtkmm 3.4.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtkmm3.0/+bug/1046469/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs