~noskcaj/ubuntu/vivid/gdm/3.14.1

« back to all changes in this revision

Viewing changes to docs/C/index.docbook

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Tim Lunn, Jeremy Bicha, Robert Ancell
  • Date: 2013-05-31 22:36:08 UTC
  • mfrom: (1.4.55)
  • Revision ID: package-import@ubuntu.com-20130531223608-33uo85niksee5460
Tags: 3.8.1.1-0ubuntu1
[ Tim Lunn ]
* New upstream release
* debian/patches/ubuntu_dont_catch_sigsegv.patch:
  - Dropped, obsolete
* debian/rules:
  - Don't rename gdm binary since that's already been
    done in the new version

[ Jeremy Bicha ]
* debian/control.in: Bump minimum glib
* debian/watch: Watch for unstable releases
* debian/patches/00git_logind_check.patch:
  - Dropped, applied in new release
* debian/patches/08_frequent-users_greeter.patch: Refreshed

[ Robert Ancell ]
* New upstream release
* debian/patches/ubuntu_daemon_autologin_tracking.patch:
* debian/patches/ubuntu_ensure_dirs.patch:
* debian/patches/ubuntu_slave-only-set-up-autologin.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
532
532
 
533
533
      <para>
534
534
        The session output is piped through the GDM daemon to the
535
 
        <filename>~/.xsession-errors</filename> file.  The file is overwritten
536
 
        on each login, so logging out and logging back into the same user via
537
 
        GDM will cause any messages from the previous session to be lost.
 
535
        <filename>~/<replaceable>$XDG_CACHE_HOME</replaceable>/gdm/session.log</filename>
 
536
        file which usually expands to <filename>~/.cache/gdm/session.log</filename>.
 
537
        The file is overwritten on each login, so logging out and logging back
 
538
        into the same user via GDM will cause any messages from the previous
 
539
        session to be lost.
538
540
      </para>
539
541
 
540
542
      <para>
541
543
        Note that if GDM can not create this file for some reason, then a
542
 
        fallback file will be created named <filename>~/.xsession-errors.XXXXXXXX</filename>
 
544
        fallback file will be created named <filename>~/<replaceable>$XDG_CACHE_HOME</replaceable>/gdm/session.log.XXXXXXXX</filename>
543
545
        where the <filename>XXXXXXXX</filename> are some random characters.
544
546
      </para>
545
547
    </sect2>
2081
2083
      </para>
2082
2084
 
2083
2085
      <sect3 id="gdmcommandline">
2084
 
        <title><command>gdm</command> and <command>gdm-binary</command>
2085
 
               Command Line Options</title>
 
2086
        <title><command>gdm</command> Command Line Options</title>
2086
2087
 
2087
2088
        <para>
2088
 
          The <command>gdm</command> command is really just a script which
2089
 
          runs the <command>gdm-binary</command>, passing along any options.
2090
 
          Before launching <command>gdm-binary</command>, the gdm wrapper
2091
 
          script will source the <filename>&lt;etc&gt;/profile</filename> file
2092
 
          to set the standard system environment variables.  In order to better
2093
 
          support internationalization, it will also set the LC_MESSAGES
2094
 
          environment variable to LANG if neither LC_MESSAGES or LC_ALL are
2095
 
          set.  The <command>gdm-binary</command> is the actual GDM daemon.
2096
 
        </para>
 
2089
          <command>gdm</command> is the main daemon which sets up
 
2090
          graphical login environment and starts necesary helpers.
 
2091
       </para>
2097
2092
 
2098
2093
        <variablelist>
2099
 
          <title><command>gdm</command> and <command>gdm-binary</command>
2100
 
                 Command Line Options</title>
 
2094
          <title><command>gdm</command> Command Line Options</title>
2101
2095
 
2102
2096
          <varlistentry>
2103
2097
            <term>-?, --help</term>