* etc/xdg/lubuntu/lxdm/lxdm.conf:
- Update with version in lxdm 0.4.0.
This commit is contained in:
parent
cd1f247b72
commit
1aba200506
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -15,8 +15,10 @@ lubuntu-default-settings (0.20) UNRELEASED; urgency=low
|
|||||||
- Don't autostart nm-applet, should be autostarted automaticly.
|
- Don't autostart nm-applet, should be autostarted automaticly.
|
||||||
- Use xfce4-power-manager instead of gnome-power-manager which depends now
|
- Use xfce4-power-manager instead of gnome-power-manager which depends now
|
||||||
on gnome-settings-daemon.
|
on gnome-settings-daemon.
|
||||||
|
* etc/xdg/lubuntu/lxdm/lxdm.conf:
|
||||||
|
- Update with version in lxdm 0.4.0.
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Sun, 19 Jun 2011 13:19:13 +0200
|
-- Julien Lavergne <gilir@ubuntu.com> Thu, 28 Jul 2011 23:36:41 +0200
|
||||||
|
|
||||||
lubuntu-default-settings (0.19) natty; urgency=low
|
lubuntu-default-settings (0.19) natty; urgency=low
|
||||||
|
|
||||||
|
@ -1,21 +1,55 @@
|
|||||||
[base]
|
[base]
|
||||||
|
## uncomment and set autologin username to enable autologin
|
||||||
# autologin=dgod
|
# autologin=dgod
|
||||||
|
|
||||||
|
## uncomment and set timeout to enable timeout autologin,
|
||||||
|
## the value should >=5
|
||||||
|
# timeout=10
|
||||||
|
|
||||||
|
## default session or desktop used when no systemwide config
|
||||||
session=/usr/bin/startlubuntu
|
session=/usr/bin/startlubuntu
|
||||||
|
|
||||||
|
## uncomment and set to set numlock on your keyboard
|
||||||
# numlock=0
|
# numlock=0
|
||||||
|
|
||||||
|
## set this if you don't want to put xauth file at ~/.Xauthority
|
||||||
|
# xauth_path=/tmp
|
||||||
|
|
||||||
|
## greeter used to welcome the user
|
||||||
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
|
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
# arg=/usr/bin/X -nr vt1
|
## arg used to start xserver, not fully function
|
||||||
|
# arg=/usr/bin/X -background vt1
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
## gtk theme used by greeter
|
||||||
gtk_theme=Clearlooks
|
gtk_theme=Clearlooks
|
||||||
|
|
||||||
|
## background of the greeter
|
||||||
|
bg=/usr/share/backgrounds/default.png
|
||||||
|
|
||||||
|
## if show bottom pane
|
||||||
bottom_pane=1
|
bottom_pane=1
|
||||||
|
|
||||||
|
## if show language select control
|
||||||
lang=1
|
lang=1
|
||||||
|
|
||||||
|
## if show keyboard layout select control
|
||||||
|
keyboard=0
|
||||||
|
|
||||||
|
## the theme of greeter
|
||||||
theme=Lubuntu
|
theme=Lubuntu
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
[userlist]
|
[userlist]
|
||||||
|
## if disable the user list control at greeter
|
||||||
disable=0
|
disable=0
|
||||||
|
|
||||||
|
## whitelist user
|
||||||
white=
|
white=
|
||||||
|
|
||||||
|
## blacklist user
|
||||||
black=
|
black=
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user