** Attachment added: "Quoting of file parameter" http://launchpadlibrarian.net/18426669/gdmplay.patch
** Description changed: Binary package hint: gdm I'm testing Ubuntu 8.10. The package currently installed is gdm 2.20.8-0ubuntu2. The problem lies in the /usr/lib/gdmplay script, which uses an unquoted file name. Original source: #!/bin/sh /usr/bin/aplay -q -N $@ 2> /dev/null Changed source: #!/bin/sh /usr/bin/aplay -q -N "$@" 2> /dev/null - I tested the change, and now it plays all sounds correctly. I'd hope I attached the patch correctly. + I tested the change, and now it plays all sounds correctly. I hope I attached the patch correctly. ** Tags added: gdm -- GDM can't play sounds with spaces in the name https://bugs.launchpad.net/bugs/281518 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
