Comment 2 for bug 1460303

Revision history for this message
Mélodie (meets) wrote :

Hi,

I reinstalled fresh the packages "lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings", removed nodm, after reboot, the login screen is plain black as it is expected to be, and the file "/etc/lightdm/lightdm-gtk-greeter.conf" looks this way:
*****
# LightDM GTK+ Configuration
# Available configuration options listed below.
#
# Appearance:
# theme-name = GTK+ theme to use
# icon-theme-name = Icon theme to use
# background = Background file to use, either an image path or a color (e.g. #772953)
# user-background = false|true ("true" by default") Display user background (if available)
# transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
# transition-type = ease-in-out|linear|none ("ease-in-out" by default)
#
# Fonts:
# font-name = Font to use
# xft-antialias = false|true Whether to antialias Xft fonts
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
# xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
# xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
#
# Login window:
# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor.
# position = x y ("50% 50%" by default) Login window position
# default-user-image = Image used as default user icon, path or #icon-name
# hide-user-image = false|true ("false" by default)
#
# Panel:
# panel-position = top|bottom ("top" by default)
# show-clock = false|true ("false" by default)
# clock-format = strftime-format string, e.g. %H:%M
# show-indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
#
# Accessibility:
# a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
# keyboard = command to launch on-screen keyboard (e.g. "onboard")
# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default)
# reader = command to launch screen reader (e.g. "orca")
#
# Security:
# allow-debugging = false|true ("false" by default)
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
#
# Template for per-monitor configuration:
# [monitor: name]
# background = overrides default value
# user-background = overrides default value
# laptop = false|true ("false" by default) Marks monitor as laptop display
#
[greeter]
background=/usr/share/backgrounds/warty-final-ubuntu.png
theme-name=Ambiance
icon-theme-name=LoginIcons
font-name=Ubuntu 11
xft-antialias=true
xft-dpi=96
xft-hintstyle=slight
xft-rgba=rgb
show-indicators=~host;~spacer;~session;~language;~a11y;~clock;~power;
show-clock=true
clock-format=%d %b, %H:%M

*****

Now I want it to use /usr/share/bento/backgrounds/background.jpg (which is in my system) and use Clearlooks-Phenix theme (also in my system). So I will try to set it up with lightdm-gtk-greeter-settings.

lightdm-gtk-greeter.conf file after using lightdm-gtk-greeter-settings:
*****
[greeter]
background = /usr/share/bento/backgrounds/background.jpg
theme-name = Clearlooks-Phenix
icon-theme-name = LoginIcons
font-name = Ubuntu 11
xft-antialias = true
xft-dpi = 96
xft-hintstyle = hintnone
xft-rgba = rgb
show-indicators = ~host;~spacer;~session;~language;~a11y;~clock;~power;
show-clock = true
clock-format = %d %b, %H:%M

*****

And screenshots of the lightdm-gtk-greeter-settings first tab before, and after:
http://hpics.li/4fe3f04

http://hpics.li/e9da1b6