Bug 97031 - Window Decorations applet only affects current screen
Summary: Window Decorations applet only affects current screen
Status: RESOLVED FIXED
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcmkwindecoration (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 22:43 UTC by Adam Jackson
Modified: 2005-05-13 17:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;