pulseaudio should not load module-x11-bell in gnome-shell
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pulseaudio (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Disco |
Fix Released
|
Low
|
Unassigned |
Bug Description
* Impact
The package force load a bell sound which can conflicts with the user configuration
* Test case
- Enable a login sound in session
- Login into a GNOME/Ubuntu session
-> the configured sound should be played
* Regression potential
Try other desktop environments to make sure their login sound behaviour isn't changed, it shouldn't since the customization dropped was specific to the Ubuntu sound theme
-------------------
The package `pulseaudio` installs a startup script in `/etc/xdg/
which itself runs `/usr/bin/
which loads a number of x11 related modules in `pulseaudio`.
One of these modules is `module-x11-bell`,
which makes `pulseaudio` play a sound each time a system bell is emitted
(usually by terminal applications, such as bash or vim).
This is redundant with gnome-shell, which is also able to handle the system bell
(through the gsetting key `org.gnome.
The gnome system bell is directly configurable by the user (Settings > Sound),
so it should be preferred over pulseaudio's own system bell.
I suggest to patch the `/usr/bin/
to avoid loading `start-
(e.g. if GNOME_SHELL_
affects: | launchpad → pulseaudio (Ubuntu) |
description: | updated |
Changed in pulseaudio (Ubuntu Disco): | |
importance: | Undecided → Low |
Thank you for your bug report, indeed that line is an old Ubuntu diff and should probably be removed, I'm going to do that in the next upload