wicd-cli does not switch wired network profiles

Bug #684773 reported by Daniil Alexashenkov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wicd
Fix Released
Medium
David Paleino

Bug Description

wicd version 1.7.0 from debian squeeze repos

Switching with command:
wicd -z -o -m wired-default does not work and gives this error:

Traceback (most recent call last):
  File "/usr/share/wicd/cli/wicd-cli.py", line 99, in <module>
    config.ReadWiredNetworkProfile(options.name)
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "ReadWiredNetworkProfile" with signature "s" on interface "org.wicd.daemon.config" doesn't exist

The problem is in wicd-cli.py line 99:
Instead of
config.ReadWiredNetworkProfile(options.name)
it should read
wired.ReadWiredNetworkProfile(options.name)

Tags: patch wicd-cli

Related branches

Revision history for this message
David Paleino (dpaleino) wrote :

Fixed in rev 723, thanks!

Changed in wicd:
milestone: none → 1.7.2
assignee: nobody → David Paleino (dpaleino)
importance: Undecided → Medium
status: New → Fix Committed
tags: added: patch
David Paleino (dpaleino)
Changed in wicd:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.