defaults.conf 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. # MDM System Defaults Configuration file.
  2. #
  3. # This file should not be updated by hand. Since GDM 2.13.0.4, configuration
  4. # choices in the MDM Custom Configuration file will override the default
  5. # values specified in this file. This MDM System Defaults Configuration file
  6. # may be overwritten on upgrade, so to ensure that your configuration choices
  7. # are not lost, please make sure that your changes are made only the MDM Custom
  8. # Configuration file. The MDM Custom Configuration file is found at the
  9. # following location:
  10. #
  11. # /etc/mdm/custom.conf
  12. #
  13. # If you were using an older version of MDM, your system may have the the older
  14. # mdm.conf configuration file on the system. If so, then this file is used
  15. # instead of the MDM Custom Configuration file for backwards support. If you
  16. # make changes to the MDM Custom Configuration file and they seem to not be
  17. # taking effect, this is likely the problem. Consider migrating your
  18. # configuration to the new configuration file and removing the mdm.conf file.
  19. #
  20. # You can use the mdmsetup program to graphically edit the mdm.conf-custom
  21. # file. Note that mdmsetup does not support every option in this file, just
  22. # the most common ones that users want to change. If you feel that mdmsetup
  23. # should support additional configuration options, please file a bug report at
  24. # http://bugzilla.gnome.org/.
  25. #
  26. # If you hand-edit the MDM configuration, you should run the following command
  27. # to get the MDM daemon to recognize the change. Any running MDM GUI programs
  28. # will also be notified to update with the new configuration.
  29. #
  30. # mdmflexiserver --command="UPDATE_CONFIG <configuration key>"
  31. #
  32. # e.g, the "Enable" key in the "[debug]" section would be "debug/Enable".
  33. #
  34. # You can also run mdm-restart or mdm-safe-restart to cause MDM to restart and
  35. # re-read the new configuration settings. You can also restart MDM by sending
  36. # a HUP or USR1 signal to the daemon. HUP behaves like mdm-restart and causes
  37. # any user session started by MDM to exit immediately while USR1 behaves like
  38. # mdm-safe-restart and will wait until all users log out before restarting MDM.
  39. #
  40. # For full reference documentation see the GNOME help browser under
  41. # GNOME|System category. You can also find the docs in HTML form on
  42. # http://www.gnome.org/projects/mdm/
  43. #
  44. # NOTE: Some values are commented out, but show their default values. Lines
  45. # that begin with "#" are considered comments.
  46. #
  47. # Have fun!
  48. [daemon]
  49. # Automatic login, if true the first attached screen will automatically logged
  50. # in as user as set with AutomaticLogin key.
  51. AutomaticLoginEnable=false
  52. AutomaticLogin=
  53. # Timed login, useful for kiosks. Log in a certain user after a certain amount
  54. # of time.
  55. TimedLoginEnable=false
  56. TimedLogin=
  57. TimedLoginDelay=30
  58. # The MDM configuration program that is run from the login screen, you should
  59. # probably leave this alone.
  60. #Configurator=/usr/sbin/mdmsetup --disable-sound --disable-crash-dialog
  61. # The chooser program. Must output the chosen host on stdout, probably you
  62. # should leave this alone.
  63. #Chooser=/usr/lib/mdm/mdmchooser
  64. # The greeter for attached (non-xdmcp) logins. Change mdmlogin to mdmgreeter
  65. # to get the new graphical greeter.
  66. #Greeter=/usr/lib/mdm/mdmlogin
  67. # The greeter for xdmcp logins, usually you want a less graphically intensive
  68. # greeter here so it's better to leave this with mdmlogin
  69. #RemoteGreeter=/usr/lib/mdm/mdmlogin
  70. # Launch the greeter with an additional list of colon separated GTK+ modules.
  71. # This is useful for enabling additional feature support e.g. GNOME
  72. # accessibility framework. Only "trusted" modules should be allowed to minimize
  73. # security holes
  74. AddGtkModules=true
  75. # By default, these are the accessibility modules.
  76. GtkModulesList=gail:atk-bridge:/usr/lib/gtk-2.0/modules/libdwellmouselistener:/usr/lib/gtk-2.0/modules/libkeymouselistener
  77. # Default path to set. The profile scripts will likely override this value.
  78. # This value will be overridden with the value from /etc/default/login if it
  79. # contains "ROOT=<pathvalue>".
  80. #DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin
  81. # Default path for root. The profile scripts will likely override this value.
  82. # This value will be overridden with the value from /etc/default/login if it
  83. # contains "SUROOT=<pathvalue>".
  84. #RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin
  85. # If you are having trouble with using a single server for a long time and want
  86. # MDM to kill/restart the server, turn this on. On Solaris, this value is
  87. # always true and this configuration setting is ignored.
  88. AlwaysRestartServer=true
  89. # User and group used for running MDM GUI applications. By default this is set
  90. # to user "mdm" and group "mdm". This user/group should have very limited
  91. # permissions and access to only the mdm directories and files.
  92. User=mdm
  93. Group=mdm
  94. # To try to kill all clients started at greeter time or in the Init script.
  95. # does not always work, only if those clients have a window of their own.
  96. #KillInitClients=true
  97. LogDir=/var/log/mdm
  98. # Note that a post login script is run before a PreSession script. It is run
  99. # after the login is successful and before any setup is run on behalf of the
  100. # user.
  101. PostLoginScriptDir=/etc/mdm/PostLogin/
  102. PreSessionScriptDir=/etc/mdm/PreSession/
  103. PostSessionScriptDir=/etc/mdm/PostSession/
  104. DisplayInitDir=/etc/mdm/Init
  105. # Distributions: If you have some script that runs an X server in say VGA
  106. # mode, allowing a login, could you please send it to me?
  107. #FailsafeXServer=
  108. # if X keeps crashing on us we run this script. The default one does a bunch
  109. # of cool stuff to figure out what to tell the user and such and can run an X
  110. # configuration program.
  111. XKeepsCrashing=/etc/mdm/XKeepsCrashing
  112. # System command support.
  113. #
  114. # Reboot, Halt and suspend commands, you can add different commands separated
  115. # by a semicolon. MDM will use the first one it can find.
  116. RebootCommand=/sbin/reboot;/sbin/shutdown -r now
  117. HaltCommand=/sbin/poweroff;/sbin/shutdown -h now
  118. SuspendCommand=/usr/sbin/pm-suspend
  119. # The following options specify how MDM system commands are supported.
  120. #
  121. # Specify which actions are displayed in the greeter. Valid values are HALT,
  122. # REBOOT, SUSPEND, and CUSTOM_CMD separated by semicolons.
  123. SystemCommandsInMenu=HALT;REBOOT;SUSPEND;CUSTOM_CMD
  124. # Specify which actions are supported by QUERY_LOGOUT_ACTION, SET_LOGOUT_ACTION
  125. # and SET_SAFE_LOGOUT_ACTION. Valid values are HALT, REBOOT, SUSPEND, and
  126. # CUSTOM_CMD separated by semicolons.
  127. AllowLogoutActions=HALT;REBOOT;SUSPEND;CUSTOM_CMD
  128. # This feature is only functional if MDM is compiled with RBAC (Role Based
  129. # Access Control) support.
  130. # Specify the RBAC key used to determine if the user has permission to use
  131. # the action via QUERY_LOGOUT_ACTION, SET_LOGOUT_ACTION and
  132. # SET_SAFE_LOGOUT_ACTION. The MDM GUI will only display the action if the
  133. # "mdm" user has RBAC permissions to use the action. RBAC keys for multiple
  134. # actions can be specified by separating them by semicolons. The format for
  135. # each is "Action:RBAC key". If an action is not specified, it is assumed
  136. # all users have permission for this action. For example:
  137. # HALT:key.for.halt,REBOOT:key.for.reboot,[...]
  138. RBACSystemCommandKeys=
  139. # Probably should not touch the below this is the standard setup.
  140. ServAuthDir=/var/lib/mdm
  141. # This is our standard startup script. A bit different from a normal X
  142. # session, but it shares a lot of stuff with that. See the provided default
  143. # for more information.
  144. BaseXsession=/etc/mdm/Xsession
  145. # This is a directory where .desktop files describing the sessions live. It is
  146. # really a PATH style variable since 2.4.4.2 to allow actual interoperability
  147. # with KDM. Note that <dmconfdir>/Sessions is there for backwards
  148. # compatibility reasons with 2.4.4.x.
  149. #SessionDesktopDir=/etc/X11/sessions/:/etc/dm/Sessions/:/usr/share/mdm/BuiltInSessions/:/usr/share/xsessions/
  150. # This is the default .desktop session. One of the ones in SessionDesktopDir
  151. #DefaultSession=gnome.desktop
  152. # Better leave this blank and HOME will be used. You can use syntax ~/ below
  153. # to indicate home directory of the user. You can also set this to something
  154. # like /tmp if you don't want the authorizations to be in home directories.
  155. # This is useful if you have NFS mounted home directories. Note that if this
  156. # is the home directory the UserAuthFBDir will still be used in case the home
  157. # directory is NFS, see security/NeverPlaceCookiesOnNFS to override this
  158. # behavior.
  159. UserAuthDir=
  160. # Fallback directory for writing authorization file if user's home directory
  161. # is not writable.
  162. UserAuthFBDir=/tmp
  163. UserAuthFile=.Xauthority
  164. # The X server to use if we can't figure out what else to run.
  165. StandardXServer=/usr/bin/Xorg
  166. # The maximum number of flexible X servers to run.
  167. #FlexibleXServers=5
  168. # And after how many minutes should we reap the flexible server if there is no
  169. # activity and no one logged on. Set to 0 to turn off the reaping. Does not
  170. # affect nested flexiservers.
  171. #FlexiReapDelayMinutes=5
  172. # The X nest command.
  173. # Examples of valid commands (assuming installed to /usr/X11/bin:
  174. # Xorg Xnest: /usr/X11/bin/Xnest -audit 0 -name Xnest
  175. # Xsun Xnest: /usr/openwin/bin/Xnest -audit 0 -name Xnest -pn
  176. # Xephyr: /usr/X11/bin/Xephyr -audit 0
  177. Xnest=/usr/bin/Xephyr -audit 0
  178. # Xsun Xnest does not support font paths (passed into Xnest -fp argument)
  179. # that include the ":unscaled" suffix after a path name. Setting this to
  180. # false will strip any ":unscaled" suffix from the font path. If not
  181. # using this Xnest, the value should be true.
  182. XnestUnscaledFontPath=true
  183. # Automatic VT allocation. Right now only works on Linux. This way we force
  184. # X to use specific vts. Turn VTAllocation to false if this is causing
  185. # problems.
  186. #FirstVT=7
  187. #VTAllocation=true
  188. # Should double login be treated with a warning (and possibility to change VT's
  189. # on Linux and FreeBSD systems for console logins)
  190. #DoubleLoginWarning=true
  191. # Should a second login always resume the current session and switch VT's on
  192. # Linux and FreeBSD systems for console logins
  193. #AlwaysLoginCurrentSession=true
  194. # If true then the last login information is printed to the user before being
  195. # prompted for password. While this gives away some info on what users are on
  196. # a system, it on the other hand should give the user an idea of when they
  197. # logged in and if it doesn't seem kosher to them, they can just abort the
  198. # login and contact the sysadmin (avoids running malicious startup scripts).
  199. #DisplayLastLogin=false
  200. # Program used to play sounds. Should not require any 'daemon' or anything
  201. # like that as it will be run when no one is logged in yet.
  202. #SoundProgram=/usr/bin/play
  203. # These are the languages that the console cannot handle because of font
  204. # issues. Here we mean the text console, not X. This is only used when there
  205. # are errors to report and we cannot start X.
  206. # This is the default:
  207. #ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh
  208. # This determines whether MDM will honor requests DYNAMIC requests from the
  209. # mdmdynamic command.
  210. #DynamicXServers=false
  211. # This determines whether MDM will send notifications to the console.
  212. #ConsoleNotify=true
  213. # How long mdm should wait before it assumes a started Xserver is defunct and
  214. # kills it. 10 seconds should be long enough for X, but Xgl may need 20 or 25.
  215. MdmXserverTimeout=10
  216. [security]
  217. # Allow root to login. It makes sense to turn this off for kiosk use, when
  218. # you want to minimize the possibility of break in.
  219. AllowRoot=true
  220. # Allow login as root via XDMCP. This value will be overridden and set to
  221. # false if the /etc/default/login file exists and contains
  222. # "CONSOLE=/dev/login", and set to true if the /etc/default/login file exists
  223. # and contains any other value or no value for CONSOLE.
  224. AllowRemoteRoot=false
  225. # This will allow remote timed login.
  226. AllowRemoteAutoLogin=false
  227. # 0 is the most restrictive, 1 allows group write permissions, 2 allows all
  228. # write permissions.
  229. RelaxPermissions=0
  230. # Check if directories are owned by logon user. Set to false, if you have, for
  231. # example, home directories owned by some other user.
  232. CheckDirOwner=true
  233. # If your HOME is managed by automounter, set to true
  234. SupportAutomount=false
  235. # Number of seconds to wait after a failed login
  236. #RetryDelay=1
  237. # Maximum size of a file we wish to read. This makes it hard for a user to DoS
  238. # us by using a large file.
  239. #UserMaxFile=65536
  240. # If true this will basically append -nolisten tcp to every X command line, a
  241. # good default to have (why is this a "negative" setting? because if it is
  242. # false, you could still not allow it by setting command line of any particular
  243. # server). It's probably better to ship with this on since most users will not
  244. # need this and it's more of a security risk then anything else.
  245. # Note: Anytime we find a -query or -indirect on the command line we do not add
  246. # a "-nolisten tcp", as then the query just wouldn't work, so this setting only
  247. # affects truly attached sessions.
  248. #DisallowTCP=true
  249. # By default never place cookies if we "detect" NFS. We detect NFS by
  250. # detecting "root-squashing". It seems bad practice to place cookies on things
  251. # that go over the network by default and thus we do not do it by default.
  252. # Sometimes you can however use safe remote filesystems where this is OK and
  253. # you may want to have the cookie in your home directory.
  254. #NeverPlaceCookiesOnNFS=true
  255. # Will cause PAM_DISALLOW_NULL_AUTHTOK to be passed as a flag to
  256. # pam_authenticate and pam_acct_mgmt, disallowing NULL password. This setting
  257. # will only take effect if PAM is being used by MDM. This value will be
  258. # overridden with the value from /etc/default/login if it contains
  259. # "PASSREQ=[YES|NO]"
  260. #PasswordRequired=false
  261. # Specifies the PAM Stack to use, "mdm" by default.
  262. PamStack=mdm
  263. # MDM allows configuration of how ut_line is set when it does utmp/wtmp and
  264. # audit processing. If VT is being used, then ut_line will be set to the
  265. # device associated with the VT. If the console is attached and has a device
  266. # name specified in the [servers] section, then this value will be used.
  267. # Otherwise the value is defaulted to the value specified in UtmpLineAttached
  268. # for attached displays and UtmpLineRemote for remote displays. The value
  269. # can be left empty which means that ut_line will be set to an empty value
  270. # (if not VT and no value specified in the [servers] section. The values
  271. # can contain "%d" which is translated to the DISPLAY value or %h which
  272. # is translated to the hostname. The values for both keys must begin with
  273. # "/dev/".
  274. UtmpLineAttached=/dev/console
  275. UtmpLineRemote=
  276. # If true and the specified UtmpLineAttached or UtmpLineRemote does not exist,
  277. # then create a pseudo-device filename that will be touched when the utmp
  278. # record is updated. Creating such a psuedo-device ensures that programs
  279. # that stat the utmp device associated with ut_line such as finger, last,
  280. # etc. work in a reasonable way.
  281. UtmpPseudoDevice=false
  282. # XDMCP is the protocol that allows remote login. If you want to log into MDM
  283. # remotely (I'd never turn this on on open network, use ssh for such remote
  284. # usage). You can then run X with -query <thishost> to log in, or
  285. # -indirect <thishost> to run a chooser. Look for the 'Terminal' server type
  286. # at the bottom of this config file.
  287. [xdmcp]
  288. # Distributions: Ship with this off. It is never a safe thing to leave out on
  289. # the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only allow local
  290. # access is another alternative but not the safest. Firewalling port 177 is
  291. # the safest if you wish to have xdmcp on. Read the manual for more notes on
  292. # the security of XDMCP.
  293. Enable=false
  294. # Honor indirect queries, we run a chooser for these, and then redirect the
  295. # user to the chosen host. Otherwise we just log the user in locally.
  296. #HonorIndirect=true
  297. # Maximum pending requests.
  298. #MaxPending=4
  299. #MaxPendingIndirect=4
  300. # Maximum open XDMCP sessions at any point in time.
  301. #MaxSessions=16
  302. # Maximum wait times.
  303. #MaxWait=15
  304. #MaxWaitIndirect=15
  305. # How many times can a person log in from a single host. Usually better to
  306. # keep low to fend off DoS attacks by running many logins from a single host.
  307. # This is now set at 2 since if the server crashes then MDM doesn't know for
  308. # some time and wouldn't allow another session.
  309. #DisplaysPerHost=2
  310. # The number of seconds after which a non-responsive session is logged off.
  311. # Better keep this low.
  312. #PingIntervalSeconds=15
  313. # The port. 177 is the standard port so better keep it that way.
  314. #Port=177
  315. # Willing script, none is shipped and by default we'll send hostname system id.
  316. # But if you supply something here, the output of this script will be sent as
  317. # status of this host so that the chooser can display it. You could for
  318. # example send load, or mail details for some user, or some such.
  319. #Willing=/etc/mdm/Xwilling
  320. [gui]
  321. # The specific gtkrc file we use. It should be the full path to the gtkrc that
  322. # we need. Unless you need a specific gtkrc that doesn't correspond to a
  323. # specific theme, then just use the GtkTheme key.
  324. #GtkRC=/usr/share/themes/Default/gtk-2.0/gtkrc
  325. # The GTK+ theme to use for the GUI.
  326. GtkTheme=BlackMATE
  327. # If to allow changing the GTK+ (widget) theme from the greeter. Currently
  328. # this only affects the standard greeter as the graphical greeter does not yet
  329. # have this ability.
  330. AllowGtkThemeChange=true
  331. # Comma separated list of themes to allow. These must be the names of the
  332. # themes installed in the standard locations for gtk themes. You can also
  333. # specify 'all' to allow all installed themes. These should be just the
  334. # basenames of the themes such as 'Thinice' or 'LowContrast'.
  335. GtkThemesToAllow=all
  336. # Maximum size of an icon, larger icons are scaled down.
  337. #MaxIconWidth=128
  338. #MaxIconHeight=128
  339. [greeter]
  340. # The following options for setting titlebar and setting window position are
  341. # only useful for the standard login (mdmlogin) and are not used by the
  342. # themed login (mdmgreeter).
  343. #
  344. # The standard login has a title bar that the user can move.
  345. #TitleBar=true
  346. # Don't allow user to move the standard login window. Only makes sense if
  347. # TitleBar is on.
  348. #LockPosition=false
  349. # Set a position for the standard login window rather then just centering the
  350. # window. If you enter negative values for the position it is taken as an
  351. # offset from the right or bottom edge.
  352. #SetPosition=false
  353. #PositionX=0
  354. #PositionY=0
  355. # Enable the Face browser. Note that the Browser key is only used by the
  356. # standard login (mdmlogin) program. The Face Browser is enabled in
  357. # the Graphical greeter by selecting a theme that includes the Face
  358. # Browser, such as happygnome-list. The other configuration values that
  359. # affect the Face Browser (MinimalUID, DefaultFace, Include, Exclude,
  360. # IncludeAll, GlobalFaceDir) are used by both the Standard and Themed
  361. # greeter.
  362. Browser=true
  363. # The default picture in the browser.
  364. DefaultFace=/usr/share/pixmaps/nobody.png
  365. # User ID's less than the MinimalUID value will not be included in the face
  366. # browser or in the mdmselection list for Automatic/Timed login. They will not
  367. # be displayed regardless of the settings for Include and Exclude.
  368. MinimalUID=100
  369. # Users listed in Include will be included in the face browser and in the
  370. # mdmsetup selection list for Automatic/Timed login. Users should be separated
  371. # by commas.
  372. Include=users
  373. # Users listed in Exclude are excluded from the face browser and from the
  374. # mdmsetup selection list for Automatic/Timed login. Excluded users will still
  375. # be able to log in, but will have to type their username. Users should be
  376. # separated by commas.
  377. Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,mdm,postgres,pvm,rpm,nfsnobody,pcap
  378. # By default, an empty include list means display no users. By setting
  379. # IncludeAll to true, the password file will be scanned and all users will be
  380. # displayed except users excluded via the Exclude setting and user ID's less
  381. # than MinimalUID. Scanning the password file can be slow on systems with
  382. # large numbers of users and this feature should not be used in such
  383. # environments. The setting of IncludeAll does nothing if Include is set to a
  384. # non-empty value.
  385. IncludeAll=true
  386. # If user or user.png exists in this dir it will be used as his picture.
  387. GlobalFaceDir=/usr/share/pixmaps/faces/
  388. # File which contains the locale we show to the user. Likely you want to use
  389. # the one shipped with MDM and edit it. It is not a standard locale.alias
  390. # file, although MDM will be able to read a standard locale.alias file as well.
  391. #LocaleFile=/etc/mdm/locale.alias
  392. # Logo shown in the standard greeter.
  393. #Logo=/usr/share/pixmaps/mdm-foot-logo.png
  394. # Logo shown on file chooser button in mdmsetup (do not modify this value).
  395. #ChooserButtonLogo=/usr/share/pixmaps/mdm-foot-logo.png
  396. # The standard greeter should shake if a user entered the wrong username or
  397. # password. Kind of cool looking
  398. #Quiver=true
  399. # The Actions menu (formerly system menu) is shown in the greeter, this is the
  400. # menu that contains reboot, shutdown, suspend, config and chooser. None of
  401. # these is available if this is off. They can be turned off individually
  402. # however.
  403. SystemMenu=true
  404. # Configuration is available from the system menu of the greeter.
  405. ConfigAvailable=true
  406. # Should the chooser button be shown. If this is shown, MDM can drop into
  407. # chooser mode which will run the xdmcp chooser locally and allow the user to
  408. # connect to some remote host. Local XDMCP does not need to be enabled,
  409. # however.
  410. ChooserButton=true
  411. # Welcome is for all console logins and RemoteWelcome is for remote logins
  412. # (through XDMCP).
  413. # DefaultWelcome and DefaultRemoteWelcome set the string for Welcome to
  414. # "Welcome" and for DefaultWelcome to "Welcome to %n", and properly translate
  415. # the message to the appropriate language. Note that %n gets translated to the
  416. # hostname of the machine. These default values can be overridden by setting
  417. # DefaultWelcome and/or DefaultRemoteWelcome to false, and setting the Welcome
  418. # and DefaultWelcome values as desired. Just make sure the strings are in
  419. # utf-8 Note to distributors, if you wish to have a different Welcome string
  420. # and wish to have this translated you can have entries such as
  421. # "Welcome[cs]=Vitejte na %n".
  422. DefaultWelcome=true
  423. DefaultRemoteWelcome=true
  424. #Welcome=Welcome
  425. #RemoteWelcome=Welcome to %n
  426. # Xinerama screen we use to display the greeter on. Not for true multihead,
  427. # currently only works for Xinerama.
  428. XineramaScreen=0
  429. # Background settings for the standard greeter:
  430. # Type can be 0=None, 1=Image & Color, 2=Color, 3=Image
  431. BackgroundType=1
  432. BackgroundImage=/usr/share/mdm/themes/resim-1.jpg
  433. #BackgroundScaleToFit=true
  434. # The Standard greeter (mdmlogin) uses BackgroundColor as the background
  435. # color, while the themed greeter (mdmgreeter) uses GraphicalThemedColor
  436. # as the background color.
  437. BackgroundColor=#76848F
  438. GraphicalThemedColor=#76848F
  439. # XDMCP session should only get a color, this is the sanest setting since you
  440. # don't want to take up too much bandwidth
  441. #BackgroundRemoteOnlyColor=true
  442. # Program to run to draw the background in the standard greeter. Perhaps
  443. # something like an xscreensaver hack or some such.
  444. #BackgroundProgram=
  445. # If this is true then the background program is run always, otherwise it is
  446. # only run when the BackgroundType is 0 (None).
  447. #RunBackgroundProgramAlways=false
  448. # Delay before starting background program
  449. #BackgroundProgramInitialDelay=30
  450. # Should the background program be restarted if it is exited.
  451. #RestartBackgroundProgram=true
  452. # Delay before restarting background program
  453. #BackgroundProgramRestartDelay=30
  454. # Show the Failsafe sessions. These are much MUCH nicer (focus for xterm for
  455. # example) and more failsafe then those supplied by scripts so distros should
  456. # use this rather then just running an xterm from a script.
  457. ShowGnomeFailsafeSession=true
  458. ShowXtermFailsafeSession=true
  459. # Normally there is a session type called 'Last' that is shown which refers to
  460. # the last session the user used. If off, we will be in 'switchdesk' mode
  461. # where the session saving stuff is disabled in MDM
  462. ShowLastSession=true
  463. # Always use 24 hour clock no matter what the locale.
  464. #Use24Clock=auto
  465. # Use circles in the password field. Looks kind of cool actually, but only
  466. # works with certain fonts.
  467. UseCirclesInEntry=true
  468. # Do not show any visible feedback in the password field. This is standard for
  469. # instance in console, xdm and ssh.
  470. #UseInvisibleInEntry=false
  471. # These two keys are for the themed greeter (mdmgreeter). Circles is the
  472. # standard shipped theme. If you want MDM to select a random theme from a
  473. # list then provide a list that is delimited by /: to the GraphicalThemes
  474. # key and set GraphicalThemeRand to true. Otherwise use GraphicalTheme
  475. # and specify just one theme.
  476. #GraphicalTheme=circles
  477. #GraphicalThemes=circles/:happygnome
  478. GraphicalThemeDir=/usr/share/mdm/themes/
  479. GraphicalThemeRand=false
  480. # If InfoMsgFile points to a file, the greeter will display the contents of the
  481. # file in a modal dialog box before the user is allowed to log in.
  482. #InfoMsgFile=
  483. # If InfoMsgFile is present then InfoMsgFont can be used to specify the font to
  484. # be used when displaying the contents of the file.
  485. #InfoMsgFont=Sans 24
  486. # If SoundOnLogin is true, then the greeter will beep when login is ready for
  487. # user input. If SoundOnLogin is a file and the greeter finds the 'play'
  488. # executable (see daemon/SoundProgram) it will play that file instead of just
  489. # beeping.
  490. #SoundOnLogin=true
  491. #SoundOnLoginFile=
  492. # If SoundOnLoginSuccess, then the greeter will play a sound (as above) when a
  493. # user successfully logs in.
  494. #SoundOnLoginSuccess=false
  495. #SoundOnLoginSuccessFile=
  496. # If SoundOnLoginFailure, then the greeter will play a sound (as above) when a
  497. # user fails to log in.
  498. #SoundOnLoginFailure=false
  499. #SoundOnLoginFailureFile=
  500. # Specifies a program to be called by the greeter/login program when the
  501. # initial screen is displayed. The purpose is to provide a hook where files
  502. # used after login can be preloaded to speed performance for the user. The
  503. # program will only be called once only, the first time a greeter is displayed.
  504. # The mdmprefetch command may be used. This utility will load any libraries
  505. # passed in on the command line, or if the argument starts with a "@"
  506. # character, it will process the file assuming it is an ASCII file containing a
  507. # list of libraries, one per line, and load each library in the file.
  508. PreFetchProgram=
  509. # The chooser is what's displayed when a user wants an indirect XDMCP session,
  510. # or selects Run XDMCP chooser from the system menu
  511. [chooser]
  512. # Default image for hosts.
  513. #DefaultHostImg=/usr/share/pixmaps/nohost.png
  514. # Directory with host images, they are named by the hosts: host or host.png.
  515. HostImageDir=/usr/share/hosts/
  516. # Time we scan for hosts (well only the time we tell the user we are scanning
  517. # actually, we continue to listen even after this has expired).
  518. #ScanTime=4
  519. # A comma separated lists of hosts to automatically add (if they answer to a
  520. # query of course). You can use this to reach hosts that broadcast cannot
  521. # reach.
  522. Hosts=
  523. # Broadcast a query to get all hosts on the current network that answer.
  524. Broadcast=true
  525. # Set it to true if you want to send a multicast query to hosts.
  526. Multicast=false
  527. # It is an IPv6 multicast address.It is hardcoded here and will be replaced
  528. # when officially registered xdmcp multicast address of TBD will be available.
  529. #Multicast_Addr=ff02::1
  530. # Allow adding random hosts to the list by typing in their names.
  531. #AllowAdd=true
  532. [debug]
  533. # This will cause MDM to send debugging information to the system log, which
  534. # will create a LOT of output. It is not recommended to turn this on for
  535. # normal use, but it can be useful to determine the cause when MDM is not
  536. # working properly.
  537. Enable=false
  538. # This will enable debug messages for accessibilty gesture listeners into the
  539. # syslog. This includes output about key events, mouse button events, and
  540. # pointer motion events. This is useful for figuring out the cause of why the
  541. # gesture listeners may not be working, but is too verbose for general debug.
  542. Gestures=false
  543. # Attached DISPLAY Configuration
  544. #
  545. [servers]
  546. # This section defines which attached DISPLAYS should be started by MDM by
  547. # default. You can add as many DISPLAYS as desired and they will always be
  548. # started. The key for each entry must be a unique number that cooresponds to
  549. # the DISPLAY number to start the X server. For a typical single-display
  550. # machine, there will only be one entry "0" for DISPLAY ":0". The first word
  551. # in the value corresponds to an X server definition in the "X Server
  552. # Definitions" section of the configuration file. For example, the entry:
  553. #
  554. # 0=Standard
  555. #
  556. # Means that DISPLAY ":0" will start an X server as defined in the
  557. # [server-Standard] section.
  558. #
  559. # The optional device argument is used to specify the device that is associated
  560. # with the DISPLAY. When using Virtual Terminals (VT), this value is ignored
  561. # and MDM will use the correct device name associated with the VT. If not
  562. # using VT, then MDM will use the value specified by this optional argument.
  563. # If the device argument is not defined, then MDM will use the default setting
  564. # for attached displays defined in the UtmpLineAttached configuration option.
  565. # For the main display (typically DISPLAY ":0"), "/dev/console" is a reasonable
  566. # value. For other displays it is probably best to not include this argument
  567. # unless you know the specific device associated with the DISPLAY. The device
  568. # value can contain "%d" which is translated to the DISPLAY value or %h which
  569. # is translated to the hostname.
  570. #
  571. 0=Standard device=/dev/console
  572. # Example of how to set up DISPLAY :1 to also use Standard.
  573. #1=Standard
  574. # If you wish to run the XDMCP chooser on the local display use the following
  575. # line
  576. #0=Chooser
  577. # X Server Definitions
  578. #
  579. # Note: Is your X server not listening to TCP requests? Refer to the
  580. # security/DisallowTCP setting!
  581. [server-Standard]
  582. name=Standard server
  583. command=/usr/bin/Xorg -audit 0
  584. flexible=true
  585. # Indicates that the X server should be started at a different process
  586. # priority. Values can be any integer value accepted by the setpriority C
  587. # library function (normally between -20 and 20) with 0 being the default. For
  588. # highly interactive applications, -5 yields good responsiveness. The default
  589. # value is 0 and the setpriority function is not called if the value is 0.
  590. #priority=0
  591. # To use this server type you should add -query host or -indirect host to the
  592. # command line.
  593. [server-Terminal]
  594. name=Terminal server
  595. # Add -terminate to make things behave more nicely
  596. command=/usr/bin/Xorg -audit 0 -terminate
  597. # Make this not appear in the flexible servers (we need extra params anyway,
  598. # and terminate would be bad for xdmcp choosing). You can make a terminal
  599. # server flexible, but not with an indirect query. If you need flexible
  600. # indirect query server, then you must get rid of the -terminate and the only
  601. # way to kill the flexible server will then be by Ctrl-Alt-Backspace.
  602. flexible=false
  603. # Do not handle this X server for attached displays.
  604. handled=false
  605. # To use this server type you should add -query host or -indirect host to the
  606. # command line.
  607. [server-Chooser]
  608. name=Chooser server
  609. command=/usr/bin/Xorg -audit 0
  610. # Make this not appear in the flexible servers for now, but if you wish to
  611. # allow a chooser server then make this true. This is the only way to make a
  612. # flexible chooser server that behaves nicely.
  613. flexible=false
  614. # Run the chooser instead of the greeter. When the user chooses a machine they
  615. # will get this same server but run with "-terminate -query hostname".
  616. chooser=true
  617. [customcommand]
  618. # This section allows you specify up to 10 custom commands. Each of the
  619. # commands can be defined by the seven parameters listed below. In each of the
  620. # descriptions of the parameters N can take on any values between 0 and 9,
  621. # i.e. CustomCommand0=,CustomCommand1=,...,CustomCommand9=. The numbers
  622. # can have gaps as long as they fit within predefined set of 10, and their
  623. # placement order within this section and with respect to each other is
  624. # not important.
  625. #
  626. # CustomCommandN, CustomCommandTextN, CustomCommandLabelN,
  627. # CustomCommandLRLabelN, CustomCommandTooltipN, CustomCommandIsPersistentN
  628. # and CustomCommandNoRestartN should all be defined for a given integer N,
  629. # where N can be a number from 0-9 (if not the default values will be
  630. # assigned except CustomCommandN for which no default exists).
  631. # Custom command to run. Multiple commands may be specified separated by
  632. # semicolons. GMM will use the first valid command. Examples:
  633. # /sbin/bootwindoze;/usr/bin/bootwindoze, or
  634. # /sbin/runupdate;/usr/local/sbin/runupdate
  635. #
  636. #CustomCommandN=
  637. # Custom command dialog message that will appear on all warning dialogs.
  638. # This will vary depending on what you want to do. Examples:
  639. # Are you sure you want to restart system into Windoze?, or
  640. # Are you sure you want do do this?
  641. #CustomCommandTextN=
  642. # Custom command label that will appear as stock label on buttons/menu items.
  643. # This option can't contain any semicolon characters (i.e. ";").
  644. # Examples:
  645. # _Windoze, or
  646. # _Update Me
  647. #CustomCommandLabelN=
  648. # Custom command label that will appear as stock label on radio buttons/list
  649. # items. The underscore indicates the mnemonic used with this item. Examples:
  650. # Restart into _Windoze
  651. # Perform system _Update
  652. #CustomCommandLRLabelN=
  653. # Custom command tooltip. Examples
  654. # Restarts the computer into Windoze
  655. # Updates the computer software to the most recent version(s)
  656. #CustomCommandTooltipN=
  657. # Custom command persistence option. Setting it to true will allow this
  658. # command to appear outside the login manager, e.g. on the desktop through
  659. # Log Out/Shut Down dialogs. The default value is false.
  660. #CustomCommandIsPersistentN=
  661. # Custom command mdm/system restart option. Setting it to true will not
  662. # restart mdm after command execution. The default commands (reboot, shut
  663. # down) all reboot the system by default which is why the default setting
  664. # is true.
  665. # In addition when corresponding CustomCommandIsPersistentN option is set to
  666. # true, setting CustomCommandNoRestartN to false will place CustomCommandN
  667. # in the Shut Down dialog set of actions, setting it to true will place
  668. # CustomCommandN in the Log Out dialog set of actions.
  669. #CustomCommandNoRestartN=
  670. #
  671. # Example layout for more than one command:
  672. #CustomCommand0=
  673. #CustomCommandText0=
  674. #CustomCommandLabel0=
  675. #CustomCommandLRLabel0=
  676. #CustomCommandTooltip0=
  677. #CustomCommandIsPersistent0=
  678. #CustomCommandNoRestart0=
  679. #
  680. #CustomCommand1=
  681. #CustomCommandText1=
  682. #CustomCommandLabel1=
  683. #CustomCommandLRLabel1=
  684. #CustomCommandTooltip1=
  685. #CustomCommandIsPersistent1=
  686. #CustomCommandNoRestart1=
  687. #
  688. # and so on