[Bug 1525699] Re: Error message "/sbin/plymouthd: not found" is shown on booting
BlackDragon
1525699 at bugs.launchpad.net
Mon Jul 25 13:46:11 UTC 2016
Ubuntu 16 changes the location of plymouth themes from
/lib/plymouth/themes to /usr/share/plymouth/themes and so all of the
theme install scripts that assumed the previous layout now install to
the wrong location.
Hope this time it work! here are the steps :
apt-get install plymouth-themes
ls -ltrd /lib/plymouth/themes
ls -ltrd /usr/share/plymouth/themes
move all themes directories to /usr/share/plymouth/themes:
cd /lib/plymouth/themes
Replace <theThemeDirectory> with the name of your theme directory:
mv <theThemeDirectory> /usr/share/plymouth/themes
within your themes directories ,there are always 2 files in it yourthemename-logo.script yourthemename.plymouth those files contain the old directory /lib/plymouth/
replace the path /lib/ with the new path /usr/share/ thats all .
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to plymouth in Ubuntu.
https://bugs.launchpad.net/bugs/1525699
Title:
Error message "/sbin/plymouthd: not found" is shown on booting
Status in plymouth package in Ubuntu:
Confirmed
Bug description:
I'm using Ubuntu 16.04 dev with plymouth 0.9.2-3ubuntu5 and on booting
I'm seeing the error message "/sbin/plymouthd: not found" (it gets not
logged so I'm not sure about the full output).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1525699/+subscriptions
More information about the foundations-bugs
mailing list