summaryrefslogtreecommitdiff
path: root/gdm.spec.in
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-07-06 01:48:45 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-07-06 01:48:45 +0000
commite5f8b2e23afc4f4bfc64aeedf9a90449c12bea7b (patch)
tree9dcd82cdc455bcd66f502a5ac317c9fa0698565e /gdm.spec.in
parent9bb3ffb26d09d289420ea5f3dc7a4440287c3cc9 (diff)
downloadgdm-e5f8b2e23afc4f4bfc64aeedf9a90449c12bea7b.tar.gz
remove the connection to RedHat's default init as that just does some
Thu Jul 05 18:50:23 2001 George Lebl <jirka@5z.com> * gdm.spec.in: remove the connection to RedHat's default init as that just does some background setting but we already set background ourselves in a nicer way and this just resulted in a slowdown and a flash * daemon/server.c, daemon/slave.c: be more thorough in closing displays, never include an empty xioerror handler, and normally xio errors do a DISPLAY_REMANAGE and only on server startup do they do XFAILED. Also before and after whacking clients grab/ungrab the server as xdm does. * daemon/xdmcp.c: fix warnings
Diffstat (limited to 'gdm.spec.in')
-rw-r--r--gdm.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdm.spec.in b/gdm.spec.in
index 2eeb805c..5c03d87d 100644
--- a/gdm.spec.in
+++ b/gdm.spec.in
@@ -55,7 +55,8 @@ install -m 755 config/Gnome $RPM_BUILD_ROOT%{sysconfdir}/X11/gdm/Sessions/Gnome
ln -sf Default $RPM_BUILD_ROOT%{sysconfdir}/X11/gdm/Sessions/default
# change default Init script to be Red Hat default
-ln -sf ../../xdm/Xsetup_0 $RPM_BUILD_ROOT%{sysconfdir}/X11/gdm/Init/Default
+# Note that this just sets up background and we already do that ourselves
+#ln -sf ../../xdm/Xsetup_0 $RPM_BUILD_ROOT%{sysconfdir}/X11/gdm/Init/Default
# run GiveConsole/TakeConsole
ln -sf ../../xdm/GiveConsole $RPM_BUILD_ROOT%{sysconfdir}/X11/gdm/PreSession/Default