It appears the crash originates from 0007-sound-Allow-volume-to-be-set-
above-100.patch

@@ -276,12 +285,23 @@ cc_sound_panel_init (CcSoundPanel *self)
                            G_CONNECT_SWAPPED);
   allow_amplified_changed_cb (self);

+  if (strstr (g_getenv("XDG_CURRENT_DESKTOP"), "ubuntu") != NULL) {
+    gtk_widget_set_visible(self->ubuntu_output_frame, TRUE);
+    gtk_widget_set_visible(GTK_WIDGET (self->output_volume_slider), FALSE);
+    g_settings_bind (self->sound_settings, "allow-volume-above-100-percent",


** Changed in: gnome-control-center (Ubuntu)
       Status: Confirmed => Triaged

** Tags added: focal rls-ff-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1892486

Title:
  gnome-control-center crashed with SIGSEGV in strstr(NULL, "ubuntu")
  from cc_sound_panel_init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1892486/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to