Comment 2 for bug 832524

Revision history for this message
J. Félix Ontañón (fontanon) wrote :

Confirmed, dunno why the path_prefix was set to "/usr/local" instead of "/usr/" while packaging for AMD64.
It needs to be fixed, so a minor version of packaging will be released.

Meanwhile you can edit the /usr/bin/udev-discover and replace the line 34:

UDEVDISCOVER_UI = '/usr/local/share/udev-discover/udev-discover.ui'

with

UDEVDISCOVER_UI = '/usr/share/udev-discover/udev-discover.ui'