~ubuntu-branches/ubuntu/precise/lightdm/precise

« back to all changes in this revision

Viewing changes to tests/src/Xvnc.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell, Gunnar Hjalmarsson, Robert Ancell
  • Date: 2012-03-22 16:48:59 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20120322164859-qff2tfcxk01bztae
Tags: 1.1.9-0ubuntu1
[ Gunnar Hjalmarsson ]
* debian/guest-account: Add trailing '/' to the line
  "gs_skel=/etc/guest-session/skel" (LP: #956152).

[ Robert Ancell ]
* New upstream release:
  * Add --show-users/--hide-users to lightdm-set-defaults
  * Call initgroups before pam_setcred - this allows pam_setcred to change
    group membership correctly (LP: #880104)

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
    status_notify ("XSERVER :%d START GEOMETRY=%s DEPTH=%d", display_number, geometry, depth);
244
244
 
245
245
    config = g_key_file_new ();
246
 
    if (g_getenv ("LIGHTDM_TEST_CONFIG"))
247
 
        g_key_file_load_from_file (config, g_getenv ("LIGHTDM_TEST_CONFIG"), G_KEY_FILE_NONE, NULL);
 
246
    g_key_file_load_from_file (config, g_build_filename (g_getenv ("LIGHTDM_TEST_ROOT"), "script", NULL), G_KEY_FILE_NONE, NULL);
248
247
  
249
248
    if (use_inetd)
250
249
    {