misc: better error message for missing gi package

This commit is contained in:
Peter F. Patel-Schneider 2021-07-04 10:09:52 -04:00
parent e15ce68498
commit 3d65a77515
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def main():
# if any argument, run comandline and exit
return _cli.run(args.action, args.hidraw_path)
gi = _require('gi', 'python3-gi or python3-gobject')
gi = _require('gi', 'python3-gi (in Ubuntu) or python3-gobject (in Fedora)')
_require('gi.repository.Gtk', 'gir1.2-gtk-3.0', gi, 'Gtk', '3.0')
udev_file = '42-logitech-unify-permissions.rules'