summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 0877502..01d82d8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -407,6 +407,12 @@ main (int argc,
if (state.boot_splash == NULL)
{
+ state.boot_splash = start_boot_splash (&state,
+ PLYMOUTH_PLUGIN_PATH "text.so");
+ }
+
+ if (state.boot_splash == NULL)
+ {
ply_error ("could not start boot splash: %m");
return EX_UNAVAILABLE;
}