Comment 4 for bug 93338

Revision history for this message
Kurt J. Bosch (kujub-deactivatedaccount) wrote :

OK I changed
       if [ -z "$DISPLAY" ] && ! pidof usplash >/dev/null; then
to
       if ! ps -Af | grep -q 'bin/X.* vt$(fgconsole) ' && ! pidof usplash >/dev/null; then
in
 /etc/init.d/console-setup
here. Now it works with su - too.