This commit is contained in:
parent
89975c3d12
commit
5065d29b67
@ -10,9 +10,9 @@ Index: gnome-session/gnome-wm
|
||||
+ if /usr/bin/xdpyinfo | /usr/bin/grep -q '^vendor release number: *70000001'; then
|
||||
+ if [ -x /usr/bin/compiz ]; then
|
||||
+ if [ -z "$SMID" ]; then
|
||||
+ exec /usr/bin/compiz --replace --sm-disable gconf
|
||||
+ exec /usr/bin/compiz --replace --sm-disable glib gconf
|
||||
+ else
|
||||
+ exec /usr/bin/compiz --replace --sm-client-id $SMID gconf
|
||||
+ exec /usr/bin/compiz --replace --sm-client-id $SMID glib gconf
|
||||
+ fi
|
||||
+ fi
|
||||
+ fi
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 23:47:48 CEST 2007 - dreveman@suse.de
|
||||
|
||||
- Update for compiz 0.5.2, which need glib plugin to be loaded
|
||||
before gconf plugin.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 03:44:59 CEST 2007 - cgaisford@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@ BuildRequires: CASA-devel control-center2-devel gnome-common gnome-desktop-deve
|
||||
License: GPL v2 or later, LGPL v2 or later
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.19.6
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Session Tools for the GNOME 2.x Desktop
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: gnome
|
||||
@ -153,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 03 2007 - dreveman@suse.de
|
||||
- Update for compiz 0.5.2, which need glib plugin to be loaded
|
||||
before gconf plugin.
|
||||
* Fri Aug 03 2007 - cgaisford@suse.de
|
||||
- Fixed up the tile-ui patch to work with the new gnome
|
||||
* Thu Aug 02 2007 - maw@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user