After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696876 - Running d-feet without system bus
Running d-feet without system bus
Status: RESOLVED FIXED
Product: d-feet
Classification: Other
Component: general
0.3.x
Other Linux
: Normal normal
: ---
Assigned To: D-Feet Maintainer(s)
D-Feet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-03-29 20:55 UTC by xico
Modified: 2013-05-20 07:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description xico 2013-03-29 20:55:12 UTC
Whenever d-feet is started without a system bus running (only a session one), it fails with the following stack trace:

Traceback (most recent call last):
  • File "/usr/bin/d-feet-python2.7", line 50 in <module>
    app = DFeetApp.DFeetApp()
  • File "/usr/lib64/python2.7/site-packages/dfeet/DFeetApp.py", line 75 in __init__
    self.__systembus_connect_cb(None)
  • File "/usr/lib64/python2.7/site-packages/dfeet/DFeetApp.py", line 96 in __systembus_connect_cb
    bw = BusWatch(Gio.BusType.SYSTEM)
  • File "/usr/lib64/python2.7/site-packages/dfeet/bus_watch.py", line 79 in __init__
    self.connection = Gio.bus_get_sync(self.address, None)
  • File "/usr/lib64/python2.7/site-packages/gi/types.py", line 47 in function
    return info.invoke(*args, **kwargs)
gi._glib.GError: Could not connect: No such file or directory