From 3d65a77515e090a2ed84ccca8510255c126735fe Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sun, 4 Jul 2021 10:09:52 -0400 Subject: [PATCH] misc: better error message for missing gi package --- lib/solaar/gtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solaar/gtk.py b/lib/solaar/gtk.py index a3be60a1..a0af1f7f 100755 --- a/lib/solaar/gtk.py +++ b/lib/solaar/gtk.py @@ -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'