Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#10461 - WiCD GUI crashes and won't restart if certain options enabled
Attached to Project:
Arch Linux
Opened by name withheld (Gullible Jones) - Tuesday, 20 May 2008, 22:47 GMT
Last edited by Eduardo Romero (kensai) - Sunday, 23 November 2008, 19:30 GMT
Opened by name withheld (Gullible Jones) - Tuesday, 20 May 2008, 22:47 GMT
Last edited by Eduardo Romero (kensai) - Sunday, 23 November 2008, 19:30 GMT
|
DetailsDescription:
If the "always show wired interface" button is checked in the WiCD config dialog, WiCD's user interface crashes, and refuses to start on subsequent attempts. This has special nuisance value due to WiCD's unusual layout, which makes manual reconfiguration with a text editor a bit difficult (it is not obvious where certain config data is stored). Additional info: * wicd 1.4.1-4 This is the repo version, which is out of date - the current release is 1.4.2. I'm not sure if this is fixed in that version. Steps to reproduce: 1. Install WiCD as per the wiki. 2. Configure WiCD to "always show wired interface" in the config dialog. The GUI should freeze. 3. Try to start the GUI again, and watch it fail. |
This task depends upon
Closed by Eduardo Romero (kensai)
Sunday, 23 November 2008, 19:30 GMT
Reason for closing: Fixed
Additional comments about closing: Last comment says it is fault of the bug reporter. Can't reproduce here.
Sunday, 23 November 2008, 19:30 GMT
Reason for closing: Fixed
Additional comments about closing: Last comment says it is fault of the bug reporter. Can't reproduce here.
This is an upstream bug, please report it at their bugtracker: https://launchpad.net/wicd
The package has already been flagged out of date.
- We don't know that the bug isn't caused by Arch's packaging of Wicd, even though it's unlikely
- It should not be closed until the bug is known to be reported upstream
- It should not be closed just because there's a newer version - the new version may not fix it.
I'm going to try out version 1.5.1, the current version, and see if it still has this problem.
BTW - the version in Extra-x86 doesn't have a maintainer. Is anyone able to take up maintenance of the package?
Traceback (most recent call last):
File "/usr/lib/wicd/wicd-client.py", line 557, in <module>
main(sys.argv)
File "/usr/lib/wicd/wicd-client.py", line 538, in main
tray_icon = TrayIcon(use_tray, animate)
File "/usr/lib/wicd/wicd-client.py", line 102, in __init__
self.icon_info = self.TrayConnectionInfo(self.tr, use_tray, animate)
File "/usr/lib/wicd/wicd-client.py", line 121, in __init__
self.update_tray_icon()
File "/usr/lib/wicd/wicd-client.py", line 178, in update_tray_icon
[state, info] = daemon.GetConnectionStatus()
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 607, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/dbus/service.py", line 643, in _message_cb
(candidate_method, parent_method) = _method_lookup(self, method_name, interface_name)
File "/usr/lib/python2.5/site-packages/dbus/service.py", line 244, in _method_lookup
raise UnknownMethodException('%s is not a valid method of interface %s' % (method_name, dbus_interface))
UnknownMethodException: org.freedesktop.DBus.Error.UnknownMethod: Unknown method: GetConnectionStatus is not a valid method of interface org.wicd.daemon
Not sure what is wrong here, maybe it needs another dependency?
dbus-python 0.83.0-1
pygtk 2.12.1-1
dhclient 3.0.6-2
wpa_supplicant 0.5.10-1
ethtool 6-1
wicd 1.4.1-4
On the other hand, wicd should not be writing to itself in that fashion...