
Originally Posted by
Knurpht
Could it be you have to run the program with root permissions? You might get some info about what's happening by starting d-feet from a terminal window, then look at it's output in that terminal window.
If run with root permissions:
The app still does not work.
If just from terminal, when i selected a bus - exception is outputted:
Code:
$ d-feet
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dfeet/bus_watch.py", line 205, in __listbox_row_selected_cb
connection_is_bus=True)
File "/usr/lib/python3.6/site-packages/dfeet/introspection.py", line 57, in __init__
ui.connect_signals(signal_dict)
File "/usr/lib/python3.6/site-packages/dfeet/uiloader.py", line 49, in connect_signals
self.ui.connect_signals(obj_or_map)
ValueError: Pointer arguments are restricted to integers, capsules, and None. See: https://bugzilla.gnome.org/show_bug.cgi?id=683599
Bookmarks