Comment 9 for bug 439284

Revision history for this message
David Barth (dbarth) wrote :

Just use that in the patch that hooks xsplash into the gdm startup files:

if grep -qs splash /proc/cmdline && [ -x `/usr/bin/xsplash' ]; then
...

in both /etc/gdm/Init/Default and /etc/gdm/PreSession/Default

Cody: can you update the patch?