* etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf:
- Use Lubuntu default icon theme.
This commit is contained in:
parent
1bfa0e7bcd
commit
34fa35756f
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
lubuntu-default-settings (0.29) UNRELEASED; urgency=low
|
lubuntu-default-settings (0.29) UNRELEASED; urgency=low
|
||||||
|
|
||||||
*
|
* etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf:
|
||||||
|
- Use Lubuntu default icon theme.
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Sun, 15 Jul 2012 11:11:42 +0200
|
-- Julien Lavergne <gilir@ubuntu.com> Sun, 15 Jul 2012 11:11:42 +0200
|
||||||
|
|
||||||
|
@ -1,20 +1,23 @@
|
|||||||
#
|
#
|
||||||
|
# logo = Logo file to use, either an image absolute path, or a path relative to the greeter data directory
|
||||||
# background = Background file to use, either an image path or a color (e.g. #772953)
|
# background = Background file to use, either an image path or a color (e.g. #772953)
|
||||||
# show-language-selector (true or false)
|
|
||||||
# theme-name = GTK+ theme to use
|
# theme-name = GTK+ theme to use
|
||||||
|
# icon-theme-name = Icon theme to use
|
||||||
# font-name = Font to use
|
# font-name = Font to use
|
||||||
# xft-antialias = Whether to antialias Xft fonts (true or false)
|
# xft-antialias = Whether to antialias Xft fonts (true or false)
|
||||||
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
|
# 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-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
|
||||||
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
|
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
|
||||||
# ui-path = Path of the .ui definition
|
# show-language-selector (true or false)
|
||||||
#
|
#
|
||||||
[greeter]
|
[greeter]
|
||||||
|
#logo=
|
||||||
background=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
background=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
|
||||||
show-language-selector=true
|
|
||||||
theme-name=Lubuntu-default
|
theme-name=Lubuntu-default
|
||||||
|
icon-theme-name=lubuntu
|
||||||
font-name=Ubuntu
|
font-name=Ubuntu
|
||||||
xft-antialias=true
|
xft-antialias=true
|
||||||
#xft-dpi=
|
#xft-dpi=
|
||||||
xft-hintstyle=hintfull
|
xft-hintstyle=hintfull
|
||||||
xft-rgba=rgb
|
xft-rgba=rgb
|
||||||
|
show-language-selector=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user