From f3b0031ba6ecccede9db5b9c6ee9c14c58532abc Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 6 Jun 2007 17:09:41 -0400 Subject: [PATCH] try to run fedora-fade-in.so from current directory --- src/ply-boot-splash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }