Login sound plays when 'Play login sound' is un-checked
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gdm (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: gdm
Bug appears to be due to the GUI representing the wrong default value. If there is no gconf key set for /desktop/
To reproduce:
# Unset the config key
$ sudo -u gdm gconftool-2 --unset /desktop/
# gconf will now report true by default
$ sudo -u gdm gconftool-2 --get /desktop/
true
# However the call used by the ubuntu patched GDM will return 'no value'
$ sudo gconftool-2 --direct -g /desktop/
No value set for `/desktop/
# Opening the 'System -> Administration -> Login Screen' will show 'Play Login Sound' as false
The file debian/
As a quick fix for users, simply checking and then unchecking the 'Play Login Sound' checkbox in the GUI will explicitly set the value to false, and the login drum sound should be disabled.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gdm 2.30.5-0ubuntu4
ProcVersionSign
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Tue Nov 16 22:25:35 2010
ProcEnviron:
PATH=(custom, user)
LANG=en_NZ.utf8
SHELL=/bin/bash
SourcePackage: gdm
Changed in gdm (Ubuntu): | |
status: | New → Triaged |
importance: | Low → Medium |
tags: | added: natty |
thank you for your bug report, is that still an issue?