https://bugs.kde.org/show_bug.cgi?id=446205
Michail Vourlakos <mvourla...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/latte-dock/commit/c7bb46 | |b2172602491efd0ef551f3d425b | |c235f87 Status|REPORTED |RESOLVED --- Comment #1 from Michail Vourlakos <mvourla...@gmail.com> --- Git commit c7bb46b2172602491efd0ef551f3d425bc235f87 by Michail Vourlakos. Committed on 25/01/2022 at 07:58. Pushed by mvourlakos into branch 'master'. introduce new MultipleLayouts mechanism --the new approach does not load/unload layouts during startup/exit. When the user loads layouts in multiple layouts mode the layouts are inserted and when exit they still remain in the hidden multiple layouts file. These layouts present in the multiple layouts file from now are called preloaded layouts. --the new approach fixes also the wayland exit issue and in general the message for Latte not closed properly has been totally dropped. Related: bug 448702 M +13 -0 app/apptypes.h M +4 -0 app/lattecorona.cpp M +32 -0 app/layouts/importer.cpp M +6 -0 app/layouts/importer.h M +6 -2 app/layouts/manager.cpp M +62 -0 app/layouts/storage.cpp M +3 -0 app/layouts/storage.h M +51 -13 app/layouts/synchronizer.cpp M +4 -2 app/layouts/synchronizer.h https://invent.kde.org/plasma/latte-dock/commit/c7bb46b2172602491efd0ef551f3d425bc235f87 -- You are receiving this mail because: You are watching all bug changes.