~darkxst/ubuntu/trusty/gdm/nokill

« back to all changes in this revision

Viewing changes to docs/oc/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:
605
605
 
606
606
      <para lang="en">
607
607
        The session output is piped through the GDM daemon to the
608
 
        <filename>~/.xsession-errors</filename> file.  The file is overwritten
609
 
        on each login, so logging out and logging back into the same user via
610
 
        GDM will cause any messages from the previous session to be lost.
 
608
        <filename>~/<replaceable>$XDG_CACHE_HOME</replaceable>/gdm/session.log</filename>
 
609
        file which usually expands to <filename>~/.cache/gdm/session.log</filename>.
 
610
        The file is overwritten on each login, so logging out and logging back
 
611
        into the same user via GDM will cause any messages from the previous
 
612
        session to be lost.
611
613
      </para>
612
614
 
613
615
      <para lang="en">
614
616
        Note that if GDM can not create this file for some reason, then a
615
 
        fallback file will be created named <filename>~/.xsession-errors.XXXXXXXX</filename>
 
617
        fallback file will be created named <filename>~/<replaceable>$XDG_CACHE_HOME</replaceable>/gdm/session.log.XXXXXXXX</filename>
616
618
        where the <filename>XXXXXXXX</filename> are some random characters.
617
619
      </para>
618
620
    </sect2>
2154
2156
      </para>
2155
2157
 
2156
2158
      <sect3 id="gdmcommandline">
2157
 
        <title lang="en"><command>gdm</command> and <command>gdm-binary</command>
2158
 
               Command Line Options</title>
 
2159
        <title lang="en"><command>gdm</command> Command Line Options</title>
2159
2160
 
2160
2161
        <para lang="en">
2161
 
          The <command>gdm</command> command is really just a script which
2162
 
          runs the <command>gdm-binary</command>, passing along any options.
2163
 
          Before launching <command>gdm-binary</command>, the gdm wrapper
2164
 
          script will source the <filename>&lt;etc&gt;/profile</filename> file
2165
 
          to set the standard system environment variables.  In order to better
2166
 
          support internationalization, it will also set the LC_MESSAGES
2167
 
          environment variable to LANG if neither LC_MESSAGES or LC_ALL are
2168
 
          set.  The <command>gdm-binary</command> is the actual GDM daemon.
2169
 
        </para>
 
2162
          <command>gdm</command> is the main daemon which sets up
 
2163
          graphical login environment and starts necesary helpers.
 
2164
       </para>
2170
2165
 
2171
2166
        <variablelist>
2172
 
          <title lang="en"><command>gdm</command> and <command>gdm-binary</command>
2173
 
                 Command Line Options</title>
 
2167
          <title lang="en"><command>gdm</command> Command Line Options</title>
2174
2168
 
2175
2169
          <varlistentry>
2176
2170
            <term lang="en">-?, --help</term>