dorkbox / SystemTray

Cross-platform SystemTray support for Swing/AWT, macOS, GtkStatusIcon, and AppIndicator on Java 8+
Other
420 stars 57 forks source link

'gsignal.c: signal 'child-added' is invalid for instance 'xyz' of type 'GtkMenu'' #7

Open dorkbox opened 8 years ago

dorkbox commented 8 years ago

This is a known appindicator bug, and is rather old. Some distributions use an OLD version of libappindicator, and will see this error.

The fallout from this issue (ie: menu entries not displaying) has been worked around, so the menus should still show correctly.

See: https://askubuntu.com/questions/364594/has-the-appindicator-or-gtkmenu-api-changed-in-saucy

dorkbox commented 6 years ago

We now hide GTK warnings (such as this) for non-debug builds, so this should never be seen in production.