Summary: | Latte-dock repeatedly crashes at startup after updating Plasma to 5.18 | ||
---|---|---|---|
Product: | [Plasma] lattedock | Reporter: | avlas <jsardid> |
Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | michal.dybczak |
Priority: | NOR | ||
Version: | 0.9.8.1 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
avlas
2020-02-11 16:47:22 UTC
This seems to be related to the Buttons applet using Sierra Breeze Enhanced decorations. It would be great if Latte would be resilient to applet crashes but I guess this is not easy. I fixed it the Latte crash by recompiling Sierra Breeze Enhanced, however Buttons are not yet displayed. When I tried recompiling Buttons I get the following error: applet-window-buttons/libappletdecoration/previewbridge.cpp:75:83: error: invalid new-expression of abstract class type ‘Decoration::Applet::PreviewClient’ auto ptr = std::unique_ptr<PreviewClient>(new PreviewClient(client, decoration)); libappletdecoration/CMakeFiles/appletdecorationplugin.dir/build.make:179: recipe for target 'libappletdecoration/CMakeFiles/appletdecorationplugin.dir/previewbridge.cpp.o' failed make[2]: *** [libappletdecoration/CMakeFiles/appletdecorationplugin.dir/previewbridge.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... CMakeFiles/Makefile2:453: recipe for target 'libappletdecoration/CMakeFiles/appletdecorationplugin.dir/all' failed make[1]: *** [libappletdecoration/CMakeFiles/appletdecorationplugin.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2 This is however and error in Buttons, so perhaps I should report it there... Window Buttons widget also needed to be recompiled to work correctly with Plasma 5.18, so maybe when both are recompile (Sierra Breeze Enhanced decorations and Buttons widget) the issue will be gone. I don't have this issue because I recompiled Buttons and use different aurorae theme). You need to recompile, reinstall and relogin both window buttons and appmenu. For applets issues please report yoto their issues tracker. |