wicd-client not getting start as normal user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wicd |
New
|
Undecided
|
Unassigned |
Bug Description
wicd version : 1.7.0
wicd log file : no errors found
linux distro : Arch linux
After the last update "wicd-client" is not getting started as normal user. It gives the following error.
Traceback (most recent call last):
File "/usr/share/
main(sys.argv)
File "/usr/share/
return func(*args, **kwargs)
File "/usr/share/
tray_icon = TrayIcon(animate, displaytray=
File "/usr/share/
self.icon_info = self.TrayConnec
File "/usr/share/
self.
File "/usr/share/
return func(*args, **kwargs)
File "/usr/share/
self.
File "/usr/share/
return func(*args, **kwargs)
File "/usr/share/
self.
File "/usr/share/
self.
glib.GError: Unable to connect to server
When I run as root, "sudo wicd-client" it works. It used to work fine with a normal user. Is there a way to fix it?
wicd daemon is running correctly. Here is the output from ps aux | grep wicd.
root 3978 0.2 0.3 106764 9812 ? S 07:54 0:05 /usr/bin/python2 -O /usr/share/
root 4013 0.0 0.3 94568 9444 ? S 07:54 0:01 /usr/bin/python2 -O /usr/share/
It looks like the notification daemon on your system is not working. Please check the permissions or you can run wicd-client with a switch to disable notifications, I think (I don't remember what it is off the top of my head and I can't check but you can use --help to find it -- I'm not 100% sure it exists but I think it does)