Delay XDMCP initialization with early-login
This commit is contained in:
parent
2b39eb3aee
commit
2b4e7cd024
6
gdm.spec
6
gdm.spec
@ -16,7 +16,7 @@
|
||||
Summary: The GNOME Display Manager.
|
||||
Name: gdm
|
||||
Version: 2.6.0.8
|
||||
Release: 7
|
||||
Release: 8
|
||||
Epoch: 1
|
||||
License: LGPL/GPL
|
||||
Group: User Interface/X
|
||||
@ -43,6 +43,7 @@ Patch24: gdm-2.6.0.8-compensate-for-broken-dpi.patch
|
||||
Patch25: gdm-2.6.0.8-merge-resources.patch
|
||||
Patch26: gdm-2.6.0.8-boot-throbber.patch
|
||||
Patch27: gdm-2.6.0.8-dont-malloc-in-signal-handlers.patch
|
||||
Patch28: gdm-2.6.0.8-xdmcp.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
|
||||
|
||||
@ -111,6 +112,7 @@ several different X sessions on your local machine at the same time.
|
||||
%patch25 -p1 -b .merge-resources
|
||||
%patch26 -p1 -b .boot-throbber
|
||||
%patch27 -p1 -b .dont-malloc-in-signal-handlers
|
||||
%patch28 -p1 -b .xdmcp
|
||||
|
||||
# fix the time format for ja
|
||||
perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po
|
||||
@ -282,6 +284,8 @@ fi
|
||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||
|
||||
%changelog
|
||||
* Mon Apr 25 2005 Matthias Clasen <mclasen@redhat.com> 1:2.6.0.8-8
|
||||
- for early-login, delay XDMCP initialization until allow-login
|
||||
* Sun Apr 24 2005 Ray Strode <rstrode@redhat.com> 1:2.6.0.8-7
|
||||
- calling gdm_debug and g_strdup_printf from signal handlers are
|
||||
bad news (Spotted by Mark McLoughlin <markmc@redhat.com>).
|
||||
|
Loading…
Reference in New Issue
Block a user