Bug 1148402
Summary: | wicd-gtk "ERROR: Unable to communicate with wicd daemon." | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rob <robsaundmisc> | ||||
Component: | wicd | Assignee: | David Cantrell <dcantrell> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 20 | CC: | chrise, dcantrell, gansalmon, itamar, jan, jerther, jonathan, kernel-maint, madhu.chinakonda, mchehab, qwzx.net | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-11-25 16:17:12 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Rob
2014-10-01 11:50:59 UTC
I've had this problem for a week now, after doing an update of F20. wicd-gtk no longer is able to talk to the running daemon, wicd-curses works fine. I have this problem as well. wicd-curses and wicd-cli works fine and I am able to successfully connect with them. It looks like /usr/share/wicd/gtk/wicd-client.py is the culprit. At the end is a check to see if "wireless" was found in the dbus interface. If not then the error that is posted appears. The problem is that the dbus interface hasn't been checked at that point so the error always appears. Getting rid of that check ( so that just main(sys.argv) is called ) works for me. Removing the check fixed the problem for me too. *** This bug has been marked as a duplicate of bug 1074315 *** |