I installed the Android Developer Tools (ADT) bundle, which includes the Eclipse platform, using the official instructions. When I run the program from the command line I see this message 8 times:
LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion `GTK_IS_MENU_SHELL(menu)' failed
When I exit I get:
>(ADT:5170): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion 'GTK_IS_MENU_SHELL(menu)' failed
>(ADT:5170): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion 'GTK_IS_MENU_SHELL(menu)' failed
>(ADT:5170): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertionGTK_IS_MENU_SHELL(menu)' failed`
>(ADT:5170): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion 'GTK_IS_MENU_SHELL(menu)' failed
>(ADT:5170): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion 'GTK_IS_MENU_SHELL(menu)' failed
>(ADT:5170): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
>(ADT:5170): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion 'GTK_IS_MENU_SHELL(menu)' failed
>(ADT:5170): LIBDBUSMENU-GTK-CRITICAL **: watch_submenu: assertion 'GTK_IS_MENU_SHELL(menu)' failed
What is going wrong?
and
Should I expect ADT to work normally, or with some errors, or with reduced functionality?
UPDATE
When running as sudo:
sudo adt-bundle-linux-x86_64/eclipse/eclipse
there are no GTK errors. How can I run ADT/Eclipse without sudo and without running into the GTK errors?
sudo? Also is your OS 32-bit or 64-bit? – lordqwerty Feb 1 at 12:31sudogive me no GTK errors. Any ideas on how to avoid the errors without sudo? – chobok Feb 4 at 6:02