Expected states logged as errors/warnings at startup #162

Closed
opened 2026-08-24 18:34:39 -04:00 by mysticalsoap · 0 comments
Owner

Three log lines report normal conditions at alarming levels, so every start reads like a failure:

  • ERROR - polkit unavailable - refusing call from :1.x: ...NameHasNoOwner: The connection does not exist — during a service restart, an in-flight call from the previous gui's now-dead bus connection gets refused. Refusing is correct and the gui reconnects a second later; a vanished caller deserves info at most, and "polkit unavailable" misnames what happened (polkit answered — the caller's connection is what's gone).
  • ERROR - Import Error: QtWebEngine is not available — qt5-webengine is deliberately optional (rejected as a hard dep in #150 with numbers); its absence is a supported configuration, not an error. One info line naming what degrades (the connection map) would do.
  • WARNING - [Errno 2] No such file or directory: '~/.aqomui/profile.json': Could not open ... — no profiles defined yet is the first-run default, and the raw errno dressing makes it look like a broken install.

🤖 Generated with Claude Code

Three log lines report normal conditions at alarming levels, so every start reads like a failure: - `ERROR - polkit unavailable - refusing call from :1.x: ...NameHasNoOwner: The connection does not exist` — during a service restart, an in-flight call from the previous gui's now-dead bus connection gets refused. Refusing is correct and the gui reconnects a second later; a vanished caller deserves info at most, and "polkit unavailable" misnames what happened (polkit answered — the caller's connection is what's gone). - `ERROR - Import Error: QtWebEngine is not available` — qt5-webengine is deliberately optional (rejected as a hard dep in #150 with numbers); its absence is a supported configuration, not an error. One info line naming what degrades (the connection map) would do. - `WARNING - [Errno 2] No such file or directory: '~/.aqomui/profile.json': Could not open ...` — no profiles defined yet is the first-run default, and the raw errno dressing makes it look like a broken install. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mysticalsoap/aqomui#162
No description provided.