rpms/compiz/devel desktop-effects-0.7.17-ignore-hints.patch, NONE, 1.1 compiz.spec, 1.129, 1.130

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Fri Jun 13 08:56:59 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/compiz/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24154

Modified Files:
	compiz.spec 
Added Files:
	desktop-effects-0.7.17-ignore-hints.patch 
Log Message:
Don't use desktops and viewport at the same time when started via desktop-effects

desktop-effects-0.7.17-ignore-hints.patch:

--- NEW FILE desktop-effects-0.7.17-ignore-hints.patch ---
diff -upNr desktop-effects-0.7.17.orign/desktop-effects.c desktop-effects-0.7.17/desktop-effects.c
--- desktop-effects-0.7.17.orign/desktop-effects.c	2008-01-17 19:22:37.000000000 +0100
+++ desktop-effects-0.7.17/desktop-effects.c	2008-06-13 10:49:11.000000000 +0200
@@ -251,7 +251,7 @@ start_compiz (App *app, GError **err)
     if (!g_spawn_command_line_async ("gtk-window-decorator", err))
 	return FALSE;
     
-    if (!g_spawn_command_line_async ("compiz --replace glib gconf", err))
+    if (!g_spawn_command_line_async ("compiz --ignore-desktop-hints --replace glib gconf", err))
 	return FALSE;
     
     app->compiz_running = TRUE;


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- compiz.spec	11 Jun 2008 15:49:56 -0000	1.129
+++ compiz.spec	13 Jun 2008 08:56:17 -0000	1.130
@@ -14,7 +14,7 @@
 License:        X11/MIT/GPL
 Group:          User Interface/Desktops
 Version:        0.7.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,6 +52,7 @@
 
 
 # Patches that are not upstream
+Patch101: desktop-effects-0.7.17-ignore-hints.patch
 Patch102: desktop-effects-0.7.17-wall-plugin.patch
 Patch103: composite-cube-logo.patch
 Patch105: fedora-logo.patch
@@ -121,6 +122,7 @@
 %setup -q 
 
 pushd ../desktop-effects-%{dialogversion}
+%patch101 -p1 -b .ignore-hints
 %patch102 -p1 -b .wall-plugin
 popd
 
@@ -330,6 +332,9 @@
 
 
 %changelog
+* Fri Jun 13 2008 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.6-6
+- Don't use desktops and viewport at the same time
+
 * Wed Jun 11 2008 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.6-5
 - Revert to old gconf schmema install script
 




More information about the fedora-extras-commits mailing list