~ubuntu-branches/ubuntu/lucid/gdm/lucid-proposed

« back to all changes in this revision

Viewing changes to docs/uk/gdm.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Martin Pitt, Robert Ancell
  • Date: 2010-06-09 14:10:46 UTC
  • mfrom: (1.4.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100609141046-huozhn4auhn5qfv5
Tags: 2.30.2.is.2.30.0-0ubuntu1
* The 2.30.2 upstream version introduces new issues so basing a new stable 
  updated on the current lucid version with selected changes for now,
  the new version can be uploaded again later once the issues are resolved
* debian/patches/90_git_run_init_script_before_autologin.patch:
  - git change to run the init scripts when autologin is enabled
    (lp: #586503)
* debian/patches/91_git_no_icons_watching.patch:
  - git change to not monitor the user icons, it creates issues with 
    some configurations like autofs (lp: #562509) or nfs (lp: #518810)
* debian/patches/92_git_timed_login_user_selection.patch:
  - git change to correct selected the default timed login user (lp: #585574)
* debian/patches/93_git_a11y_label.patch:
  - git change to correctly set a11y labels

[ Martin Pitt ]
* 06_run_xsession.d.patch: Export $USERXSESSION, $USERXSESSIONRC, and
  $ALTUSERXSESSION, so that running the "custom"/"default" sessions actually
  works. Without those, /etc/X11/Xsession.d/50x11-common_determine-startup
  decides to run the system default session even if we have the
  "allow-user-xsession" option. This is a prerequisite for fixing LP#398300.

[ Robert Ancell ]
* debian/patches/16_gdmserver_user_manager.patch:
* debian/patches/24_system_uid.patch:
  - Update to match IncludeAll behaviour in greeter (LP: #471542)

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
 
142
142
    <para>
143
143
      Xserver - An implementation of the X Window System.  For example the
144
 
      Xorg Xserver provided by the X.org Foundation
 
144
      Xorg webserver provided by the X.org Foundation
145
145
      <ulink type="http" url="http://www.x.org/">http://www.x.org</ulink>.
146
146
    </para>
147
147
 
1467
1467
          <varlistentry>
1468
1468
            <term>PingIntervalSeconds</term>
1469
1469
            <listitem>
1470
 
              <synopsis>PingIntervalSeconds=60</synopsis>
 
1470
              <synopsis>PingIntervalSeconds=15</synopsis>
1471
1471
              <para>
1472
 
                If the Xserver does not respond in the specified number of
1473
 
                seconds, then the connection is stopped and the session ended.
1474
 
                When this happens the slave daemon dies with an ALARM signal.
1475
 
                Note that GDM 2.20 and earlier multiplied this setting by 2,
1476
 
                so it may be necessary to increase the timeout if upgrading
1477
 
                from GDM 2.20 and earlier to a newer version.
 
1472
                Interval in which to ping the Xserver in seconds.  If the
 
1473
                Xserver does not respond before the next time we ping it, the
 
1474
                connection is stopped and the session ended.  This is a
 
1475
                combination of the XDM PingInterval and PingTimeout, but in
 
1476
                seconds.
1478
1477
              </para>
1479
1478
 
1480
1479
              <para>