Summary: | if dolphin have separate panel it cannot be iconified clicking in kde application tray icon | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | pier andre <pier_andreit> |
Component: | widget-taskbar | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | peter.penz19, thijs22nospam |
Priority: | NOR | ||
Version: | 4.7.4 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/b7e30e489f21e09f31e04dab6e8f130764e63671 | Version Fixed In: | 4.11 |
Sentry Crash Report: |
Description
pier andre
2010-12-08 21:31:52 UTC
Thanks for the report. I can reproduce the issue on 4.5 and trunk. It is unrelated to Dolphin itself and guess this must be fixed either in Plasma or KWin. Confirmed in 4.7.4. I also checked Amarok, which seems to suffer from the same issue. So: Whenever an application is split in multiple mini-windows (or whatever you want to call them) and you click on the taskbar item, it does not minimize. I'd expect one of two possibilities: 1) All mini-windows controlled by the one icon 2) A taskbar item for every seperate mini-window Git commit b7e30e489f21e09f31e04dab6e8f130764e63671 by Aaron Seigo. Committed on 15/06/2013 at 22:59. Pushed by aseigo into branch 'master'. use KWindowInfo to check for transients; take more care with transients it does a rather more thorough job and fixes the problem of utility windows that are transients (e.g. toolboxes pulled out of app windows) preventing windows from being minimized properly from the tasks widget this is probably far older than the 2.5 year old bug report. M +14 -2 libs/taskmanager/task.cpp M +1 -1 libs/taskmanager/task.h M +2 -2 libs/taskmanager/task_x11.cpp M +36 -21 libs/taskmanager/taskmanager.cpp http://commits.kde.org/kde-workspace/b7e30e489f21e09f31e04dab6e8f130764e63671 |