Skip to content

Text and details splash fixes

3 fixes for the text and detail splashes:

  1. Fix ply_text_display_clear_screen () being a no-op when tracing to a file (with "plymouth.debug=stream:...") making a mess of the console/terminal because it never gets cleared (commits 1-3)
  2. Fix the "text"/"tribar" hide functions clearing the console to their own background color (e.g. grey) instead of clearing the console to black (commits 4 & 5)
  3. Fix the replayed log messages being append to the previous replayed log messages when switching between a graphical splash and the details splash multiple times

Merge request reports