Comment 8 for bug 366404

Revision history for this message
James Westby (james-w) wrote : Re: Unable to play sound on the second X-server

Hi,

So, what I think happens is that ck creates a session for you on
the text console. You then launch and X session from it, and switch
to it, away from the VT that the session is associated with, so
it thinks there are no active sessions.

You can try running

  $ ck-launch-session xinit /usr/bin/xterm -- :1

or

  $ xinit ck-launch-session /usr/bin/xterm -- :1

to force a new session.

Fixing this properly would require nested session support in ck I think.

Thanks,

James