This commit is contained in:
Matthias Clasen 2008-08-25 13:49:15 +00:00
parent d05df980f2
commit 55e46c3612
2 changed files with 5 additions and 2 deletions

View File

@ -53,7 +53,7 @@ case $# in
failsafe)
exec -l $SHELL -c "xterm -geometry 80x24-0-0"
;;
gnome)
gnome|gnome-session)
# lack of SSH_AGENT is intentional, see #441123. though
# the whole thing should really happen in xinitrc.d anyway.
exec -l $SHELL -c gnome-session

View File

@ -3,7 +3,7 @@
Summary: X.Org X11 X Window System xinit startup scripts
Name: xorg-x11-%{pkgname}
Version: 1.0.9
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
Group: User Interface/X
URL: http://www.x.org
@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/xsessions/xinit-compat.desktop
%changelog
* Mon Aug 25 2008 Matthias Clasen <mclasen@redhat.com> 1.0.9-3
- Make the gnome session actually take the gnome case in the switch (#458694)
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.9-3
- Really fix license tag.