The problem is not the available sounds after login, but the sounds to indicate<br><br>a) The logon screen is available (boot is completed)<br>b) Your logon or password is invalid<br><br>Leslie<br><br><b><i>Matthias Clasen <mclasen@redhat.com></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On Wed, 2008-05-07 at 18:10 -0700, Leslie Satenstein wrote:<br>> I raised this issue with Fedora8, (sound when ready to perform logon).<br>> <br>> Need to wait and wait until I am sure that system is up. <br>> <br><br>Have you tried what I proposed in some bug ? In F9, it should be easy to<br>add a desktop file to /usr/share/gdm/autostart/LoginWindow that calls<br>some noise-making command. Maybe not an ideal solution, but it should<br>work, I think. In fact, I just tried it with a little script that does<br><br>sleep 1<br>aplay /usr/share/sounds/info.wav<br><br>and it made a
 sound.<br><br>The desktop file should look roughly like this:<br><br>[Desktop Entry]<br>Encoding=UTF-8<br>Name=Noise<br>Exec=/tmp/noise<br><br><br><br>-- <br>fedora-test-list mailing list<br>fedora-test-list@redhat.com<br>To unsubscribe: <br>https://www.redhat.com/mailman/listinfo/fedora-test-list<br></blockquote><br>