| Summary: | Invisible Icons after update | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | Michail Vourlakos <mvourlakos> |
| Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.9.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/latte-dock/38663c25346605b53d628032ac8bd4651d33616e | Version Fixed/Implemented In: | 0.9.2 |
| Sentry Crash Report: | |||
|
Description
Michail Vourlakos
2019-08-15 09:35:45 UTC
Git commit f449e22943f5f08de90ecaeebd028f32e6551483 by Michail Vourlakos. Committed on 15/08/2019 at 10:06. Pushed by mvourlakos into branch 'v0.9'. dont hide icons/applets for software rendering --when qml software rendering is enabled the ShaderEffects do not work. Hiding sources in that case is hiding from the user tasks and applets with no visual feedback. Sources in that case should hide themeselves and give the user the minimum which is the original drawn contents. FIXED-IN:0.9.2 M +3 -4 containment/package/contents/ui/applet/ItemWrapper.qml M +3 -0 containment/package/contents/ui/applet/colorizer/Applet.qml M +3 -1 plasmoid/package/contents/ui/task/IconItem.qml M +2 -1 plasmoid/package/contents/ui/task/TaskItem.qml https://commits.kde.org/latte-dock/f449e22943f5f08de90ecaeebd028f32e6551483 Git commit 38663c25346605b53d628032ac8bd4651d33616e by Michail Vourlakos. Committed on 15/08/2019 at 10:09. Pushed by mvourlakos into branch 'master'. dont hide icons/applets for software rendering --when qml software rendering is enabled the ShaderEffects do not work. Hiding sources in that case is hiding from the user tasks and applets with no visual feedback. Sources in that case should hide themeselves and give the user the minimum which is the original drawn contents. FIXED-IN:0.9.2 M +3 -4 containment/package/contents/ui/applet/ItemWrapper.qml M +3 -0 containment/package/contents/ui/applet/colorizer/Applet.qml M +3 -1 plasmoid/package/contents/ui/task/IconItem.qml M +2 -1 plasmoid/package/contents/ui/task/TaskItem.qml https://commits.kde.org/latte-dock/38663c25346605b53d628032ac8bd4651d33616e |