mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 13:08:07 +02:00
try to run fedora-fade-in.so from current directory
This commit is contained in:
parent
1cc0d920fc
commit
f3b0031ba6
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue