https://bugs.kde.org/show_bug.cgi?id=423786
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fab...@ritter-vogt.de --- Comment #1 from Fabian Vogt <fab...@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 watching all bug changes.