Comment 60 for bug 214370

Revision history for this message
Rod Davis (ahylianhuman) wrote :

I believe this is definitely something to do with the sound server being shut off too quickly; I tried using the "play" command from the sox package, and it still doesn't work (even on logout).

Here's my current /etc/gdm/PostSession/Default

#!/bin/sh
play /usr/share/sounds/ubuntu/stereo/desktop-logout.ogg
sleep 5s
exit 0

I added the sleep 5s to see if that would help, but it did not.