-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marco Pesenti Gritti wrote: > On Sat, 2007-03-03 at 16:32 -0500, Andrew Clunis wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hey folks, >> >> I volunteered to whip up a CD (with qemu and the ext3 image) for the GDC >> conference, but alas, I didn't save the instructions Marco gave me on >> IRC that fix the issue where qemu's lack of a camera makes the Intro >> screen refuse to advance. >> >> Anyone have this for me? >> > > shell/intro/intro.py > > try: > import glive > self._video = glive.LiveVideoSlot(_VIDEO_WIDTH, _VIDEO_HEIGHT) > except ImportError: > self._video = IntroFallbackVideo() > > I think you want to be using IntroFallbackVideo() on qemu. Dan might > have ideas for a proper fix, otherwise I guess you can just hack it up. > > Marco >
Awesome, many thanks! also, in case I have problems, how do I find the logs of any tracebacks that happen from this code? - -- Regards, Andrew Clunis -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF6ewcALkUMXSNow8RAiTtAJsHH+BafMlOO19ISTW3t9nr5LKeGwCdGJpE NJY2vi6m9r5aWwXIBxkMKPA= =pxLe -----END PGP SIGNATURE----- _______________________________________________ Sugar mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/sugar
