Expected states logged as errors/warnings at startup #162
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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