~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/xserver.c

  • Committer: robert.ancell at canonical
  • Date: 2011-02-20 10:27:53 UTC
  • Revision ID: robert.ancell@canonical.com-20110220102753-2kehwju1amzcpoag
Use a private pipe for greeter<->server communication instead of D-Bus (needs to be fixed in liblightdm-qt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
331
331
                                  NULL, /* Username (run as current user) */
332
332
                                  NULL, /* Environment (inherit parent) */
333
333
                                  command->str,
 
334
                                  FALSE,
334
335
                                  &error);
335
336
    g_string_free (command, TRUE);
336
337
    if (!result)