[Bug 191394] "minimize all" is no minimize all (it is show desktop)
Aapo Rantalainen
aapo.rantalainen at gmail.com
Sun Jun 14 11:46:37 BST 2009
https://bugs.kde.org/show_bug.cgi?id=191394
--- Comment #7 from Aapo Rantalainen <aapo rantalainen gmail com> 2009-06-14 12:46:37 ---
kwin is designed so that foreach-window-do-minimize is hard to implement. I
tested many nuts and bolts way like XIconifyWindow (dd, wins[i], scr_screen);
but no success.
But there are still easy way do MinimizeAll. This works on plasmoid too, but it
is easier to show on standalone application:
wget https://bugs.kde.org/attachment.cgi?id=34517 -O minimizeall.cpp
wget https://bugs.kde.org/attachment.cgi?id=34518 -O CMakeLists.txt
mkdir build
cd build
cmake ../
make
./minimizeall
Showdesktop-plasmoid has that info.setShowingDesktop too so it can be
dublicated and then we have minimizeall-plasmoid.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list