mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 13:38:45 +02:00
More s/fedora// work
This commit is contained in:
parent
3493c2919f
commit
895c827a9f
2 changed files with 7 additions and 7 deletions
|
|
@ -152,7 +152,7 @@ on_show_splash (state_t *state)
|
|||
{
|
||||
ply_trace ("Showing splash screen");
|
||||
state->boot_splash = start_boot_splash (state,
|
||||
PLYMOUTH_PLUGIN_PATH "spinfinity.so");
|
||||
PLYMOUTH_PLUGIN_PATH "fade-in.so");
|
||||
|
||||
if (state->boot_splash == NULL)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* fedora-fade-in.c - boot splash plugin
|
||||
/* fade-in.c - boot splash plugin
|
||||
*
|
||||
* Copyright (C) 2007, 2008 Red Hat, Inc.
|
||||
*
|
||||
|
|
@ -100,11 +100,11 @@ create_plugin (void)
|
|||
plugin = calloc (1, sizeof (ply_boot_splash_plugin_t));
|
||||
plugin->start_time = 0.0;
|
||||
|
||||
plugin->logo_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fedora-fade-in/fedora-logo.png");
|
||||
plugin->star_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fedora-fade-in/star.png");
|
||||
plugin->lock_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fedora-fade-in/lock.png");
|
||||
plugin->bullet_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fedora-fade-in/bullet.png");
|
||||
plugin->entry_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fedora-fade-in/entry.png");
|
||||
plugin->logo_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fade-in/fedora-logo.png");
|
||||
plugin->star_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fade-in/star.png");
|
||||
plugin->lock_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fade-in/lock.png");
|
||||
plugin->bullet_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fade-in/bullet.png");
|
||||
plugin->entry_image = ply_image_new (PLYMOUTH_IMAGE_DIR "fade-in/entry.png");
|
||||
plugin->stars = ply_list_new ();
|
||||
|
||||
return plugin;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue