Comment 4 for bug 618450

Revision history for this message
molostoff (molostoff) wrote :

Yep, should it redirected to kubuntu-ppa, according to http://www.kubuntu.org/news/kde-sc-45, or I have to repost bug again there?

I have temporarily fixed it:

pre-start script
    case "$JOB" in
    gdm|0kdm|ubiquity|oem-config)
        exit 0
        ;;
    *)
        exec /bin/plymouth quit
        ;;
    esac
end script