diff --git a/Xclients b/Xclients index a4c6e37..01ce3d1 100755 --- a/Xclients +++ b/Xclients @@ -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 diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index b614400..81f5a7c 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -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 - sh: line 0: fg: no job control +* Wed Jul 19 2006 Mike A. Harris 1.0.2-6.fc6 +- Added fix to Xclients script, based on patch from bug (#190799) + +* Wed Jul 12 2006 Jesse Keating 1.0.2-5.1.fc6 - rebuild * Wed Jul 05 2006 Mike A. Harris 1.0.2-5.fc6