| Summary: | (steps) Taskbar does not show windows that are shaded and minimized (if the setting is to only show minimized windows) | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | M G Berberich <kde> |
| Component: | widget-taskbar | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | andresbajotierra, asraniel, kwin-bugs-null, l.lunak |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
M G Berberich
2009-09-19 11:20:19 UTC
Here using:
Qt: 4.5.2 (KDE-Qt git commit 0bd84180cd0a6ae5c5eb18c0d3ed74228434608d
Date: Mon Aug 24 13:56:57 2009 +0200)
KDE: 4.3.68 (KDE 4.3.68 (KDE 4.4 >= 20090916))
kdelibs svn rev. 1025747 / kdebase svn rev. 1025747
on ArchLinux i686 - Kernel 2.6.30.6
I can confirm this behaviour.
Another testcase:
- Set the TaskBar to show only minimized windows
- Minimize a window
It will appear on the taskbar
- Rightclick its entry and check Shade
The entry dissapears
From reading the source, KWindowInfo returns the wrong information (isMinimized() returns false instead of true). |