fix #458694
This commit is contained in:
parent
d05df980f2
commit
55e46c3612
2
Xsession
2
Xsession
@ -53,7 +53,7 @@ case $# in
|
|||||||
failsafe)
|
failsafe)
|
||||||
exec -l $SHELL -c "xterm -geometry 80x24-0-0"
|
exec -l $SHELL -c "xterm -geometry 80x24-0-0"
|
||||||
;;
|
;;
|
||||||
gnome)
|
gnome|gnome-session)
|
||||||
# lack of SSH_AGENT is intentional, see #441123. though
|
# lack of SSH_AGENT is intentional, see #441123. though
|
||||||
# the whole thing should really happen in xinitrc.d anyway.
|
# the whole thing should really happen in xinitrc.d anyway.
|
||||||
exec -l $SHELL -c gnome-session
|
exec -l $SHELL -c gnome-session
|
||||||
|
@ -3,7 +3,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: 1.0.9
|
Version: 1.0.9
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/xsessions/xinit-compat.desktop
|
%{_datadir}/xsessions/xinit-compat.desktop
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.9-3
|
||||||
- Really fix license tag.
|
- Really fix license tag.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user