<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>97031</bug_id>
          
          <creation_ts>2005-01-14 22:43:59 +0000</creation_ts>
          <short_desc>Window Decorations applet only affects current screen</short_desc>
          <delta_ts>2005-05-13 17:57:01 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>kcontrol</product>
          <component>kcmkwindecoration</component>
          <version>unspecified</version>
          <rep_platform>Gentoo Packages</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Adam Jackson">ajax</reporter>
          <assigned_to name="KWin default assignee">kwin-bugs-null</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>303104</commentid>
    <comment_count>0</comment_count>
    <who name="Adam Jackson">ajax</who>
    <bug_when>2005-01-14 22:43:59 +0000</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>341782</commentid>
    <comment_count>1</comment_count>
    <who name="Lubos Lunak">l.lunak</who>
    <bug_when>2005-05-13 17:57:01 +0000</bug_when>
    <thetext>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-&gt;dcopClient()-&gt;send(&quot;kwin&quot;, &quot;KWinInterface&quot;,
+	bool ok = kapp-&gt;dcopClient()-&gt;send(&quot;kwin*&quot;, &quot;KWinInterface&quot;,
                         &quot;reconfigure()&quot;, QByteArray());
 	if (!ok)
 		kdDebug() &lt;&lt; &quot;kcmkwindecoration: Could not reconfigure kwin&quot; &lt;&lt; endl;
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>