The wait_for_wm function from libexec/functions fails on Solaris where seq is not present. > wait_for_wm() > { > for i in `seq 30`; do > if has_ewmh_wm; then > return 0 > fi > > sleep 1 > done > return 1 > } Suggested solution: Use the bash construct {0..30} rather than invoking `seq 30`.
Fixed in r28774.
No errors on session startup with build 4311.