https://bugzilla.novell.com/show_bug.cgi?id=664793 https://bugzilla.novell.com/show_bug.cgi?id=664793#c20 --- Comment #20 from David Sterba <dsterba@suse.com> 2011-09-07 13:33:39 CEST --- So it's problem with directfb and fonts: int splashy_start_splash () { .. if (init_font () < 0) { splashy_stop_splash (); return -10; } .. } disabling font init does not crash anymore and is not needed for the default theme. --- src/splashy_video.c 2008-12-24 17:14:55.000000000 +0100 +++ src/splashy_video.c.nofont 2011-09-07 13:17:59.873000244 +0200 @@ -1316,6 +1316,7 @@ splashy_start_splash () draw_progressbar (); +/* if (init_font () < 0) { splashy_stop_splash (); @@ -1323,6 +1324,7 @@ splashy_start_splash () } start_text_area (); +*/ return 0; } Fine for me and I'm very glad my son will not be disappointed by not seeing the penguing during suspend. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.