A tool for helping browsing the sysfs tree via udev focused on being helpfull for udev testers, coders, hackers and consumers.
- python >= 2.7
- gir1.2-gudev
- gir1.2-gtk-3.0
- gir1.2-gconf-2.0
- gir1.2-gdkpixbuf-2.0
- gnome-icon-theme-full | gnome-icon-theme-extras
Run as root:
$ python setup.py install [--prefix=/this/is/optional]
You may also need to call, as root ...:
$ gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
... for the gtk icons cache being properly updated where $(datadir) could be whether /usr/share or the prefix setted on installing.