~ilidrissi.amine/ubuntu/maverick/gdm/gdm.fix-617044

« back to all changes in this revision

Viewing changes to docs/it/gdm.xml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-28 14:41:12 UTC
  • mfrom: (1.4.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20100428144112-h1xuf1turem3zztz
Tags: 2.30.2-0ubuntu1
* New upstream bug fix release:
  - Accessibility is now enabled by default for the GDM login screen.
  - When the face browser is disabled, the PAM conversation is started
    immediately, so users do not need to click a button to start entering
    the username and password.  (GNOME #591082)
  - Add label-for and labelled-by a11y relations to the entry field in the
    login GUI.  This makes the login GUI more accessible when using AT programs.
    (GNOME #613434).
  - Fixed bugs that were causing XDMCP to not show the greeter again after
    logout.  (GNOME #606724).
  - The default XDMCP PingIntervalSeconds was increased from 15 to
    60 seconds.
  - The WINDOWPATH environment variable is now set for the user session.
    (GNOME #609272)
  - Ensure Init script is called when using Automatic Login. (GNOME #614488)
  - Fix race condition with Timed Login. (GNOME #614062)
  - Drop xhost localuser:gdm and localuser:root when the user session starts.
    (GNOME #605350)
  - Removed the icon monitor from the GDM login GUI since it was not functional
    and was causing problems with automounting user's $HOME directories.
    (GNOME #609321, LP: #518810)
  - Do not mark "%x" for translation. (GNOME #613306)
  - Remove duplicated strings for translation. (GNOME #609179)
  - Minor doc corrections.
  - Translation updates.
* 04_fix_external_program_directories.patch, 99_autoreconf.patch: Refresh
  for new upstream version.
* Add 34_disable_a11y_default.patch: Revert upstream change between 2.30.0
  and 2.30.1 to enable a11y by default. This wasn't tested and isn't
  appropriate for an SRU.
* 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.
  Also update the patch tag header to comply to DEP-3.
* Add debian/xsession.desktop: Add a new session type "~/.xsession" which
  will run ~/.xsession (Exec=default will be interpreted by the
  20x11-common_process-args and 50x11-common_determine-startup Xsession.d
  scripts). If the admin sets "allow-user-xsession" to False, this will
  launch the system default session instead. (LP: #398300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
 
188
188
    <para>
189
189
      Xserver - An implementation of the X Window System.  For example the
190
 
      Xorg webserver provided by the X.org Foundation
 
190
      Xorg Xserver provided by the X.org Foundation
191
191
      <ulink type="http" url="http://www.x.org/">http://www.x.org</ulink>.
192
192
    </para>
193
193
 
1485
1485
          <varlistentry>
1486
1486
            <term>PingIntervalSeconds</term>
1487
1487
            <listitem>
1488
 
              <synopsis>PingIntervalSeconds=15</synopsis>
 
1488
              <synopsis>PingIntervalSeconds=60</synopsis>
1489
1489
              <para>
1490
 
                Interval in which to ping the Xserver in seconds.  If the
1491
 
                Xserver does not respond before the next time we ping it, the
1492
 
                connection is stopped and the session ended.  This is a
1493
 
                combination of the XDM PingInterval and PingTimeout, but in
1494
 
                seconds.
 
1490
                If the Xserver does not respond in the specified number of
 
1491
                seconds, then the connection is stopped and the session ended.
 
1492
                When this happens the slave daemon dies with an ALARM signal.
 
1493
                Note that GDM 2.20 and earlier multiplied this setting by 2,
 
1494
                so it may be necessary to increase the timeout if upgrading
 
1495
                from GDM 2.20 and earlier to a newer version.
1495
1496
              </para>
1496
1497
 
1497
1498
              <para>