Page 246 of 299 FirstFirst ... 146196236244245246247248256296 ... LastLast
Results 2,451 to 2,460 of 2990

Thread: Mac-style Menu Bar for GTK and Java/Swing applications!

  1. #2451
    Join Date
    Jul 2007
    Beans
    193
    Distro
    Gutsy Gibbon Testing

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Does anyone know what's going on with abiword when used with the globlmenu?

    See attachment...
    Attached Images Attached Images
    Intel C2 3.0Ghz E8400 / Gigabyte GA-73PVM-S2H / 4GB DDR2-PC6400 / 1TB & 320GB SATA Seagate.

    Asus EeePC 901

  2. #2452
    Join Date
    Oct 2006
    Location
    Italy
    Beans
    46
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Cool Mh some errors

    Quote Originally Posted by FPOD View Post
    I've been trying to install this a few different ways over the past few days, but none of them seem to work. I've been trying the tutorial over at Ayozone, but when I enter make, I end up with this:
    Code:
    root@Morasailles:~/gnome-globalmenu-0.7# make
    rm -f configmake.h-t configmake.h
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    	  echo '#define PREFIX "/usr"'; \
    	  echo '#define EXEC_PREFIX "/usr"'; \
    	  echo '#define BINDIR "/usr/bin"'; \
    	  echo '#define SBINDIR "/usr/sbin"'; \
    	  echo '#define LIBEXECDIR "/usr/libexec"'; \
    	  echo '#define DATAROOTDIR "/usr/share"'; \
    	  echo '#define DATADIR "/usr/share"'; \
    	  echo '#define SYSCONFDIR "/usr/etc"'; \
    	  echo '#define SHAREDSTATEDIR "/usr/com"'; \
    	  echo '#define LOCALSTATEDIR "/usr/var"'; \
    	  echo '#define INCLUDEDIR "/usr/include"'; \
    	  echo '#define OLDINCLUDEDIR "/usr/include"'; \
    	  echo '#define DOCDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define INFODIR "/usr/share/info"'; \
    	  echo '#define HTMLDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define DVIDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define PDFDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define PSDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define LIBDIR "/usr/lib"'; \
    	  echo '#define LISPDIR ""'; \
    	  echo '#define LOCALEDIR "/usr/share/locale"'; \
    	  echo '#define MANDIR "/usr/share/man"'; \
    	  echo '#define MANEXT ""'; \
    	  echo '#define PKGDATADIR "/usr/share/gnome-globalmenu"'; \
    	  echo '#define PKGINCLUDEDIR "/usr/include/gnome-globalmenu"'; \
    	  echo '#define PKGLIBDIR "/usr/lib/gnome-globalmenu"'; \
    	  echo '#define PKGLIBEXECDIR ""'; \
    	  echo '#define ABSTOPSRCDIR "/root/gnome-globalmenu-0.7"'; \
    	} | sed '/""/d' > configmake.h-t
    mv configmake.h-t configmake.h
    rm -f configmake.vapi
    { \
    	echo '[CCode (cheader_filename = "configmake.h")]'; \
    	echo 'namespace Config {'; \
    	sed -e 's/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const string \1;/' configmake.h ; \
    	echo '}' ; \
    	} > configmake.vapi
    make  all-recursive
    make[1]: Entering directory `/root/gnome-globalmenu-0.7'
    Making all in tests
    make[2]: Entering directory `/root/gnome-globalmenu-0.7/tests'
    make  all-am
    make[3]: Entering directory `/root/gnome-globalmenu-0.7/tests'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/root/gnome-globalmenu-0.7/tests'
    make[2]: Leaving directory `/root/gnome-globalmenu-0.7/tests'
    Making all in libgnomenu
    make[2]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu'
    make  all-recursive
    make[3]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu'
    Making all in .
    make[4]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu'
    Making all in tests
    make[4]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu/tests'
    make  all-am
    make[5]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu/tests'
    gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -include ../../config.h   -g -O2 -MT test-parser.o -MD -MP -MF .deps/test-parser.Tpo -c -o test-parser.o test-parser.c
    mv -f .deps/test-parser.Tpo .deps/test-parser.Po
    /bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2   -o test-parser test-parser.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   ../libgnomenu.la ../../tests/libtestman.la 
    libtool: link: gcc -g -O2 -o test-parser test-parser.o -Wl,--export-dynamic  ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
    gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -include ../../config.h   -g -O2 -MT test-leak.o -MD -MP -MF .deps/test-leak.Tpo -c -o test-leak.o test-leak.c
    mv -f .deps/test-leak.Tpo .deps/test-leak.Po
    /bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2   -o test-leak test-leak.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   ../libgnomenu.la ../../tests/libtestman.la 
    libtool: link: gcc -g -O2 -o test-leak test-leak.o -Wl,--export-dynamic  ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
    make[5]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu/tests'
    make[4]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu/tests'
    make[3]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu'
    make[2]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu'
    Making all in applet
    make[2]: Entering directory `/root/gnome-globalmenu-0.7/applet'
    /usr/local/bin/valac --vapidir .. --pkg configmake --pkg licenses --pkg config -C --vapidir=. \
    	--vapidir=../libgnomenu \
    	--pkg=gtk+-2.0 \
    	--pkg=libwnck-1.0 \
    	--pkg=libpanelapplet-2.0 \
    	--pkg=gnomenu-private \
    	--pkg=gnome-desktop-2.0 \
    	--pkg=libgnome-menu \
    	--pkg=gconf-2.0 \
    	--pkg=gconfcompat \
    	--pkg=wnckcompat \
    	applet.vala main.vala gtkextra-gconfdialog.vala switcher.vala gnomemenuhelper.vala 
    applet.vala:17.26-17.29: warning: Argument 1: Cannot pass null to non-null parameter type
    			set_background_widget(null);
    			                      ^^^^
    applet.vala:190.5-190.39: warning: unhandled error `GLib.Error'
    				Parser.parse(main_menubar, context);
    				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:260.3-260.40: warning: unhandled error `GLib.Error'
    		this.add_preferences(GCONF_SCHEMA_DIR);
    		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:308.23-308.54: warning: unhandled error `GLib.Error'
    		selector.max_size = gconf_get_int("title_max_width");
    		                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:309.24-309.50: warning: unhandled error `GLib.Error'
    		selector.show_icon = gconf_get_bool("show_icon");
    		                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:310.25-310.51: warning: unhandled error `GLib.Error'
    		selector.show_label = gconf_get_bool("show_name");
    		                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:311.34-311.70: warning: unhandled error `GLib.Error'
    		selector.show_window_actions = gconf_get_bool("show_window_actions");
    		                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:312.31-312.64: warning: unhandled error `GLib.Error'
    		selector.show_window_list = gconf_get_bool("show_window_list");
    		                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    gtkextra-gconfdialog.vala:50.41-50.77: warning: unhandled error `GLib.Error'
    			weak GLib.SList<GConf.Entry> prefs = _default_client.all_entries(root_key);
    			                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    gtkextra-gconfdialog.vala:55.41-55.77: warning: unhandled error `GLib.Error'
    			weak GLib.SList<GConf.Entry> prefs = _default_client.all_entries(root_key);
    			                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    gtkextra-gconfdialog.vala:112.4-112.53: warning: unhandled error `GLib.Error'
    			_default_client.set_bool(entry.key, widget.active);
    			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    gtkextra-gconfdialog.vala:117.4-117.56: warning: unhandled error `GLib.Error'
    			_default_client.set_int(entry.key, (int)widget.value);
    			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    switcher.vala:21.23-21.38: error: The name `replace' does not exist in the context of `string'
    			Parser.parse(this, TEMPLATE.replace("%s","Global Menu Bar"));
    			                   ^^^^^^^^^^^^^^^^
    switcher.vala:142.6-142.21: error: The name `replace' does not exist in the context of `string'
    					TEMPLATE.replace("%s", cut_string(_label, _max_size)));
    					^^^^^^^^^^^^^^^^
    switcher.vala:144.24-144.39: error: The name `replace' does not exist in the context of `string'
    				Parser.parse(this, TEMPLATE.replace("%s", ""));
    				                   ^^^^^^^^^^^^^^^^
    Compilation failed: 3 error(s), 12 warning(s)
    make[2]: *** [vala-stamp] Error 1
    make[2]: Leaving directory `/root/gnome-globalmenu-0.7/applet'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/gnome-globalmenu-0.7'
    make: *** [all] Error 2
    I've attempted it with both 0.6 and 0.7 and have gotten the same error.
    Hello everybody, i'm trying to compile via svn but i have got the same error. I am on a ubuntu64. You can find the complete error here.
    I'm interested in the svn version because i have got some problems with the repo's one. As you can see in the image the panel background doesn't match with the wallpaper:


  3. #2453
    Join Date
    Sep 2005
    Location
    Salem, Oregon
    Beans
    51
    Distro
    Ubuntu Karmic Koala (testing)

    Talking Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by LavianoTS386 View Post
    Does anyone know what's going on with abiword when used with the globlmenu?

    See attachment...
    I had the same prob.... But The latest Trunk fixes that issue and a few more!
    Attached Images Attached Images

  4. #2454
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by kinap View Post
    tried to compile v0.7 but got the following errors:

    applet.vala:17.26-17.29: warning: Argument 1: Cannot pass null to non-null parameter type
    set_background_widget(null);
    ^^^^
    applet.vala:190.5-190.39: warning: unhandled error `GLib.Error'
    Parser.parse(main_menubar, context);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:260.3-260.40: warning: unhandled error `GLib.Error'
    this.add_preferences(GCONF_SCHEMA_DIR);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:308.23-308.54: warning: unhandled error `GLib.Error'
    selector.max_size = gconf_get_int("title_max_width");
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:309.24-309.50: warning: unhandled error `GLib.Error'
    selector.show_icon = gconf_get_bool("show_icon");
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:310.25-310.51: warning: unhandled error `GLib.Error'
    selector.show_label = gconf_get_bool("show_name");
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:311.34-311.70: warning: unhandled error `GLib.Error'
    selector.show_window_actions = gconf_get_bool("show_window_actions");
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    it did compile version 0.6 ok, running it now.

    anyway, just wanted to tell it, i'm fine with 0.6 for now.
    unless there are some big changes

    Kinap
    all I can see here are warnings.

  5. #2455
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by lviggiani View Post
    Thank you rainwoodman!!
    It has been a pleasure to work with you at this new release!
    And I hope we can continue like that even for future (0.8?).
    I'll take care or closing all open stuff on my code and I'll add Italian entries to translation support.
    Ciao!


    More issues will open up. I am not yet clear what will be in 0.8.

  6. #2456
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    the trunk is 0.7.
    Please use vala 0.5.2/0.5.1 to compile it.
    The error seems to be due to a lower version of valac.


    Quote Originally Posted by FPOD View Post
    I've been trying to install this a few different ways over the past few days, but none of them seem to work. I've been trying the tutorial over at Ayozone, but when I enter make, I end up with this:
    Code:
    root@Morasailles:~/gnome-globalmenu-0.7# make
    rm -f configmake.h-t configmake.h
    { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    	  echo '#define PREFIX "/usr"'; \
    	  echo '#define EXEC_PREFIX "/usr"'; \
    	  echo '#define BINDIR "/usr/bin"'; \
    	  echo '#define SBINDIR "/usr/sbin"'; \
    	  echo '#define LIBEXECDIR "/usr/libexec"'; \
    	  echo '#define DATAROOTDIR "/usr/share"'; \
    	  echo '#define DATADIR "/usr/share"'; \
    	  echo '#define SYSCONFDIR "/usr/etc"'; \
    	  echo '#define SHAREDSTATEDIR "/usr/com"'; \
    	  echo '#define LOCALSTATEDIR "/usr/var"'; \
    	  echo '#define INCLUDEDIR "/usr/include"'; \
    	  echo '#define OLDINCLUDEDIR "/usr/include"'; \
    	  echo '#define DOCDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define INFODIR "/usr/share/info"'; \
    	  echo '#define HTMLDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define DVIDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define PDFDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define PSDIR "/usr/share/doc/gnome-globalmenu"'; \
    	  echo '#define LIBDIR "/usr/lib"'; \
    	  echo '#define LISPDIR ""'; \
    	  echo '#define LOCALEDIR "/usr/share/locale"'; \
    	  echo '#define MANDIR "/usr/share/man"'; \
    	  echo '#define MANEXT ""'; \
    	  echo '#define PKGDATADIR "/usr/share/gnome-globalmenu"'; \
    	  echo '#define PKGINCLUDEDIR "/usr/include/gnome-globalmenu"'; \
    	  echo '#define PKGLIBDIR "/usr/lib/gnome-globalmenu"'; \
    	  echo '#define PKGLIBEXECDIR ""'; \
    	  echo '#define ABSTOPSRCDIR "/root/gnome-globalmenu-0.7"'; \
    	} | sed '/""/d' > configmake.h-t
    mv configmake.h-t configmake.h
    rm -f configmake.vapi
    { \
    	echo '[CCode (cheader_filename = "configmake.h")]'; \
    	echo 'namespace Config {'; \
    	sed -e 's/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const string \1;/' configmake.h ; \
    	echo '}' ; \
    	} > configmake.vapi
    make  all-recursive
    make[1]: Entering directory `/root/gnome-globalmenu-0.7'
    Making all in tests
    make[2]: Entering directory `/root/gnome-globalmenu-0.7/tests'
    make  all-am
    make[3]: Entering directory `/root/gnome-globalmenu-0.7/tests'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/root/gnome-globalmenu-0.7/tests'
    make[2]: Leaving directory `/root/gnome-globalmenu-0.7/tests'
    Making all in libgnomenu
    make[2]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu'
    make  all-recursive
    make[3]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu'
    Making all in .
    make[4]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu'
    Making all in tests
    make[4]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu/tests'
    make  all-am
    make[5]: Entering directory `/root/gnome-globalmenu-0.7/libgnomenu/tests'
    gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -include ../../config.h   -g -O2 -MT test-parser.o -MD -MP -MF .deps/test-parser.Tpo -c -o test-parser.o test-parser.c
    mv -f .deps/test-parser.Tpo .deps/test-parser.Po
    /bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2   -o test-parser test-parser.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   ../libgnomenu.la ../../tests/libtestman.la 
    libtool: link: gcc -g -O2 -o test-parser test-parser.o -Wl,--export-dynamic  ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
    gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -include ../../config.h   -g -O2 -MT test-leak.o -MD -MP -MF .deps/test-leak.Tpo -c -o test-leak.o test-leak.c
    mv -f .deps/test-leak.Tpo .deps/test-leak.Po
    /bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2   -o test-leak test-leak.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   ../libgnomenu.la ../../tests/libtestman.la 
    libtool: link: gcc -g -O2 -o test-leak test-leak.o -Wl,--export-dynamic  ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
    make[5]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu/tests'
    make[4]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu/tests'
    make[3]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu'
    make[2]: Leaving directory `/root/gnome-globalmenu-0.7/libgnomenu'
    Making all in applet
    make[2]: Entering directory `/root/gnome-globalmenu-0.7/applet'
    /usr/local/bin/valac --vapidir .. --pkg configmake --pkg licenses --pkg config -C --vapidir=. \
    	--vapidir=../libgnomenu \
    	--pkg=gtk+-2.0 \
    	--pkg=libwnck-1.0 \
    	--pkg=libpanelapplet-2.0 \
    	--pkg=gnomenu-private \
    	--pkg=gnome-desktop-2.0 \
    	--pkg=libgnome-menu \
    	--pkg=gconf-2.0 \
    	--pkg=gconfcompat \
    	--pkg=wnckcompat \
    	applet.vala main.vala gtkextra-gconfdialog.vala switcher.vala gnomemenuhelper.vala 
    applet.vala:17.26-17.29: warning: Argument 1: Cannot pass null to non-null parameter type
    			set_background_widget(null);
    			                      ^^^^
    applet.vala:190.5-190.39: warning: unhandled error `GLib.Error'
    				Parser.parse(main_menubar, context);
    				^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:260.3-260.40: warning: unhandled error `GLib.Error'
    		this.add_preferences(GCONF_SCHEMA_DIR);
    		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:308.23-308.54: warning: unhandled error `GLib.Error'
    		selector.max_size = gconf_get_int("title_max_width");
    		                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:309.24-309.50: warning: unhandled error `GLib.Error'
    		selector.show_icon = gconf_get_bool("show_icon");
    		                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:310.25-310.51: warning: unhandled error `GLib.Error'
    		selector.show_label = gconf_get_bool("show_name");
    		                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:311.34-311.70: warning: unhandled error `GLib.Error'
    		selector.show_window_actions = gconf_get_bool("show_window_actions");
    		                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    applet.vala:312.31-312.64: warning: unhandled error `GLib.Error'
    		selector.show_window_list = gconf_get_bool("show_window_list");
    		                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    gtkextra-gconfdialog.vala:50.41-50.77: warning: unhandled error `GLib.Error'
    			weak GLib.SList<GConf.Entry> prefs = _default_client.all_entries(root_key);
    			                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    gtkextra-gconfdialog.vala:55.41-55.77: warning: unhandled error `GLib.Error'
    			weak GLib.SList<GConf.Entry> prefs = _default_client.all_entries(root_key);
    			                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    gtkextra-gconfdialog.vala:112.4-112.53: warning: unhandled error `GLib.Error'
    			_default_client.set_bool(entry.key, widget.active);
    			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    gtkextra-gconfdialog.vala:117.4-117.56: warning: unhandled error `GLib.Error'
    			_default_client.set_int(entry.key, (int)widget.value);
    			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    switcher.vala:21.23-21.38: error: The name `replace' does not exist in the context of `string'
    			Parser.parse(this, TEMPLATE.replace("%s","Global Menu Bar"));
    			                   ^^^^^^^^^^^^^^^^
    switcher.vala:142.6-142.21: error: The name `replace' does not exist in the context of `string'
    					TEMPLATE.replace("%s", cut_string(_label, _max_size)));
    					^^^^^^^^^^^^^^^^
    switcher.vala:144.24-144.39: error: The name `replace' does not exist in the context of `string'
    				Parser.parse(this, TEMPLATE.replace("%s", ""));
    				                   ^^^^^^^^^^^^^^^^
    Compilation failed: 3 error(s), 12 warning(s)
    make[2]: *** [vala-stamp] Error 1
    make[2]: Leaving directory `/root/gnome-globalmenu-0.7/applet'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/gnome-globalmenu-0.7'
    make: *** [all] Error 2
    I've attempted it with both 0.6 and 0.7 and have gotten the same error. I've also attempted the PPA, but I end up with another error:
    Code:
    E: /var/cache/apt/archives/gnome2-globalmenu_0.6.1678-0ubuntu2_i386.deb: trying to overwrite `/usr/lib/libgnomenu.so.0.0.0', which is also in package gnome2-globalmenu-applet

  7. #2457
    Join Date
    Dec 2007
    Beans
    290

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by zWhiteTigerz View Post
    Hello everybody. I have use the 0.4(deb) for a long time. Then, I tried to have 0.6 or 0.7 with my Hardy - yes, still hardy - but I have many dependencies not satisfied libgtk2.0, libwnck ... So I wonder if new version of Globalmenu work with Hardy or not, or can anyone give me some advice ?
    If you grab the source code and play some magic with configure.ac, I think it will work with older GNOMEs.

  8. #2458
    Join Date
    Dec 2007
    Beans
    290

    Re: Mh some errors

    Quote Originally Posted by johnny_b_good View Post
    Hello everybody, i'm trying to compile via svn but i have got the same error. I am on a ubuntu64. You can find the complete error here.
    I'm interested in the svn version because i have got some problems with the repo's one. As you can see in the image the panel background doesn't match with the wallpaper:

    Make sure you have vala 0.5.2 to compile the trunk.

  9. #2459
    Join Date
    Jun 2008
    Beans
    23

    Re: Mh some errors

    Quote Originally Posted by rainwoodman View Post
    Make sure you have vala 0.5.2 to compile the trunk.
    that did the trick, i had vala 0.5.1.

    kinda wierd as the ./configure says, warning needing vala 5.1 (or something like that)

    Thanks

  10. #2460
    Join Date
    Nov 2006
    Location
    Boston
    Beans
    1,036

    Re: Mh some errors

    Version 0.7 rocks! They've fixed the over long menu bug and Nautilus no longer crashes on bookmarks that contain spaces. I had to build it since the PPA doesn't have it yet, and I somehow I ended up removing Vala so I had to reinstall it, but I'm loving the upgrade.

    Now if it could only work with OpenOffice.org. The lack of Firefox support doesn't bother me since I switched to Epiphany for my default web browsing but I'm going to miss having the menus where they now belong in OOo.
    For an OSX look check out Mac4Lin (updated support thread)
    Follow me on Twitter | My Blog
    The Search tool is your friend.

Page 246 of 299 FirstFirst ... 146196236244245246247248256296 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •