Nothing is using python2 module of this package.
Signed-off-by: Algent Albrahimi <algent@protonmail.com>
Differential D11487
Drop python2 from python-notify2 Authored by algent on Jul 18 2021, 9:12 PM. Tags None Referenced Files
Subscribers
Details
Nothing is using python2 module of this package. Signed-off-by: Algent Albrahimi <algent@protonmail.com>
import notify2
notify2.init('app name')
n = notify2.Notification("Summary",
"Some body text",
"notification-message-im" # Icon name
)
n.show()
Diff Detail
|