Bug 420692

Summary: Window previews are gone
Product: [Unmaintained] lattedock Reporter: avlas <jsardid>
Component: applicationAssignee: Michail Vourlakos <mvourlakos>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: git (master)   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description avlas 2020-04-28 04:38:51 UTC
I have window previews configured on hovering but they do not appear.

Could you try to reproduce with the layout attached to https://bugs.kde.org/show_bug.cgi?id=420362

By the way, I checked repeating the solution in that issue to see I could get previews back, but that didn't work
Comment 1 Michail Vourlakos 2020-04-28 08:28:53 UTC
Git commit 3018bd0fff261b48cb31c7f64573f1178c5cab65 by Michail Vourlakos.
Committed on 28/04/2020 at 08:26.
Pushed by mvourlakos into branch 'master'.

tasks:restore previews window functionality

--various improvements/fixes for previews and highlight
windows in new plasmoid architecture. All tasks settings
are now stored in applet level and not in containment
level

M  +2    -8    plasmoid/package/contents/config/main.xml
M  +55   -16   plasmoid/package/contents/ui/config/ConfigInteraction.qml
M  +2    -4    plasmoid/package/contents/ui/main.qml
M  +3    -1    plasmoid/package/contents/ui/task/TaskItem.qml

https://invent.kde.org/kde/latte-dock/commit/3018bd0fff261b48cb31c7f64573f1178c5cab65
Comment 2 Michail Vourlakos 2020-04-28 08:28:57 UTC
Git commit 3018bd0fff261b48cb31c7f64573f1178c5cab65 by Michail Vourlakos.
Committed on 28/04/2020 at 08:26.
Pushed by scmsync into branch 'master'.

tasks:restore previews window functionality

--various improvements/fixes for previews and highlight
windows in new plasmoid architecture. All tasks settings
are now stored in applet level and not in containment
level

M  +2    -8    plasmoid/package/contents/config/main.xml
M  +55   -16   plasmoid/package/contents/ui/config/ConfigInteraction.qml
M  +2    -4    plasmoid/package/contents/ui/main.qml
M  +3    -1    plasmoid/package/contents/ui/task/TaskItem.qml

https://commits.kde.org/latte-dock/3018bd0fff261b48cb31c7f64573f1178c5cab65
Comment 3 avlas 2020-04-28 12:01:37 UTC
Thanks!