diff --git a/Xsession b/Xsession index 3612890..9199a8e 100644 --- a/Xsession +++ b/Xsession @@ -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 diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 03dccc4..607cc8d 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -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 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 - 1.0.9-3 - Really fix license tag.