ubuntu start up sound
Hi
could you please tell me how to reduce or disable ubuntu start up sound!?
thanks for the answer!
John
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu gdm Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- marcus aurelius
- Solved:
- 2011-05-06
- Last query:
- 2011-05-06
- Last reply:
- 2011-05-05
Sadiq Huq (sadiqhuq) said : | #1 |
Hi,
Source : http://
Two ways to disable; the first is from another blog that I like better:
press ALT+F2 and type into the Run dialog: gksu gconf-editor
navigate to: /apps/gdm/
untick the active key in order to disable the login ready drums sound
restart completely (easy way) or restart just GDM (hard way)
The second way is a little more brute force, renaming the symlink to the audio file:
- open a terminal and type:
$ cd /usr/share/
$ sudo mv system-ready.ogg NOsystem-ready.ogg
I have 64bit Natty, the second method worked for me.
Sadiq.
|
#2 |
click on system>
then click system>
John Kelly (lioganach) said : | #3 |
thanks a million
John Kelly (lioganach) said : | #4 |
On 05/05/11 23:43, Sadiq Huq wrote:
> Your question #156172 on Ubuntu changed:
> https:/
>
> Status: Open => Answered
>
> Sadiq Huq proposed the following answer:
> Hi,
>
> Source : http://
> sound-in-
>
> Two ways to disable; the first is from another blog that I like better:
>
> press ALT+F2 and type into the Run dialog: gksu gconf-editor
> navigate to: /apps/gdm/
> untick the active key in order to disable the login ready drums sound
> restart completely (easy way) or restart just GDM (hard way)
>
> The second way is a little more brute force, renaming the symlink to the
> audio file:
>
> - open a terminal and type:
>
> $ cd /usr/share/
> $ sudo mv system-ready.ogg NOsystem-ready.ogg
>
> I have 64bit Natty, the second method worked for me.
>
> Sadiq.
>
thanks a million Sadiq
John