https://bugs.kde.org/show_bug.cgi?id=462126
--- Comment #1 from ratijas <m...@ratijas.tk> --- Can reproduce the issue with plain Rust & dbus-rs code. Trying to GetAll as soon as QDBusServiceWatcher::serviceRegistered happens results in this: Error: D-Bus error: No such object path '/ColorCorrect' (org.freedesktop.DBus.Error.UnknownObject) Basically, ColorCorrect is not yet initialized at the time of query. But if I add 0,5 second sleep, then it works. -- You are receiving this mail because: You are watching all bug changes.