diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index dce7f789..9a47f333 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -230,12 +230,12 @@ main (int argc, loop = ply_event_loop_new (); - splash = ply_boot_splash_new ("fedora-fade-in.so"); + splash = ply_boot_splash_new ("./fedora-fade-in.so"); ply_boot_splash_attach_to_event_loop (splash, loop); if (!ply_boot_splash_show (splash)) { - perror ("could not start boot status daemon"); + perror ("could not show splash screen"); return errno; }