mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 11:58:08 +02:00
main: load /usr/share/plymouth/plymouthd.defaults not plymouthd.conf
When i deduplicated code a few commits back, I made a cut-and-paste error and used the wrong file name for distro policy
This commit is contained in:
parent
293e37ed93
commit
4a9c021d28
1 changed files with 2 additions and 2 deletions
|
|
@ -417,9 +417,9 @@ find_distribution_default_splash (state_t *state)
|
|||
if (state->distribution_default_splash_path != NULL)
|
||||
return;
|
||||
|
||||
if (!load_settings (state, PLYMOUTH_POLICY_DIR "plymouthd.conf", &state->distribution_default_splash_path))
|
||||
if (!load_settings (state, PLYMOUTH_POLICY_DIR "plymouthd.defaults", &state->distribution_default_splash_path))
|
||||
{
|
||||
ply_trace ("failed to load " PLYMOUTH_POLICY_DIR "plymouthd.conf");
|
||||
ply_trace ("failed to load " PLYMOUTH_POLICY_DIR "plymouthd.defaults");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue