<?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>510056</bug_id>
          
          <creation_ts>2025-09-29 14:43:45 +0000</creation_ts>
          <short_desc>Unchecking &quot;Organize windows in the Grid View&quot; option only shows the windows on the current desktop for grid view</short_desc>
          <delta_ts>2026-01-08 14:55:32 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>kwin</product>
          <component>effects-overview</component>
          <version>6.4.5</version>
          <rep_platform>Other</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="Martin van Es">bugs</reporter>
          <assigned_to name="KWin default assignee">kwin-bugs-null</assigned_to>
          <cc>nate</cc>
          
          <cf_commitlink>https://invent.kde.org/plasma/kwin-x11/-/commit/9279841c40a59454f9ee2146a3a12d365cb3a70c</cf_commitlink>
          <cf_versionfixedin>6.5.0</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2458375</commentid>
    <comment_count>0</comment_count>
    <who name="Martin van Es">bugs</who>
    <bug_when>2025-09-29 14:43:45 +0000</bug_when>
    <thetext>SUMMARY
When activating Overview and having &apos;Organize windows in the Grid View&apos; deselected, on all but the current desktop no windows are visible.

STEPS TO REPRODUCE
1. Enable Desktop Effect Overview (while having multiple desktops)
2. Select shortcut and deselect &apos;Organize windows in the Grid View&apos; (deselect Ignore minimized windows)
3. Click &apos;Apply&apos;
4. Activate Overview

OBSERVED RESULT
Current desktops shows application windows, all other desktops are empty

EXPECTED RESULT
All desktops in overview show their applications

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 25.04
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.14.0
Qt Version: 6.8.3
Kernel Version: 6.16.9-mve (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-10510U CPU @ 1.80GHz
Memory: 32 GiB of RAM (31.1 GiB usable)
Graphics Processor: Intel® UHD Graphics
Manufacturer: Notebook
Product Name: N141CU</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2458463</commentid>
    <comment_count>1</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2025-09-29 19:49:24 +0000</bug_when>
    <thetext>I can reproduce this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2458644</commentid>
    <comment_count>2</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2025-09-30 13:57:57 +0000</bug_when>
    <thetext>A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/8180</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2458820</commentid>
    <comment_count>3</comment_count>
    <who name="Marco Martin">notmart</who>
    <bug_when>2025-10-01 10:30:20 +0000</bug_when>
    <thetext>Git commit bce4d3f3d888083b0c40d35439d0be4c7342a703 by Marco Martin.
Committed on 01/10/2025 at 07:16.
Pushed by mart into branch &apos;master&apos;.

effects/overview: fix behavior when deskotp grid doesn&apos;t layout

When the option &quot;organize windows in desktop grid&quot; is disabled,
the windows on other desktops were invisible (and opacity===0)

Also, the offsetX property wasn&apos;t set quite right, because

initialHidden now does not depend on isOnOtherDesktop anymore
so the windows are visible, and offsetX depends on mainBackground.deltaColumn
when gridVal is &gt; 0, is not inversely proportional to gridval anymore, but on/off

M  +1    -1    src/plugins/overview/qml/Main.qml
M  +1    -1    src/plugins/private/qml/WindowHeapDelegate.qml

https://invent.kde.org/plasma/kwin/-/commit/bce4d3f3d888083b0c40d35439d0be4c7342a703</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2458847</commentid>
    <comment_count>4</comment_count>
    <who name="Marco Martin">notmart</who>
    <bug_when>2025-10-01 12:30:16 +0000</bug_when>
    <thetext>Git commit ad93ca7fd785c05b9d2a4acf31865bdcfd6e91b7 by Marco Martin.
Committed on 01/10/2025 at 11:37.
Pushed by mart into branch &apos;Plasma/6.4&apos;.

effects/overview: fix behavior when deskotp grid doesn&apos;t layout

When the option &quot;organize windows in desktop grid&quot; is disabled,
the windows on other desktops were invisible (and opacity===0)

Also, the offsetX property wasn&apos;t set quite right, because

initialHidden now does not depend on isOnOtherDesktop anymore
so the windows are visible, and offsetX depends on mainBackground.deltaColumn
when gridVal is &gt; 0, is not inversely proportional to gridval anymore, but on/off


(cherry picked from commit bce4d3f3d888083b0c40d35439d0be4c7342a703)

bce4d3f3 effects/overview: fix behavior when deskotp grid doesn&apos;t layout

Co-authored-by: Marco Martin &lt;notmart@gmail.com&gt;

M  +1    -1    src/plugins/overview/qml/main.qml
M  +1    -1    src/plugins/private/qml/WindowHeapDelegate.qml

https://invent.kde.org/plasma/kwin/-/commit/ad93ca7fd785c05b9d2a4acf31865bdcfd6e91b7</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2458879</commentid>
    <comment_count>5</comment_count>
    <who name="Marco Martin">notmart</who>
    <bug_when>2025-10-01 15:19:53 +0000</bug_when>
    <thetext>Git commit a8257d7dc1c8068ffcf7283fbbdecbfc7c2e994d by Marco Martin.
Committed on 01/10/2025 at 13:04.
Pushed by mart into branch &apos;Plasma/6.5&apos;.

effects/overview: fix behavior when deskotp grid doesn&apos;t layout

When the option &quot;organize windows in desktop grid&quot; is disabled,
the windows on other desktops were invisible (and opacity===0)

Also, the offsetX property wasn&apos;t set quite right, because

initialHidden now does not depend on isOnOtherDesktop anymore
so the windows are visible, and offsetX depends on mainBackground.deltaColumn
when gridVal is &gt; 0, is not inversely proportional to gridval anymore, but on/off


(cherry picked from commit bce4d3f3d888083b0c40d35439d0be4c7342a703)

bce4d3f3 effects/overview: fix behavior when deskotp grid doesn&apos;t layout

Co-authored-by: Marco Martin &lt;notmart@gmail.com&gt;

M  +1    -1    src/plugins/overview/qml/Main.qml
M  +1    -1    src/plugins/private/qml/WindowHeapDelegate.qml

https://invent.kde.org/plasma/kwin/-/commit/a8257d7dc1c8068ffcf7283fbbdecbfc7c2e994d</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2482962</commentid>
    <comment_count>6</comment_count>
    <who name="Blazer Silving">breakingspell</who>
    <bug_when>2026-01-08 14:55:32 +0000</bug_when>
    <thetext>Git commit 9279841c40a59454f9ee2146a3a12d365cb3a70c by Blazer Silving, on behalf of Marco Martin.
Committed on 07/01/2026 at 18:42.
Pushed by mart into branch &apos;master&apos;.

effects/overview: fix behavior when deskotp grid doesn&apos;t layout

When the option &quot;organize windows in desktop grid&quot; is disabled,
the windows on other desktops were invisible (and opacity===0)

Also, the offsetX property wasn&apos;t set quite right, because

initialHidden now does not depend on isOnOtherDesktop anymore
so the windows are visible, and offsetX depends on mainBackground.deltaColumn
when gridVal is &gt; 0, is not inversely proportional to gridval anymore, but on/off

M  +1    -1    src/plugins/overview/qml/main.qml
M  +1    -1    src/plugins/private/qml/WindowHeapDelegate.qml

https://invent.kde.org/plasma/kwin-x11/-/commit/9279841c40a59454f9ee2146a3a12d365cb3a70c</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>