- Package:
- libgtkmm-3.0-1v5
- Source:
- gtkmm3.0
- Description:
- C++ wrappers for GTK+ (shared libraries)
- Submitter:
- Martin Zobel-Helas
- Date:
- 2019-12-28 15:45:07 UTC
- Severity:
- important
When i press ctrl+w pavucontrol core dumps for me. Find the core file attached. Best regards, Martin
Control: reassign -1 libgtkmm-3.0-1v5 Control: affects -1 pavucontrol Control: retitle -1 Gtk::Main::quit() dumps core So, pavucontrol is crashing at Gtk::Main::quit(), which is deprecated. Switching to the non-deprecated Gtk::Application::quit() makes it go away. I suppose this means Gtk::Main::quit compat is borked, so assigning to gtkmm. I'm proposing upgrading of these deprecated methods in pavucontrol upstream anyway. Saludos