Dougiedee13 / gnome2-globalmenu

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

gparted error with GtkMenuBar when using globalmenu #509

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
------------------------
What steps will reproduce the problem?
1. Install globalmenu
2. run gparted

What is the expected output? What do you see instead?
Expect gparted to run. Instead, the following error is received: 
GLib-GObject-ERROR **: 
Attempt to add property GtkMenuBar::local to class after it was derived

What version of the product are you using? On what operating system?
Version: 0.7.7-0~stas3 on Ubuntu 9.10 Beta

Please provide any additional information below.
gparted Version: 0.4.5-2ubuntu1

Original issue reported on code.google.com by luk...@gmail.com on 13 Oct 2009 at 5:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'm running last Ubuntu Karmic 64 (beta) and I hadn't this problem with GParted.
@lukian Did you try the last GlobalMenu version from Git ?

Original comment by golim...@gmail.com on 14 Oct 2009 at 2:05

GoogleCodeExporter commented 8 years ago
Same as issue #507 afaik. Using svn HEAD fixed the issue for me.

Original comment by eva...@gmail.com on 17 Oct 2009 at 4:28

GoogleCodeExporter commented 8 years ago
I never have much luck with compiling the svn version:

make[3]: Entering directory 
`/home/lukian/bin/gnome-globalmenu/gtk-modules/globalmenu'
/usr/bin/valac --vapidir=../../vapi --vapidir ../.. --vapidir ../../vapi --pkg
configmake --pkg config --thread -H globalmenu-gnome-private.h -C 
--basedir=../.. \
        --library=globalmenu-gnome-private --vapidir=. --pkg dyn-patch module-main.vala
globalmenu.vala globalmenu-serializer.vala globalmenu-locator.vala  \
        --pkg gmodule-2.0 \
        --pkg gtk+-2.0 \
        --pkg gdk-x11-2.0
gtk-modules/globalmenu/module-main.vala:79.81-79.99: error: The name
`default_handler' does not exist in the context of `GLib.Log'
            Log.set_handler (domain.to_string(), LogLevelFlags.LEVEL_MASK,
(GLib.LogFunc)Log.default_handler);

^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
make[3]: *** [globalmenu-gnome-private.vapi] Error 1
make[3]: Leaving directory 
`/home/lukian/bin/gnome-globalmenu/gtk-modules/globalmenu'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/lukian/bin/gnome-globalmenu/gtk-modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lukian/bin/gnome-globalmenu'
make: *** [all] Error 2

0.7.8 beta compiled but crashes when loading gnome-panel.

Original comment by luk...@gmail.com on 23 Oct 2009 at 8:05

GoogleCodeExporter commented 8 years ago
@lukian Are you using Vala 0.7.7 ? 
It's better to get the last version from git:
git clone git://github.com/gnome-globalmenu/gnome-globalmenu.git

Original comment by golim...@gmail.com on 23 Oct 2009 at 1:02

GoogleCodeExporter commented 8 years ago
Updated to Valac 0.7.7 and successfully compiled globalmenu from git, however it
crashes when loading gnome-panel.

The panel encountered a problem while loading "OAFIID:GlobalMenu_PanelApplet".

Original comment by luk...@gmail.com on 24 Oct 2009 at 1:41

GoogleCodeExporter commented 8 years ago

Original comment by rainwood...@gmail.com on 2 Nov 2009 at 7:11