diff --git a/debian/changelog b/debian/changelog index fee5f06..56eaf27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ lubuntu-default-settings (0.29) UNRELEASED; urgency=low * usr/share/lubuntu/lightdm-gtk-greeter: - Add a specific .ui definition for lightdm-gtk-greeter. + * etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf: + - Add the path for the new .ui definition. -- Julien Lavergne Sun, 15 Jul 2012 11:11:42 +0200 diff --git a/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf b/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf index 2ce68af..ca5709b 100644 --- a/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf +++ b/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf @@ -7,6 +7,7 @@ # xft-dpi = Resolution for Xft in dots per inch (e.g. 96) # xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull) # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr) +# ui-path = Path of the .ui definition # [greeter] background=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png @@ -17,3 +18,4 @@ xft-antialias=true #xft-dpi= xft-hintstyle=hintfull xft-rgba=rgb +ui-path=/usr/share/lubuntu/lightdm-gtk-greeter/greeter.ui