Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 686 Bytes

README.rst

File metadata and controls

30 lines (21 loc) · 686 Bytes

udev-discover:

A tool for helping browsing the sysfs tree via udev focused on being helpfull for udev testers, coders, hackers and consumers.

Dependencies:

  • 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

Install udev-discover:

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.