- fix window manager launching script. Patch from Tim Vismor

<tvismor@acm.org> (bug 202312)
This commit is contained in:
Ray Strode 2006-08-13 04:06:03 +00:00
parent 11e6e7462b
commit 630ecf10ea
2 changed files with 7 additions and 2 deletions

View File

@ -48,7 +48,7 @@
OLDIFS=$IFS OLDIFS=$IFS
IFS=":" IFS=":"
if [ -z "$WINDOW_MANAGER" ] ; then if [ -z "$WINDOW_MANAGER" ] ; then
@@ -67,11 +73,17 @@ fi @@ -67,11 +73,18 @@ fi
# Now create options OPT1 and OPT2 based on the windowmanager used # Now create options OPT1 and OPT2 based on the windowmanager used
OPT1= OPT1=
OPT2= OPT2=
@ -63,6 +63,7 @@
+ OPT1=--sm-client-id + OPT1=--sm-client-id
+ OPT2=$SMID + OPT2=$SMID
+ OPT3=gconf + OPT3=gconf
+ ;;
openbox) openbox)
OPT1=--sm-client-id OPT1=--sm-client-id
OPT2=$SMID OPT2=$SMID

View File

@ -14,7 +14,7 @@
Summary: GNOME session manager Summary: GNOME session manager
Name: gnome-session Name: gnome-session
Version: 2.15.90 Version: 2.15.90
Release: 3%{?dist} Release: 4%{?dist}
URL: http://www.gnome.org URL: http://www.gnome.org
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Source1: redhat-default-session Source1: redhat-default-session
@ -167,6 +167,10 @@ done
%{_datadir}/gnome/autostart %{_datadir}/gnome/autostart
%changelog %changelog
* Sun Aug 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-4.fc6
- fix window manager launching script. Patch from
Tim Vismor <tvismor@acm.org> (bug 202312)
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-3.fc6 * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-3.fc6
- start gnome-window-decorator and pass "gconf" when invoking - start gnome-window-decorator and pass "gconf" when invoking
compiz compiz