Bug 420692 - Window previews are gone
Summary: Window previews are gone
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Plasma
Component: application (show other bugs)
Version: git (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-28 04:38 UTC by avlas
Modified: 2020-04-28 12:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!