| Summary: | After KWin restarts, Night Color Control becomes Night Color Is Not In Control | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeplasma-addons | Reporter: | ratijas <me> |
| Component: | Night Color Control | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | kwin-bugs-null, vlad.zahorodnii |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ratijas
2022-11-22 13:49:30 UTC
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. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/280 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3251 *** This bug has been marked as a duplicate of bug 428854 *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3253 |