linux-is-awesome / gnome_extension_rocketbar

Taskbar and misc additions for the GNOME Shell.
GNU General Public License v3.0
17 stars 3 forks source link

Unity dbus interface support for notifications #15

Closed Rend0e closed 1 year ago

Rend0e commented 1 year ago

Hi, I was wondering whether this extension supports notification badges counters similar to dash to panel, it doesn't seem to show any badges for the apps geary (email client) and telegram so far that works on dash to panel. Screenshot from 2022-08-05 16-28-38 ^rocketbar (left), dash to panel (right) geary shows notification badge while rocketbar doesn't.

ChepKun commented 1 year ago

Rocketbar uses the standard Message Tray functionality to handle notifications. So you probably need to enable native notifications in Telegram. image image

Not sure about Geary, but for Thunderbird it works fine. As far as I know Dash to Panel uses a Unity dbus interface to show the badges, I was unable to push any notifications to the interface, so I went with the standard solution. I will take a look if I can implement the interface as well to cover more cases.

ChepKun commented 1 year ago

Implemented