adi1090x / plymouth-themes

A huge collection (80+) of plymouth themes ported from android bootanimations
GNU General Public License v3.0
1.72k stars 114 forks source link

/usr/lib64/plymouth/script.so does not exist #2

Closed ptrnull closed 4 years ago

ptrnull commented 4 years ago

When calling plymouth-set-default-theme to set the plymouth theme In FC31 it gives an error If the package plymouth-plugin-script is not installed.

$ sudo plymouth-set-default-theme -R abstract_ring
/usr/lib64/plymouth/script.so does not exist

A note should be included in the installing section advising about that case.

How to fix it: $ sudo dnf install plymouth-plugin-script -y

adi1090x commented 4 years ago

done, thanks.