~ci-train-bot/lightdm/lightdm-ubuntu-zesty-1679

« back to all changes in this revision

Viewing changes to src/lightdm.c

  • Committer: Robert Ancell
  • Date: 2016-05-19 02:01:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2312.
  • Revision ID: robert.ancell@canonical.com-20160519020157-1ihm9jmknpgc66k2
Refactor GreeterSession and Greeter into separate modules. This is to allow in-session greeters in the future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1424
1424
    if (!config_has_key (config_get_instance (), "Seat:*", "greeter-show-remote-login"))
1425
1425
        config_set_boolean (config_get_instance (), "Seat:*", "greeter-show-remote-login", TRUE);
1426
1426
    if (!config_has_key (config_get_instance (), "Seat:*", "greeter-session"))
1427
 
        config_set_string (config_get_instance (), "Seat:*", "greeter-session", GREETER_SESSION);
 
1427
        config_set_string (config_get_instance (), "Seat:*", "greeter-session", DEFAULT_GREETER_SESSION);
1428
1428
    if (!config_has_key (config_get_instance (), "Seat:*", "user-session"))
1429
 
        config_set_string (config_get_instance (), "Seat:*", "user-session", USER_SESSION);
 
1429
        config_set_string (config_get_instance (), "Seat:*", "user-session", DEFAULT_USER_SESSION);
1430
1430
    if (!config_has_key (config_get_instance (), "Seat:*", "session-wrapper"))
1431
1431
        config_set_string (config_get_instance (), "Seat:*", "session-wrapper", "lightdm-session");
1432
1432
    if (!config_has_key (config_get_instance (), "LightDM", "log-directory"))