| Summary: | Latte crashes when using hotkeys | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | trmdi |
| 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/3bfa313cbb8d0f2daf096319470abc33ec080432 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
trmdi
2019-01-27 06:46:55 UTC
latte-dock -d: ------------------ [warning 13:53:48.579579] - file:///usr/lib64/qt5/qml/org/kde/latte/BadgeText.qml:122:5: QML Text: Binding loop detected for property "width" KCrash: Attempting to start /usr/bin/latte-dock directly KCrash: Application 'latte-dock' crashing... KCrash: Attempting to start /usr/lib64/libexec/drkonqi directly (In reply to trmdi from comment #1) > latte-dock -d: > ------------------ > [warning 13:53:48.579579] - > file:///usr/lib64/qt5/qml/org/kde/latte/BadgeText.qml:122:5: QML Text: > Binding loop detected for property "width" > KCrash: Attempting to start /usr/bin/latte-dock directly > KCrash: Application 'latte-dock' crashing... > KCrash: Attempting to start /usr/lib64/libexec/drkonqi directly please retest with last commit, I fixed a binding loop for height in there and it could be relevant. The binding loop for width I can not reproduce yet in my system (In reply to Michail Vourlakos from comment #2) > please retest with last commit, I fixed a binding loop for height in there > and it could be relevant. The binding loop for width I can not reproduce yet > in my system Still happens with ffc1669c. If I change the line 126 to e.g: width: 10, it will not crash, but the hotkey will not trigger anything. Can you send your layout file in case it could to reproduce? (In reply to Michail Vourlakos from comment #4) > Can you send your layout file in case it could to reproduce? My layout https://bugs.kde.org/attachment.cgi?id=117148 (In reply to trmdi from comment #5) > (In reply to Michail Vourlakos from comment #4) > > Can you send your layout file in case it could to reproduce? > > My layout https://bugs.kde.org/attachment.cgi?id=117148 with your layout, is reproduced Git commit 3bfa313cbb8d0f2daf096319470abc33ec080432 by Michail Vourlakos. Committed on 27/01/2019 at 11:54. Pushed by mvourlakos into branch 'master'. fix crash when showing shortcut badges M +1 -1 containment/package/contents/ui/applet/ShortcutBadge.qml M +1 -1 plasmoid/package/contents/ui/task/IconItem.qml https://commits.kde.org/latte-dock/3bfa313cbb8d0f2daf096319470abc33ec080432 Yes, it does not crash anymore. But now there are two issues: - shortcut badges are too small. See my screenshot: https://i.imgur.com/EBMigNo.png (Item size = 32px) - pressing shortcuts does not trigger anything with my layout. It works with your layout. (In reply to trmdi from comment #8) > Yes, it does not crash anymore. > But now there are two issues: > - shortcut badges are too small. See my screenshot: > https://i.imgur.com/EBMigNo.png (Item size = 32px) ok, in last commit I added 24px. as minimum height in order to not get too narrow with no reason > - pressing shortcuts does not trigger anything with my layout. It works with > your layout. fixed, no entries activation works immediately after startup |