ubuntu / gnome-shell-extension-appindicator

Adds KStatusNotifierItem support to the Shell
https://extensions.gnome.org/extension/615/appindicator-support/
GNU General Public License v2.0
1.21k stars 163 forks source link

dbusMenu: Handle missing AboutToShow gracefully #525

Closed 3v1n0 closed 7 months ago

3v1n0 commented 7 months ago

It's not defined in all the implementations, so in case that we have not, let's just ignore the error and avoid calling it again

Fixes: #502