diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-06 17:09:41 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-06 17:09:41 -0400 |
| commit | f3b0031ba6ecccede9db5b9c6ee9c14c58532abc (patch) | |
| tree | 8af564abca3c7ed015b9de3f39b2036ff9a871ea /src | |
| parent | 1cc0d920fc927bf4dc270af5d2aec80ba32cd8bc (diff) | |
| download | plymouth-f3b0031ba6ecccede9db5b9c6ee9c14c58532abc.tar.gz plymouth-f3b0031ba6ecccede9db5b9c6ee9c14c58532abc.tar.xz plymouth-f3b0031ba6ecccede9db5b9c6ee9c14c58532abc.zip | |
try to run fedora-fade-in.so from current directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/ply-boot-splash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index dce7f78..9a47f33 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; } |
