rpms/xfdesktop/devel xfdesktop-4.4.1-use-button-zero-for-menu.patch, NONE, 1.1 xfdesktop.spec, 1.17, 1.18

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Jul 9 20:32:23 UTC 2007


Author: kevin

Update of /cvs/extras/rpms/xfdesktop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10171

Modified Files:
	xfdesktop.spec 
Added Files:
	xfdesktop-4.4.1-use-button-zero-for-menu.patch 
Log Message:
Add patch to fix menu lockups with new gtk2


xfdesktop-4.4.1-use-button-zero-for-menu.patch:

--- NEW FILE xfdesktop-4.4.1-use-button-zero-for-menu.patch ---
Index: xfwm4/src/main.c
===================================================================
--- xfwm4/src/main.c	(revision 25872)
+++ xfwm4/src/main.c	(working copy)
@@ -178,7 +178,7 @@
             popup_windowlist(gscreen, button, evt->time);
             return TRUE;
         } else if(button == 3 || (button == 1 && (state & GDK_SHIFT_MASK))) {
-            popup_desktop_menu(gscreen, button, evt->time);
+            popup_desktop_menu(gscreen, 0, evt->time);
             return TRUE;
         }
     }


Index: xfdesktop.spec
===================================================================
RCS file: /cvs/extras/rpms/xfdesktop/devel/xfdesktop.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xfdesktop.spec	19 Apr 2007 02:39:49 -0000	1.17
+++ xfdesktop.spec	9 Jul 2007 20:31:47 -0000	1.18
@@ -1,13 +1,14 @@
 Summary: Desktop manager for the XFce Desktop Environment
 Name: xfdesktop
 Version: 4.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfdesktop-4.4.1.tar.bz2
 
 # Change default for Fedora
 Patch0: xfdesktop-image-4.3.90.1.patch
+Patch1: xfdesktop-4.4.1-use-button-zero-for-menu.patch
 
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -36,6 +37,7 @@
 %setup -q
 
 %patch0 -p1 -b .fedora
+%patch1 -p1 -b .button-zero
 
 %build
 %configure
@@ -81,6 +83,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jul  9 2007 Kevin Fenzi <kevin at tummy.com> - 4.4.1-2
+- Add patch to fix menu lockups with new gtk2
+
 * Wed Apr 11 2007 Kevin Fenzi <kevin at tummy.com> - 4.4.1-1
 - Update to 4.4.1
 




More information about the scm-commits mailing list