Comment 1 for bug 779742

Revision history for this message
JC Hulce (soaringsky) wrote :

Per Chris Gummin, this is a fix:
Line 1 should be: # UGR Super Plymouth theme

Lines 36-40 should be:
36 if (Plymouth.GetMode() == "suspend" || Plymouth.GetMode() == "resume") {
37 background.original_image = ImageNew("suspend.png");
38 Window.SetBackgroundTopColor(1, 0, 0);
39 Window.SetBackgroundBottomColor(0, 1, 0);
40 }

Line 41 should be blank, Remove 42-51.

Will test in dev channel shortly.