Custom desktop wallpaper isn't displayed in the greeter (12.4)

Bug #1014356 reported by Javier Lorenzana
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
unity-greeter (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Simple as that. If I choose one of the wallpapers bundled with Precise, it displays in the login screen. If I choose a custom image, it doesn't.

I'm choosing images from my "Images" directory (my OS is set to French), and their permissions are set to 775, or "-rw-rw-r--".

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage. You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit https://bugs.launchpad.net/ubuntu/+bug/1014356/+editstatus and add the package name in the text box next to the word Package.

[This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.]

tags: added: bot-comment
affects: ubuntu → lightdm (Ubuntu)
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in lightdm (Ubuntu):
status: New → Confirmed
Revision history for this message
Coeur Noir (coeur-noir) wrote :

Well, to get your personnal images displayed in lightdm, you have to copy them to

/usr/share/backgrounds

And you have to create or modify the file

personnal-wallpapers.xml

located in

/usr/share/gnome-background-properties

keeping this in mind :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
  <wallpaper>
    <name>my_personnal_picture_01</name>
    <filename>/usr/share/backgrounds/my_personnal_picture_01.zyx</filename>
    <options>zoom</options>
    <pcolor>#2c001e</pcolor>
    <scolor>#2c001e</scolor>
    <shade_type>solid</shade_type>
  </wallpaper>
  <wallpaper>
    <name>my_personnal_picture_02</name>
    <filename>/usr/share/backgrounds/my_personnal_picture_02.wvu</filename>
    <options>zoom</options>
    <pcolor>#2c001e</pcolor>
    <scolor>#2c001e</scolor>
    <shade_type>solid</shade_type>
  </wallpaper>
</wallpapers>

If you remove the line <options>...</options> you'll be prompted when setting your wallpaper what kind of display-mode you want to use (zoom, span, fill...)

The color here is a a very dark pink, almost black.

An easier, transparent or automatic way of doing that would be indeed very nice !

Mathew Hodson (mhodson)
affects: lightdm (Ubuntu) → unity-greeter (Ubuntu)
tags: removed: ubuntu
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.