1

I am having trouble changing my login screen background. I can select the default wallpaper, the Kde-default one, but whenever I select my own custom wallpaper, there is no image, just a solid color. Normally, I would just ignore it, but the thing that bugs me is that this is a fresh install of Kubuntu 12.04 64bit, and the OS before this one, the one which I overwrote, had no trouble using the exact same image as the background.

Settings

In the System Settings application, Login Screen settings, Background tab, enable background, Under "Background", selected Picture, under options, selected Position: Scaled. Colors: Single Color. Blending: No Blending.

Anwar
  • 77,855
drdrez
  • 373

1 Answers1

2

Error messages

Try to launch the KDM login manager configuration module from the konsole ( How to launch Configure Kde control module by command line? )

with the command:

kcmshell4 kdm

Can the KDE make a thumbnail from you picture ?

Wrong extension ?

The KDE is looking the image file extension not what is in the file.

Example changing the picture file extension from the jpg to the png.

The Dolphin can't make the thumbnail:

enter image description here

and the KDM can't use the picture with the wrong extension.

Error message:

kcmshell(2652) KBackgroundRenderer::doWallpaper: failed to load wallpaper "/home/user26687/Templates/kubuntu-wallpaper-v1c.png"

enter image description here

File permissions

(If this is a file permission problem as the Dirk Hartzer Waldeck suggests.)

File manager (Dolphin) right click the file > Properties > Permissions tab

enter image description here

If the file is owned by the root you could change the access permissions or the file owner by launching the file manager with the root rights ( https://help.ubuntu.com/community/RootSudo ):

kdesudo dolphin

Another option is to install the kde service menu: http://kde-look.org/content/show.php/Root+Actions+Servicemenu?content=48411 and use it.

Ubuntu community wiki to set/change file permissions: https://help.ubuntu.com/community/FilePermissions .

user26687
  • 15,174