imsory / gnome2-globalmenu

Automatically exported from code.google.com/p/gnome2-globalmenu
GNU General Public License v2.0
0 stars 0 forks source link

Lot of Gtk-Warnings while running on Ubuntu 10.04 (gtk+2.0-2.20.1) #610

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile and install latest Git on Ubuntu 10.04 64Bit (gtk+2.0-2.20.1)
2. Add to panel / enable it (you might need to logout / login)
3. Open-up a terminal and run gedit (it also affects other programs)

What is the expected output? What do you see instead?
Expected:
No Warning or other messages

Got:
Lot of messages like theese

(gedit:20931): Gdk-WARNING **: /build/buildd/gtk+2.0-
2.20.1/gdk/x11/gdkproperty-x11.c:325 invalid X atom: 8589934592

or

(gedit:20931): GLib-GObject-CRITICAL **: g_object_ref: assertion `object-
>ref_count > 0' failed

It also affects Java/SWT programs
If you unistall it (sudo make uninstall) and uncheck 
/apps/gnome_settings_daemon/gtk-modules/globalmenu-plugin gconf key, the 
problem disappears.
I didn't have this problem on Ubuntu 9.10 64 Bit before.
Altough everything if working well, this long list of warning is very 
annoying

Original issue reported on code.google.com by lviggi...@gmail.com on 7 Jun 2010 at 1:08

GoogleCodeExporter commented 8 years ago
Yu, I think this is your field... have you seen it?

Original comment by lviggi...@gmail.com on 13 Jun 2010 at 8:34

GoogleCodeExporter commented 8 years ago
Fixed the Atom warnings c8f42da..9ab0fa8
the g_object_ref issue is actually due the weird way gtk disposes gtktoolbar. I 
remember bringing this up on gtk-devel and they left me an impression that as 
long as the code doesn't crash in regular uses(Global Menu plugin massages GTK 
internals too much) they don't want a fix. No dangerous corruptions will occur, 
as far as I know.

Original comment by rainwood...@gmail.com on 19 Jun 2010 at 11:29

GoogleCodeExporter commented 8 years ago
Confirmed fixing of the x atom warinings. Thank you very much! This make 
debugging of SWT applications much easier!!!!!
:)

Original comment by lviggi...@gmail.com on 21 Jun 2010 at 1:15

GoogleCodeExporter commented 8 years ago
I am using Ubuntu 10.10 64bit and get the same error. Where/How can I get a fix 
for this problem?
Thanks,
Tony

Original comment by tonysonn...@gtempaccount.com on 15 Mar 2011 at 12:13