udev-discover icon indicating copy to clipboard operation
udev-discover copied to clipboard

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

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.