← Back to team overview

desktop-packages team mailing list archive

[Bug 883677] Re: Changing the default alert sound breaks desktop sound theme

 

Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command, as it will automatically gather debugging information, in a terminal:
apport-collect    883677
When reporting bugs in the future please use apport by using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/883677

Title:
  Changing the default alert sound breaks desktop sound theme

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  1) Open a terminal, dconf-editor, and the Sound Configuration window.
  2) Navigate to org.gnome.desktop.sound in dconf-editor. The value for the key named "theme-name" should be "ubuntu"
  3) In the terminal, run the command:
       /usr/bin/canberra-gtk-play --id="dialog-question"
       You will hear the expected "drum beat" question sound.
  4) Click on "Bark" in the Sound Configuration window to change the alert sound.
       a) You will notice that the theme-name in dconf-editor has changed to "_custom"
  5) In the terminal, run this command again:
       /usr/bin/canberra-gtk-play --id="dialog-question"
       You will hear no sound and see the message "Failed to play sound: File or data not found"
  6) Change the alert sound back to "Default" in the Sound Configuration window.
       a) You will notice that the theme-name in dconf-editor has changed to "freedesktop"
  7) In the terminal, run this command again:
       /usr/bin/canberra-gtk-play --id="dialog-question"
       You will hear no sound and see the message "Failed to play sound: File or data not found"

  In order to get Ubuntu's sound theme back, you have to manually change
  the value of theme-name in dconf to "ubuntu".

  Expected behavior:

  1) When changing alert sound back to "Default," the value of "theme-name" in dconf should revert to "ubuntu", not "freedesktop".
  2) When choosing an alert sound other than "Default", users will not reasonably expect that many of their other system sounds will disappear. Only the alert sound itself should change.

  More ideally, the selection should be among entire sound *themes*,
  like the moblin theme which is available in the repos.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/883677/+subscriptions


References