- Added fix to Xclients script, based on patch from bug (#190799)

This commit is contained in:
mharris 2006-07-19 10:31:02 +00:00
parent f6131f9a16
commit 786b5e072a
2 changed files with 8 additions and 7 deletions

View File

@ -29,13 +29,11 @@ fi
# now if we can reach here, either no desktop file was present,
# or the desktop requested is not installed.
# by default, we run GNOME.
if [ -n "$GSESSION" ]; then
# by default, we run GNOME.
exec "$GSESSION"
fi
# if GNOME isn't installed, try KDE.
if [ -n "$STARTKDE" ]; then
elif [ -n "$STARTKDE" ]; then
# if GNOME isn't installed, try KDE.
exec "$STARTKDE"
fi

View File

@ -4,7 +4,7 @@
Summary: X.Org X11 X Window System xinit startup scripts
Name: xorg-x11-%{pkgname}
Version: %{xinitver}
Release: 5.1%{?dist}
Release: 6%{?dist}
License: MIT/X11
Group: User Interface/X
URL: http://www.x.org
@ -96,7 +96,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/xinit.1x*
%changelog
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
* Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-6.fc6
- Added fix to Xclients script, based on patch from bug (#190799)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-5.1.fc6
- rebuild
* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5.fc6