| Summary: | Tasks in my layout are not showing until I change layouts | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | avlas <jsardid> |
| 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: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Minimal layout triggering the issue | ||
|
Description
avlas
2020-04-21 05:20:43 UTC
Send me your layout please Created attachment 127750 [details]
Minimal layout triggering the issue
Does that happen every time you start Latte, or it happened only once? because in my system that layout loads fine (In reply to Michail Vourlakos from comment #3) > Does that happen every time you start Latte, or it happened only once? > because in my system that layout loads fine Hmm, I see. In my end it happens every time :( The mentioned commit introduces some changes in qml libraries, if you install Latte by yourself you could try also the following: 1. Close Latte 2. Remove ALL files in "/usr/lib64/qt5/qml/org/kde/latte/" if this is the folder all qml libraries are installed for Latte 3. Reinstall Latte 4. Start Latte is it fixed? B. You can also send the "latte-dock -d" output in order to compare it with my system. (In reply to Michail Vourlakos from comment #5) > The mentioned commit introduces some changes in qml libraries, if you > install Latte by yourself you could try also the following: > > 1. Close Latte > 2. Remove ALL files in "/usr/lib64/qt5/qml/org/kde/latte/" if this is the > folder all qml libraries are installed for Latte > 3. Reinstall Latte > 4. Start Latte > > is it fixed? This fixed my issue, thank you! Wondering whether you would consider adding the removal of that folder in your install script. It is too dangerous, so I prefer to inform the users somehow. This is going to hit only those that install Latte by themselves. All those that are using distro packages won't be hit by it. (In reply to Michail Vourlakos from comment #8) > It is too dangerous, so I prefer to inform the users somehow. > > This is going to hit only those that install Latte by themselves. All those > that are using distro packages won't be hit by it. Sounds good, thank you |