Use libnotify via GObject Introspection

Bug #1431880 reported by Jiri Popelka
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
HPLIP
New
Undecided
Unassigned

Bug Description

HPLIP optionally requires python3-notify2 (Python 3 bindings for libnotify) for hp-systray popups.

On Fedora we don't have Python 3 bindings for libnotify because libnotify can be used via GObject Introspection in Python (2/3).

Would it be possible to use GObject Introspection instead of the Python bindings ?

Example:
from gi.repository import Notify
Notify.init ("Hello world")
Hello=Notify.Notification.new ("Hello world","This is an example notification.","dialog-information")
Hello.show ()

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.