FS#29896 - [wicd] Missing dependency for wicd-curses: dbus-glib

Attached to Project: Arch Linux
Opened by Jason Kelsey (JMK) - Tuesday, 15 May 2012, 06:19 GMT
Last edited by Isenmann Daniel (ise) - Thursday, 17 May 2012, 12:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Isenmann Daniel (ise)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

wicd-curses will not start without dbus-glib, but this package is not listed as a dependency for wicd in extra. See: https://bbs.archlinux.org/viewtopic.php?id=141581

Additional info:
* package version: 1.7.2.4-2

Steps to reproduce:
1. Install wicd from extra with pacman -Syu without dbus-glib already installed.
2. Launch wicd-curses from the terminal.

The following error message appears:

Traceback (most recent call last):
File "/usr/share/wicd/curses/wicd-curses.py", line 52, in <module>
from wicd import dbusmanager
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 30, in <module>
from dbus.mainloop.glib import DBusGMainLoop
File "/usr/lib/python2.7/site-packages/dbus/mainloop/glib.py", line 29, in <module>
from _dbus_glib_bindings import DBusGMainLoop, gthreads_init
ImportError: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory

wicd-curses does not start.
This task depends upon

Closed by  Isenmann Daniel (ise)
Thursday, 17 May 2012, 12:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  New package release -3

Loading...