Merge lp:~mfisch/lightdm/set-defaults-work into lp:lightdm
| Status: | Merged |
|---|---|
| Merge reported by: | Robert Ancell |
| Merged at revision: | not available |
| Proposed branch: | lp:~mfisch/lightdm/set-defaults-work |
| Merge into: | lp:lightdm |
| Diff against target: |
120 lines (+58/-12) 1 file modified
utils/lightdm-set-defaults.c (+58/-12) |
| To merge this branch: | bzr merge lp:~mfisch/lightdm/set-defaults-work |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Robert Ancell | 2012-04-16 | Approve on 2012-04-18 | |
|
Review via email:
|
|||
Description of the Change
This adds some new options to lightdm-
root@caprica:
Wrong usage of the command
Usage:
lightdm-
Help Options:
-h, --help Show help options
Application Options:
-d, --debug Enable debugging
-k, --keep-old Only update if no default already set
-r, --remove Remove default value if it's the current one
-s, --session Set default session
-g, --greeter Set default greeter
-a, --autologin Set autologin user
-i, --hide-users Set greeter-hide-users to true or false
-m, --show-manual-login Set show-manual-login to true or false
-l, --allow-guest Set allow-guest to true or false
root@caprica:
true and false are the only valid choices for show-manual-login
root@caprica:
true and false are the only valid choices for hide-users
root@caprica:
option parsing failed: Missing argument for -l
root@caprica:
true and false are the only valid choices for allow-guest
root@caprica:
root@caprica:
cat /usr/local/
[SeatDefaults]
greeter-
greeter-
allow-guest=false
root@caprica:
root@caprica:
[SeatDefaults]
greeter-
greeter-
allow-guest=true

Thanks Matt!