Bug 746935
Summary: | 'gnome-settings-daemon.desktop' failed to register before timeout | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tim Waugh <twaugh> |
Component: | cups | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | bnocera, jpopelka, rstrode, twaugh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-10-20 14:31:52 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Tim Waugh
2011-10-18 10:16:07 UTC
On further investigation this seems to be due to an interdependency between cupsd and colord. When cupsd starts for the first time (i.e. when gnome-settings-daemon connects to the socket), it tries to register colour profiles for each queue. It does this by talking to colord over D-Bus. When colord starts for the first time, as a result of this, it looks around for devices -- and one of the ways it does that is to ask cupsd for a list of printers. Unfortunately, at this point, cupsd hasn't called systemd_checkin() and so it isn't responsive. *** This bug has been marked as a duplicate of bug 743593 *** |