Bug 97031

Summary: Window Decorations applet only affects current screen
Product: kcontrol Reporter: Adam Jackson <ajax>
Component: kcmkwindecorationAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Adam Jackson 2005-01-14 22:43:59 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2.3 
OS:                Linux

The Theme Manager and Window Decorations applets are inconsistent in their handling of multiple screens (note, not Xinerama, but multiple independent screens managed by one server).  Theme Manager applies changes to all screens, while Window Decorations only affects the current screen.

Window Decorations ought to affect all screens.
Comment 1 Lubos Lunak 2005-05-13 17:57:01 UTC
SVN commit 413200 by lunakl:

Send reconfigure command to all kwin instances.
BUG: 97031



 M  +1 -1      trunk/KDE/kdebase/kwin/kcmkwin/kwindecoration/kwindecoration.cpp  


--- trunk/KDE/kdebase/kwin/kcmkwin/kwindecoration/kwindecoration.cpp #413199:413200
@@ -601,7 +601,7 @@
 
 void KWinDecorationModule::resetKWin()
 {
-	bool ok = kapp->dcopClient()->send("kwin", "KWinInterface",
+	bool ok = kapp->dcopClient()->send("kwin*", "KWinInterface",
                         "reconfigure()", QByteArray());
 	if (!ok)
 		kdDebug() << "kcmkwindecoration: Could not reconfigure kwin" << endl;