Bug 406789 - [Feature Request] Show only minimized tasks
Summary: [Feature Request] Show only minimized tasks
Status: RESOLVED INTENTIONAL
Alias: None
Product: lattedock
Classification: Plasma
Component: plasmoid (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-22 22:44 UTC by Janet Blackquill
Modified: 2019-05-11 06:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janet Blackquill 2019-04-22 22:44:05 UTC
SUMMARY
As the title implies, this is a feature request to have a config option to only show minimized tasks a la the Plasma task manager widget.

OBSERVED RESULT
Look in tasks and see option to show only minimized tasks

EXPECTED RESULT
Look in tasks and doesn't see option to show only minimized tasks

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed (20190420)
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.57.0
Qt Version: 5.12.2
Latte Version: 0.8.8

ADDITIONAL INFORMATION
I was poking at the source code earlier and noticed the usage of the org.kde.taskmanager QML widget, which already seems to have the ability to show only minimized tasks. It should be possible to add a configuration option and then wire the necessary UI and QML options relatively easily.
Comment 1 Michail Vourlakos 2019-04-22 23:21:38 UTC
Latte is using plasma libtaskmanager, so yes this is possible.

Can you please provide some examples why someone would need this?
Comment 2 Janet Blackquill 2019-04-23 01:54:36 UTC
Let's say one user is creating a setup that is supposed to resemble macOS. They use Latte as their dock and want functionality similar to how macOS handles minimizing (the windows do the classic "genie effect" and shrink to fit into a thumbnail on the dock). While using show only minimized tasks, a similar effect can be done, albeit with an icon instead of a window thumbnail. Considering the popularity of setups that try to copy macOS, this seems like something that could be used to enhance the quality of those setups. You can see an example of a setup that could be possible with the Latte plasmoid here: https://www.youtube.com/watch?v=yLDwXNiU9gs [the setup is using the icons only task manager as a substitute for the latte plasmoid]

Another user could use the functionality to recreate the iconify effect found in WMs like TWM, where windows don't minimize, rather, they shrink into a newly created icon somewhere on the desktop.
Comment 3 Michail Vourlakos 2019-05-01 20:57:13 UTC
(In reply to Carson Black from comment #2)
> Let's say one user is creating a setup that is supposed to resemble macOS.
> They use Latte as their dock and want functionality similar to how macOS
> handles minimizing (the windows do the classic "genie effect" and shrink to
> fit into a thumbnail on the dock). While using show only minimized tasks, a
> similar effect can be done, albeit with an icon instead of a window
> thumbnail. Considering the popularity of setups that try to copy macOS, this
> seems like something that could be used to enhance the quality of those
> setups. You can see an example of a setup that could be possible with the
> Latte plasmoid here: https://www.youtube.com/watch?v=yLDwXNiU9gs [the setup
> is using the icons only task manager as a substitute for the latte plasmoid]
> 
> Another user could use the functionality to recreate the iconify effect
> found in WMs like TWM, where windows don't minimize, rather, they shrink
> into a newly created icon somewhere on the desktop.

but all this can be provided by a plasma taskmanager inside a Latte dock/panel, so the support for this from the Latte Tasks I dont think is that important