Update lightdm-gtk-greeter config file with the new options.
This commit is contained in:
parent
b53a1b605c
commit
e11c685e88
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -8,6 +8,7 @@ lubuntu-default-settings (0.44) UNRELEASED; urgency=medium
|
|||||||
- Install xfce4 specific settings.
|
- Install xfce4 specific settings.
|
||||||
* src/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf:
|
* src/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf:
|
||||||
- Move the lightdm-gtk-greeter config file to the new location.
|
- Move the lightdm-gtk-greeter config file to the new location.
|
||||||
|
- Update lightdm-gtk-greeter config file with the new options.
|
||||||
* src/etc/xdg/lubuntu/lightdm:
|
* src/etc/xdg/lubuntu/lightdm:
|
||||||
- Remove the old location of lightdm-gtk-greeter config file.
|
- Remove the old location of lightdm-gtk-greeter config file.
|
||||||
* debian/lubuntu-default-settings.dirs
|
* debian/lubuntu-default-settings.dirs
|
||||||
|
@ -1,18 +1,48 @@
|
|||||||
|
# LightDM GTK+ Configuration
|
||||||
|
# Available configuration options listed below.
|
||||||
#
|
#
|
||||||
# logo = Logo file to use, either an image absolute path, or a path relative to the greeter data directory
|
# Appearance:
|
||||||
# background = Background file to use, either an image path or a color (e.g. #772953)
|
# theme-name = GTK+ theme to use
|
||||||
# theme-name = GTK+ theme to use
|
# icon-theme-name = Icon 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)
|
||||||
# font-name = Font to use
|
# user-background = false|true ("true" by default) Display user background (if available)
|
||||||
# xft-antialias = Whether to antialias Xft fonts (true or false)
|
# transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
|
||||||
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
|
# transition-type = ease-in-out|linear|none ("ease-in-out" by default)
|
||||||
# xft-hintstyle = What degree of hinting to use (none, slight, medium, or full)
|
#
|
||||||
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
|
# Fonts:
|
||||||
# show-language-selector (true or false)
|
# font-name = Font to use
|
||||||
# show-indicators = semi-colon ";" separated list of allowed indicator modules (e.g. libsoundmenu.so)
|
# xft-antialias = false|true Whether to antialias Xft fonts
|
||||||
# show-clock (true or false)
|
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
|
||||||
# clock-format = strftime-format string, e.g. %H:%M
|
# xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
|
||||||
# keyboard = command to launch on-screen keyboard
|
# 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. Can be a semicolon separated list
|
||||||
|
# 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)
|
||||||
|
# clock-format = strftime-format string, e.g. %H:%M
|
||||||
|
# indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". 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) Works only for "onboard"
|
||||||
|
# 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
|
||||||
|
# transition-duration = overrides default value
|
||||||
#
|
#
|
||||||
[greeter]
|
[greeter]
|
||||||
logo=/usr/share/icons/lubuntu/places/64/start-here.svg
|
logo=/usr/share/icons/lubuntu/places/64/start-here.svg
|
||||||
@ -24,7 +54,7 @@ xft-antialias=true
|
|||||||
#xft-dpi=
|
#xft-dpi=
|
||||||
xft-hintstyle=full
|
xft-hintstyle=full
|
||||||
xft-rgba=rgb
|
xft-rgba=rgb
|
||||||
show-language-selector=true
|
show-indicators=~host;~spacer;~clock;~spacer;~session;~language;~a11y;~power
|
||||||
#show-clock=
|
#show-clock=
|
||||||
#clock-format=
|
#clock-format=
|
||||||
#keyboard=
|
#keyboard=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user