Activity log for bug #1840741

Date Who What changed Old value New value Message
2019-08-20 07:09:31 Khurshid Alam bug added bug
2019-08-20 07:23:48 Khurshid Alam branch linked lp:~khurshid-alam/notify-osd/fix-gnotification-icon
2019-08-20 07:23:59 Khurshid Alam notify-osd (Ubuntu): status New Confirmed
2019-08-20 07:24:02 Khurshid Alam notify-osd (Ubuntu): assignee Khurshid Alam (khurshid-alam)
2019-08-20 07:33:21 Khurshid Alam description Both freedesktop notification (https://developer.gnome.org/notification-spec/) spec & gnotification use "image-path" as hint where notify-osd uses "image_path". As a result when one uses themed icon with gnotification it doesn't show the icon. Support for themed icon landed in https://github.com/GNOME/glib/commit/ec1edef3 This can easily be verified with IMAGE=edit-copy # IMAGE=/usr/share/icons/Adwaita/48x48/actions/edit-copy.png python -c "import dbus; print dbus.Bus().call_blocking(\ 'org.freedesktop.Notifications', \ '/org/freedesktop/Notifications', \ 'org.freedesktop.Notifications', \ 'Notify', \ 'susssasa{sv}i', \ ('appname', 0, '', 'summary', 'body', [], {'image-path': '$IMAGE'}, -1))" Both freedesktop notification (https://developer.gnome.org/notification-spec/) spec & gnotification use "image-path" as hint where notify-osd uses "image_path". As a result when one uses themed icon with gnotification it doesn't show the icon. Support for themed icon landed in https://github.com/GNOME/glib/commit/ec1edef3 This can easily be verified with IMAGE=/usr/share/icons/Adwaita/48x48/actions/edit-copy.png python -c "import dbus; print dbus.Bus().call_blocking(\     'org.freedesktop.Notifications', \     '/org/freedesktop/Notifications', \     'org.freedesktop.Notifications', \     'Notify', \     'susssasa{sv}i', \     ('appname', 0, '', 'summary', 'body', [], {'image-path': '$IMAGE'}, -1))"
2019-08-31 02:39:21 Adolfo Jayme Barrientos notify-osd (Ubuntu): importance Undecided Medium
2019-11-29 22:36:26 Launchpad Janitor notify-osd (Ubuntu): status Confirmed Fix Released