- Added fix to Xclients script, based on patch from bug (#190799)
This commit is contained in:
parent
f6131f9a16
commit
786b5e072a
8
Xclients
8
Xclients
@ -29,13 +29,11 @@ fi
|
|||||||
# now if we can reach here, either no desktop file was present,
|
# now if we can reach here, either no desktop file was present,
|
||||||
# or the desktop requested is not installed.
|
# or the desktop requested is not installed.
|
||||||
|
|
||||||
# by default, we run GNOME.
|
|
||||||
if [ -n "$GSESSION" ]; then
|
if [ -n "$GSESSION" ]; then
|
||||||
|
# by default, we run GNOME.
|
||||||
exec "$GSESSION"
|
exec "$GSESSION"
|
||||||
fi
|
elif [ -n "$STARTKDE" ]; then
|
||||||
|
# if GNOME isn't installed, try KDE.
|
||||||
# if GNOME isn't installed, try KDE.
|
|
||||||
if [ -n "$STARTKDE" ]; then
|
|
||||||
exec "$STARTKDE"
|
exec "$STARTKDE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: X.Org X11 X Window System xinit startup scripts
|
Summary: X.Org X11 X Window System xinit startup scripts
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: %{xinitver}
|
Version: %{xinitver}
|
||||||
Release: 5.1%{?dist}
|
Release: 6%{?dist}
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -96,7 +96,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/xinit.1x*
|
%{_mandir}/man1/xinit.1x*
|
||||||
|
|
||||||
%changelog
|
%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
|
- rebuild
|
||||||
|
|
||||||
* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5.fc6
|
* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5.fc6
|
||||||
|
Loading…
Reference in New Issue
Block a user