diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-03-13 08:48:44 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-03-13 08:48:44 +0000 |
commit | eb8b4011449cec2ec5827c976a15b9262c74174e (patch) | |
tree | 0a8d81b1cdc4947ef0ff4ff7f348f2078ffcdc5c /docs/uk | |
parent | c50ede474421b7dde46e27dceb63605d2a582e76 (diff) | |
download | gdm-eb8b4011449cec2ec5827c976a15b9262c74174e.tar.gz |
config/Makefile.am: Add Xephyr support and fix problem with
2006-03-13 Brian Cameron <brian.cameron@sun.com>
* configure.ac, acconfig.h, daemon/Makefile.am, daemon/gdm.h
daemon/server.c, daemon/gdmconfig.c, config/gdm.conf.in,
config/Makefile.am: Add Xephyr support and fix problem with
using Xsun Xnest with Xorg 7.2. Xsun doesn't like font path
values that have the ":unscaled" suffix. This required adding
two new configuration options XnestDisplayArg and
XnestUnscaledFontPath so that the user can configure whether
the Xnest command uses the -display argument or the DISPLAY
environment variable, and to specify whether to strip the
":unscaled" bits from the fontpath. Modified configure so
that if Xephyr is on the system, it is used as the Xnest
program since it works better than Xnest.
* daemon/gdmconfig.h: No longer set default values for the
configuration choices here since default are set in
daemon/gdm.h.
* config/gdm.conf.in: Comment now says "true" for ConfigAvailable
since this value has been defaulting to true for some time in
daemon/gdm.h. So the comment was wrong.
* acconfig.h, configure.ac, daemon/gdm.h, daemon/gdmconfig.c: Rework
how ALWAYS_RESTART_SERVER is set to avoid using #ifdef. Also use
AC_DEFINE for GDM_USER_PATH rather than passing it in as a -D
argument to the compiler, so it works like the other config
choices.
svn path=/trunk/; revision=4672
Diffstat (limited to 'docs/uk')
-rw-r--r-- | docs/uk/gdm.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/uk/gdm.xml b/docs/uk/gdm.xml index 003518b4..86328b05 100644 --- a/docs/uk/gdm.xml +++ b/docs/uk/gdm.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!ENTITY legal SYSTEM "legal.xml"> -<!ENTITY version "2.17.7"> -<!ENTITY date "02/12/2007"> +<!ENTITY version "2.18.0"> +<!ENTITY date "03/12/2007"> ]> <article id="index" lang="uk"> <articleinfo> @@ -79,8 +79,8 @@ <releaseinfo> - This manual describes version 2.17.7 of the GNOME Display Manager. - It was last updated on 02/12/2007. + This manual describes version 2.18.0 of the GNOME Display Manager. + It was last updated on 03/12/2007. </releaseinfo> </articleinfo> @@ -88,8 +88,8 @@ <title>Терміни та домовленості використані у цьому посібнику</title> <para> - This manual describes version 2.17.7 of the GNOME Display Manager. - It was last updated on 02/12/2007. + This manual describes version 2.18.0 of the GNOME Display Manager. + It was last updated on 03/12/2007. </para> <para>Селектор - програма, що використовується для керування дисплеєм віддаленого вузла з локального дисплея (<command>gdmchooser</command>).</para> |