source: trunk/debathena/config/lightdm-config/debian/debathena-lightdm-greeter.ini @ 25699

Revision 25699, 1.3 KB checked in by jdreed, 12 years ago (diff)
In lightdm-config: * Append the codename to the motd filename, if possible * Pick a less stupid default motd filename
Line 
1# Config file for debathena-lightdm-greeter
2# Any invalid values will be overridden with compile-time defaults
3[Greeter]
4# Minimum uid required to log in (integer)
5minimum_uid=1
6# File whose presence determines that logins should be disabled
7nologin_file=/var/run/athena-nologin
8# Background Image
9# Must be in a format supported by gdk_pixbuf_new_from_file()
10# Will be scaled to the background size using bilinear interpolation
11background_image=/usr/share/debathena-lightdm-config/background.jpg
12# Logo frames are constructed from the base file, and
13# extra_logo_frames additional files.  Additional filenames are
14# constructed by adding an integer (1..extra_logo_frames) to the end
15# of the base portion of the filename.  Extensions, if any, are
16# stripped off before adding the integer.
17# e.g. debathena.png, debathena1.png, debathena2.png, etc
18base_logo_file=/usr/share/debathena-lightdm-config/debathena.png
19extra_logo_frames=8
20# A MOTD file to display at the bottom of the greeter
21# Will be truncated to 10 lines, 80 characters per line
22motd_filename=/afs/athena.mit.edu/system/config/motd/login.debathena
23# Append a period and the output of "lsb_release -c" to the motd
24# filename?  (If appending fails, it will fallback to motd_filename)
25append_codename_to_motd=true
26# Do you require your time to be measured in seconds? (boolean)
27time_pedantry=true
Note: See TracBrowser for help on using the repository browser.