~darkxst/ubuntu/trusty/gdm/nokill

« back to all changes in this revision

Viewing changes to docs/sv/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:
579
579
 
580
580
      <para lang="en">
581
581
        The session output is piped through the GDM daemon to the
582
 
        <filename>~/.xsession-errors</filename> file.  The file is overwritten
583
 
        on each login, so logging out and logging back into the same user via
584
 
        GDM will cause any messages from the previous session to be lost.
 
582
        <filename>~/<replaceable>$XDG_CACHE_HOME</replaceable>/gdm/session.log</filename>
 
583
        file which usually expands to <filename>~/.cache/gdm/session.log</filename>.
 
584
        The file is overwritten on each login, so logging out and logging back
 
585
        into the same user via GDM will cause any messages from the previous
 
586
        session to be lost.
585
587
      </para>
586
588
 
587
589
      <para lang="en">
588
590
        Note that if GDM can not create this file for some reason, then a
589
 
        fallback file will be created named <filename>~/.xsession-errors.XXXXXXXX</filename>
 
591
        fallback file will be created named <filename>~/<replaceable>$XDG_CACHE_HOME</replaceable>/gdm/session.log.XXXXXXXX</filename>
590
592
        where the <filename>XXXXXXXX</filename> are some random characters.
591
593
      </para>
592
594
    </sect2>
2128
2130
      </para>
2129
2131
 
2130
2132
      <sect3 id="gdmcommandline">
2131
 
        <title lang="en"><command>gdm</command> and <command>gdm-binary</command>
2132
 
               Command Line Options</title>
 
2133
        <title lang="en"><command>gdm</command> Command Line Options</title>
2133
2134
 
2134
2135
        <para lang="en">
2135
 
          The <command>gdm</command> command is really just a script which
2136
 
          runs the <command>gdm-binary</command>, passing along any options.
2137
 
          Before launching <command>gdm-binary</command>, the gdm wrapper
2138
 
          script will source the <filename>&lt;etc&gt;/profile</filename> file
2139
 
          to set the standard system environment variables.  In order to better
2140
 
          support internationalization, it will also set the LC_MESSAGES
2141
 
          environment variable to LANG if neither LC_MESSAGES or LC_ALL are
2142
 
          set.  The <command>gdm-binary</command> is the actual GDM daemon.
2143
 
        </para>
 
2136
          <command>gdm</command> is the main daemon which sets up
 
2137
          graphical login environment and starts necesary helpers.
 
2138
       </para>
2144
2139
 
2145
2140
        <variablelist>
2146
 
          <title lang="en"><command>gdm</command> and <command>gdm-binary</command>
2147
 
                 Command Line Options</title>
 
2141
          <title lang="en"><command>gdm</command> Command Line Options</title>
2148
2142
 
2149
2143
          <varlistentry>
2150
2144
            <term lang="en">-?, --help</term>