gnome-github-notifications icon indicating copy to clipboard operation
gnome-github-notifications copied to clipboard

Notification improvements

Open mackdk opened this issue 2 years ago • 0 comments

This PR introduces some improvement in the notification alert. In particular:

  • Makes the functionality work again. The API Source.notify() used to send the notification was in fact deprecated in Gnome 3.38 and has been removed thus the extension currently fails with the error Expected type string for argument 'property_name' but got type GObject_Object.
  • Marks the notification as non-transient, so it can be viewed in the notification list.
  • Adds the GitHub icon to the notification.

mackdk avatar Sep 09 '22 16:09 mackdk