rpms/kdebase-workspace/F-9 kdebase-workspace-4.0.5-plasma-xinerama.patch, NONE, 1.1 kdebase-workspace.spec, 1.86, 1.87

Lukas Tinkl (ltinkl) fedora-extras-commits at redhat.com
Mon Jun 16 15:01:55 UTC 2008


Author: ltinkl

Update of /cvs/extras/rpms/kdebase-workspace/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10566

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.0.5-plasma-xinerama.patch 
Log Message:
fix plasma+kwin+xinerama problem


kdebase-workspace-4.0.5-plasma-xinerama.patch:

--- NEW FILE kdebase-workspace-4.0.5-plasma-xinerama.patch ---
--- plasma/plasma/panelview.cpp	2008/06/10 13:07:49	819039
+++ plasma/plasma/panelview.cpp	2008/06/10 13:10:33	819040
@@ -128,7 +128,7 @@
     NETExtendedStrut strut;
 
     QRect thisScreen = QApplication::desktop()->screenGeometry(containment()->screen());
-    QRect wholeScreen = QApplication::desktop()->screenGeometry();
+    QRect wholeScreen = QApplication::desktop()->geometry();
 
     // extended struts are to the combined screen geoms, not the single screen
     int leftOffset = wholeScreen.x() - thisScreen.x();


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/F-9/kdebase-workspace.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- kdebase-workspace.spec	1 Jun 2008 20:39:30 -0000	1.86
+++ kdebase-workspace.spec	16 Jun 2008 15:01:07 -0000	1.87
@@ -6,7 +6,7 @@
 Name: kdebase-workspace
 Version: 4.0.5
 
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -24,6 +24,8 @@
 # 441062: packagekit tools do not show icons correctly on KDE
 Patch8: kdebase-workspace-4.0.3-krdb.patch
 Patch10: kdebase-workspace-4.0.4-klipper-url.patch
+# kdebug:163146: Kwin on maximize doesn't respect the panel size with 2 monitors 
+Patch11: kdebase-workspace-4.0.5-plasma-xinerama.patch
 
 # upstream patches:
 # http://bugs.kde.org/155362 (show Name in addition to GenericName in simple menu)
@@ -159,6 +161,7 @@
 %patch7 -p0 -b .timedate-kcm
 %patch8 -p0 -b .krdb
 %patch10 -p1 -b .klipper-url
+%patch11 -p0 -b .plasma-xinerama
 
 # upstream patches
 %patch101 -p1 -b .menu-switch
@@ -292,7 +295,10 @@
 
 
 %changelog
-* Sun Jun 01 2008 Than Ngo <than at redhat.com> 4.0.5-1
+* Mon Jun 16 2008 Lukáš Tinkl <ltinkl at redhat.com> - 4.0.5-2
+- kdebug#163146: Kwin on maximize doesn't respect the panel size with 2 monitors
+
+* Sun Jun 01 2008 Than Ngo <than at redhat.com> - 4.0.5-1
 - 4.0.5
 
 * Sat May 24 2008 Than Ngo <than at redhat.com> -  4.0.4-6




More information about the fedora-extras-commits mailing list