https://bugs.kde.org/show_bug.cgi?id=488764
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sit...@kde.org --- Comment #2 from Harald Sitter <sit...@kde.org> --- what I'm seeing in busctl on the first run is that we `Get` the `AccelerometerOrientation` property. that returns `undefined`. after it returns, the service issues a `PropertiesChanged` on that property with `normal` (we probably fail to act on that correctly). on subsequent runs the property is already in the service-side cache and the `Get` returns `normal` instead of `undefined` i.e. the reason it works on subsequent runs is because the service already has the property cached and returns its value immediately instead of via a changed signal -- You are receiving this mail because: You are watching all bug changes.