SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. Use Arch Linux 2. install latte-dock-git from the AUR with yay 3. start latte-dock OBSERVED RESULT All Icons in the task area are smushed together, there are no indicator points displayed, settings area for indicators is empty EXPECTED RESULT indicators show properly, and i can configure them with margins for example SOFTWARE/OS VERSIONS Linux/KDE Plasma: current Arch Linux (available in About System) KDE Plasma Version: 5.25.0 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.3 ADDITIONAL INFORMATION bug report created from this post -> https://www.reddit.com/r/kde/comments/vfpuox/latte_v010x_has_many_broken_parts_with_plasma_525/icxiipj/?context=3 a pastebin of the output of latte-dock -d is here -> https://pastebin.com/YqfKmhA0
the indicators installation is probably broken... no idea why... you could try to install latte git version manually in order to confirm that the package is not properly made.
no it isnt... indicators are not installed properly... hm.....
(In reply to Michail Vourlakos from comment #1) > the indicators installation is probably broken... no idea why... you could > try to install latte git version manually in order to confirm that the > package is not properly made. i tried to manually clone the repo and run the accompanied install.sh file to install (took a while because that script only utilizes one core it seems), and can confirm that the behaviour did not change
Git commit ec51d21eae94f22e810653169894ef499c381850 by Michail Vourlakos. Committed on 19/06/2022 at 15:35. Pushed by mvourlakos into branch 'master'. support json files from indicators --when an indicator provides only a json file for its metadata latte now is able to indentify it properly. M +23 -6 app/indicator/factory.cpp M +2 -0 app/indicator/factory.h M +5 -9 app/view/indicator/indicator.cpp M +4 -3 app/view/settings/indicatoruimanager.cpp https://invent.kde.org/plasma/latte-dock/commit/ec51d21eae94f22e810653169894ef499c381850
(In reply to stefanfunk1998 from comment #3) > i tried to manually clone the repo and run the accompanied install.sh file > to install (took a while because that script only utilizes one core it > seems), and can confirm that the behaviour did not change you are right... thanks a lot for your patience, I have just provided a fix... if you try again with latest git version you will probably not happen the issue any more.
(In reply to Michail Vourlakos from comment #5) > (In reply to stefanfunk1998 from comment #3) > > i tried to manually clone the repo and run the accompanied install.sh file > > to install (took a while because that script only utilizes one core it > > seems), and can confirm that the behaviour did not change > > you are right... thanks a lot for your patience, I have just provided a > fix... if you try again with latest git version you will probably not happen > the issue any more. Can confirm that it is now working. Thank you for the quick fix