<?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>116227</bug_id>
          
          <creation_ts>2005-11-13 12:06:15 +0000</creation_ts>
          <short_desc>Applets appear on top after switch desktop</short_desc>
          <delta_ts>2005-12-17 07:41:26 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>superkaramba</product>
          <component>general</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>1</everconfirmed>
          <reporter name="Dik Takken">kde</reporter>
          <assigned_to name="Ryan Nickell">p0z3r</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>389395</commentid>
    <comment_count>0</comment_count>
    <who name="Dik Takken">kde</who>
    <bug_when>2005-11-13 12:06:16 +0000</bug_when>
    <thetext>Version:           0.37-rc2 (using KDE KDE 3.4.1)
Installed from:    Gentoo Packages
OS:                Linux

When I have multiple desktops with windows on each of them, and I start some Karamba applets, I sometimes see the applets on top of the normal windows after switching to a different desktop that has normal windows on it. Clicking on a window will make the applets go back to the background again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393765</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Nickell">p0z3r</who>
    <bug_when>2005-11-29 04:07:43 +0000</bug_when>
    <thetext>This appears to work as expected with running only one theme, but when running more than one theme, they don&apos;t get set behind all windows.  Further investigation is needed to resolve this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>399298</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Nickell">p0z3r</who>
    <bug_when>2005-12-17 07:41:25 +0000</bug_when>
    <thetext>SVN commit 489092 by nickell:

BUG:116227  Using KWin::setType() as Normal instead of Dock fixes this.
Previously it was reported that using Dock helped with taskbar type
themes.  I didn&apos;t notice any ill behavior with the type being set to Normal
with the current codebase.


 M  +2 -3      karamba.cpp  


--- branches/KDE/3.5/kdeutils/superkaramba/src/karamba.cpp #489091:489092
@@ -457,7 +457,6 @@
           toggleLocked-&gt;setChecked( true );
           slotToggleLocked();
           toggleLocked-&gt;setEnabled(false);
-
         }
 
         if(lineParser.getBoolean(&quot;BOTTOMBAR&quot;))
@@ -743,7 +742,7 @@
     {
       // Matthew Kay: set window type to &quot;dock&quot;
       // (plays better with taskbar themes this way)
-      KWin::setType(winId(), NET::Dock);
+      KWin::setType(winId(), NET::Normal);
 
       #if defined(KDE_MAKE_VERSION)
         #if KDE_VERSION &gt;= KDE_MAKE_VERSION(3,1,9)
@@ -810,7 +809,7 @@
 
   // Matthew Kay: set window type to &quot;dock&quot; (plays better with taskbar themes
   // this way)
-  KWin::setType(winId(), NET::Dock);
+  KWin::setType(winId(), NET::Normal);
 
   #if defined(KDE_MAKE_VERSION)
     #if KDE_VERSION &gt;= KDE_MAKE_VERSION(3,1,9)
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>