Announcement

Collapse
No announcement yet.

image missing behind splash screen on suspend/restart/shutdown

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    image missing behind splash screen on suspend/restart/shutdown

    Greetings,
    I changed the login and splash screens without issue using the following instructions ... https://www.kubuntuforums.net/showthread.php?t=71093.
    I now have a white screen behind the splash screen during suspend/restart/shutdown but the chosen image still appears on the login splash screen. I recently removed Nvidia drivers and applied the latest release updates, and am guessing this may have something to do with my issue. Found some information that suggests this my be an issue with Plymouth but could not find any definitive answers and do not know enough about Plymouth to tinker.

    Splash.qml is pointing to the correct image ...

    import QtQuick 2.2

    Image {
    id: root
    source: "../components/artwork/background.png"
    fillMode: Image.PreserveAspectCrop

    Any assistance is greatly appreciated. Thanks.
Working...
X