- fix window manager launching script. Patch from Tim Vismor
<tvismor@acm.org> (bug 202312)
This commit is contained in:
parent
11e6e7462b
commit
630ecf10ea
@ -48,7 +48,7 @@
|
||||
OLDIFS=$IFS
|
||||
IFS=":"
|
||||
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
|
||||
OPT1=
|
||||
OPT2=
|
||||
@ -63,6 +63,7 @@
|
||||
+ OPT1=--sm-client-id
|
||||
+ OPT2=$SMID
|
||||
+ OPT3=gconf
|
||||
+ ;;
|
||||
openbox)
|
||||
OPT1=--sm-client-id
|
||||
OPT2=$SMID
|
||||
|
@ -14,7 +14,7 @@
|
||||
Summary: GNOME session manager
|
||||
Name: gnome-session
|
||||
Version: 2.15.90
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
URL: http://www.gnome.org
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: redhat-default-session
|
||||
@ -167,6 +167,10 @@ done
|
||||
%{_datadir}/gnome/autostart
|
||||
|
||||
%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
|
||||
- start gnome-window-decorator and pass "gconf" when invoking
|
||||
compiz
|
||||
|
Loading…
Reference in New Issue
Block a user