sling00 / udev-discover

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

Home Page:http://fontanon.org/udevdiscover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://fontanon.org/udevdiscover

License:GNU General Public License v3.0


Languages

Language:Python 99.6%Language:Makefile 0.4%