| Summary: | Make the tracking of different feature of applications (geometry, title...) optional | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | Pierpaolo Valerio <pierpaolo.valerio> |
| Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/latte-dock/ce245ab25372ccd647df1258609c67e928fb7f30 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Pierpaolo Valerio
2020-03-29 16:52:26 UTC
this was fixed much easier. The LastActiveWindow information are NOT used from Latte window touching algorithms. They are used only for applets to use them. So I blacklisted the relevant windows Git commit ce245ab25372ccd647df1258609c67e928fb7f30 by Michail Vourlakos. Committed on 07/04/2020 at 10:00. Pushed by mvourlakos into branch 'master'. ignore some windows in LastActiveWindow --LastActiveWindow is providing information to applets thus special windows that contain the following flags: skipTaskBar AND (skipPager OR skipSwitcher) these windows can be totally ignored. In such window case the LastActiveWindow used are provided. M +9 -0 app/wm/tracker/lastactivewindow.cpp M +4 -0 app/wm/waylandinterface.cpp M +4 -0 app/wm/xwindowinterface.cpp https://commits.kde.org/latte-dock/ce245ab25372ccd647df1258609c67e928fb7f30 |