Ahh.. found the answer to my question.
Here's how to get rid of most of plymouth, and thereby get rid of most of the problems it causes, including this launchpad entried and numerous others:
dpkg --get-selections| awk '/^plymouth-theme/{print $1}' | xargs sudo apt-get purge
Cheers
Ahh.. found the answer to my question.
Here's how to get rid of most of plymouth, and thereby get rid of most of the problems it causes, including this launchpad entried and numerous others:
dpkg --get-selections| awk '/^plymouth- theme/{ print $1}' | xargs sudo apt-get purge
Cheers