[plasmashell] [Bug 423786] Lots of journal records related to sddm-greeter breeze "errors"

Fabian Vogt bugzilla_noreply at kde.org
Thu Jul 2 08:57:01 BST 2020


https://bugs.kde.org/show_bug.cgi?id=423786

Fabian Vogt <fabian at ritter-vogt.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fabian at ritter-vogt.de

--- Comment #1 from Fabian Vogt <fabian at ritter-vogt.de> ---
Those errors happen when sddm-greeter shuts down. It's just that the
Kirigami.Units Singleton is destructed before its users, so it turns into null.
This is harmless and you can just ignore this. It happens with git master too.

I guess that it should just use "Units.foo" instead of "units.foo" to refer to
the
Singleton explicitly instead of via its id and also import org.kde.kirigami.
At least that seems to avoid the issue here.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Visual-design mailing list