net-p2p/deluge-1.1.7 needs dev-python/notify-python for notifications to work. Without notify-python deluge displays this warning in a terminal: [WARNING ] 05:11:22 notification:76 pynotify is not installed. If notify-pyhton is installed notifications work. Reproducible: Always Steps to Reproduce: 1. Enable popup notification in the preferences 2. Make a notification happen, for instance by completing a download 3. Actual Results: No notification is displayed. When run from a terminal (deluge --loglevel=info) displays this warning [WARNING ] 05:11:22 notification:76 pynotify is not installed Expected Results: A notification popup Maybe add a libnotify use flag to the ebuild? As the notify-python ebuild description says "Python bindings for libnotify"
Confirmed. Please add correspond use flag "libnotify" to deluge ebuild. libnotify? ( dev-python/notify-python )
Fixed, thanks.