Page 288 of 299 FirstFirst ... 188238278286287288289290298 ... LastLast
Results 2,871 to 2,880 of 2990

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

  1. #2871
    Join Date
    Apr 2009
    Beans
    5

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

    Speaking of renaming application, I noticed that this trick only works with applications located in "Applcations" and "Sistem-->Preferences" menu. With this trick I partially solved my problem:

    Quote Originally Posted by Etesiarum80 View Post
    I installed GlobalMenu through PPA repository on my Ubuntu Intrepid and, after upgrading from version 0.7.4 to 0.7.5 I started noticing a strange behaviour: When I use an application the label application isn't shown in my language (italian) but as the "name command". There are several applications that show this bug. I post an image so that I hope you will understand in a better way.


  2. #2872
    Join Date
    Jun 2009
    Location
    Cordoba, Argetnina
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    Hi all,
    I already installed all, i just want to know how to enable it now! i dont see anything so far.
    Regards!

  3. #2873
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Quote Originally Posted by jmbertolotti View Post
    Hi all,
    I already installed all, i just want to know how to enable it now! i dont see anything so far.
    Regards!
    just add the global menu applet to your panel (by right cliking on an empty part of the panel and pick "add to panel" from the context menu).
    then you may have to right click on the global menu and check the box that enables global menu for gtk apps.

  4. #2874
    Join Date
    Sep 2007
    Beans
    9

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

    I had to restart my pc in order to see the applet on the list.

  5. #2875
    Join Date
    Jun 2005
    Beans
    203
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    Quote Originally Posted by brain51983 View Post
    I had to restart my pc in order to see the applet on the list.
    No need to do this, you're not using windows. Just restart you X session.

    -bt
    Lenovo s10 Netbook: Jaunty
    Desktop: Jaunty amd64

  6. #2876
    Join Date
    Nov 2008
    Location
    Here, There, Everywhere
    Beans
    1,163
    Distro
    Xubuntu

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

    Quote Originally Posted by BIGtrouble77 View Post
    No need to do this, you're not using windows. Just restart you X session.

    -bt
    Ctrl+Alt+Backspace is disabled on Jaunty, but I think logout and login again would work.

  7. #2877
    Join Date
    Oct 2006
    Location
    Italy
    Beans
    46
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    with rev 2574 i get this error:
    Code:
    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 ""'; \
    	} | 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
    cd . && /bin/bash /home/charlie/Sorgenti/globalmenu/autotools/missing --run autoheader
    rm -f stamp-h1
    touch config.h.in
    cd . && /bin/bash ./config.status config.h
    config.status: creating config.h
    config.status: config.h is unchanged
    make  all-recursive
    make[1]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu»
    Making all in tools
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/tools»
    make  all-am
    make[3]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/tools»
    make[3]: Non c'è da fare nulla per «all-am»
    make[3]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/tools»
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/tools»
    Making all in vapi
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/vapi»
    make[2]: Non c'è da fare nulla per «all»
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/vapi»
    Making all in tests
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/tests»
    make  all-am
    make[3]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/tests»
    ../doltlibtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -include "config.h" -include "configmake.h" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -g -O2 -MT libtestman_la-testman.lo -MD -MP -MF .deps/libtestman_la-testman.Tpo -c -o libtestman_la-testman.lo `test -f 'testman.c' || echo './'`testman.c
    mv -f .deps/libtestman_la-testman.Tpo .deps/libtestman_la-testman.Plo
    ../doltlibtool --tag=CC   --mode=link gcc  -g -O2   -o libtestman.la  libtestman_la-testman.lo -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -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 -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   
    libtool: link: rm -fr  .libs/libtestman.a .libs/libtestman.la
    libtool: link: ar cru .libs/libtestman.a .libs/libtestman_la-testman.o 
    libtool: link: ranlib .libs/libtestman.a
    libtool: link: ( cd ".libs" && rm -f "libtestman.la" && ln -s "../libtestman.la" "libtestman.la" )
    make[3]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/tests»
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/tests»
    Making all in libcompat
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/libcompat»
    make[2]: Non c'è da fare nulla per «all»
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/libcompat»
    Making all in libgnomenu
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    vapidir=../vapi --vapidir .. --vapidir ../vapi --pkg configmake --pkg config -C --basedir=.. -H libgnomenu.h --pkg gtk+-2.0 --pkg libwnck-1.0 --pkg xlib --library gnomenu helper.vala parser.vala serializer.vala interface-shell.vala interface-item.vala menu.vala menubar.vala menuitem.vala window.vala menubarbox.vala menushellutils.vala label.vala keygrab.vala globalmenu.vala gnomenu.vala application.vala monitor.vala  bindings.vapi --pkg libgnome-menu --pkg gnome-desktop-2.0
    /bin/bash: --vapidir: comando non trovato
    make[2]: [gnomenu.vapi] Errore 127 (ignorato)
    bash patch.sh
    make  all-recursive
    make[3]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    Making all in .
    make[4]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    ../doltlibtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/include/gnome-menus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0    -DG_LOG_DOMAIN=\"libgnomenu\" -include ../config.h -include ../libcompat/libcompat.h   -g -O2 -MT libgnomenu_la-menushellutils-ccode.lo -MD -MP -MF .deps/libgnomenu_la-menushellutils-ccode.Tpo -c -o libgnomenu_la-menushellutils-ccode.lo `test -f 'menushellutils-ccode.c' || echo './'`menushellutils-ccode.c
    menushellutils-ccode.c:2:35: error: libgnomenu/libgnomenu.h: Nessun file o directory
    menushellutils-ccode.c: In function ‘gtk_menu_shell_truncate’:
    menushellutils-ccode.c:12: warning: passing argument 1 of ‘gtk_container_get_children’ from incompatible pointer type
    menushellutils-ccode.c:21: warning: passing argument 2 of ‘gtk_menu_shell_append’ makes pointer from integer without a cast
    menushellutils-ccode.c:25: warning: passing argument 1 of ‘gtk_container_get_children’ from incompatible pointer type
    menushellutils-ccode.c: In function ‘gmsl_foreach’:
    menushellutils-ccode.c:74: error: ‘GnomenuMenuItem’ undeclared (first use in this function)
    menushellutils-ccode.c:74: error: (Each undeclared identifier is reported only once
    menushellutils-ccode.c:74: error: for each function it appears in.)
    menushellutils-ccode.c:74: error: expected expression before ‘)’ token
    make[4]: *** [libgnomenu_la-menushellutils-ccode.lo] Errore 1
    make[4]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    make[3]: *** [all-recursive] Errore 1
    make[3]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    make[2]: *** [all] Errore 2
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    make[1]: *** [all-recursive] Errore 1
    make[1]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu»
    make: *** [all] Errore 2
    Maybe it's the vala version? Which version should be used?
    Thank you.
    I will never fade.

  8. #2878
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Quote Originally Posted by johnny_b_good View Post
    with rev 2574 i get this error:
    Code:
    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 ""'; \
    	} | 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
    cd . && /bin/bash /home/charlie/Sorgenti/globalmenu/autotools/missing --run autoheader
    rm -f stamp-h1
    touch config.h.in
    cd . && /bin/bash ./config.status config.h
    config.status: creating config.h
    config.status: config.h is unchanged
    make  all-recursive
    make[1]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu»
    Making all in tools
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/tools»
    make  all-am
    make[3]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/tools»
    make[3]: Non c'è da fare nulla per «all-am»
    make[3]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/tools»
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/tools»
    Making all in vapi
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/vapi»
    make[2]: Non c'è da fare nulla per «all»
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/vapi»
    Making all in tests
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/tests»
    make  all-am
    make[3]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/tests»
    ../doltlibtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -include "config.h" -include "configmake.h" -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -g -O2 -MT libtestman_la-testman.lo -MD -MP -MF .deps/libtestman_la-testman.Tpo -c -o libtestman_la-testman.lo `test -f 'testman.c' || echo './'`testman.c
    mv -f .deps/libtestman_la-testman.Tpo .deps/libtestman_la-testman.Plo
    ../doltlibtool --tag=CC   --mode=link gcc  -g -O2   -o libtestman.la  libtestman_la-testman.lo -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -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 -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   
    libtool: link: rm -fr  .libs/libtestman.a .libs/libtestman.la
    libtool: link: ar cru .libs/libtestman.a .libs/libtestman_la-testman.o 
    libtool: link: ranlib .libs/libtestman.a
    libtool: link: ( cd ".libs" && rm -f "libtestman.la" && ln -s "../libtestman.la" "libtestman.la" )
    make[3]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/tests»
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/tests»
    Making all in libcompat
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/libcompat»
    make[2]: Non c'è da fare nulla per «all»
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/libcompat»
    Making all in libgnomenu
    make[2]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    vapidir=../vapi --vapidir .. --vapidir ../vapi --pkg configmake --pkg config -C --basedir=.. -H libgnomenu.h --pkg gtk+-2.0 --pkg libwnck-1.0 --pkg xlib --library gnomenu helper.vala parser.vala serializer.vala interface-shell.vala interface-item.vala menu.vala menubar.vala menuitem.vala window.vala menubarbox.vala menushellutils.vala label.vala keygrab.vala globalmenu.vala gnomenu.vala application.vala monitor.vala  bindings.vapi --pkg libgnome-menu --pkg gnome-desktop-2.0
    /bin/bash: --vapidir: comando non trovato
    make[2]: [gnomenu.vapi] Errore 127 (ignorato)
    bash patch.sh
    make  all-recursive
    make[3]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    Making all in .
    make[4]: ingresso nella directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    ../doltlibtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/include/gnome-menus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0    -DG_LOG_DOMAIN=\"libgnomenu\" -include ../config.h -include ../libcompat/libcompat.h   -g -O2 -MT libgnomenu_la-menushellutils-ccode.lo -MD -MP -MF .deps/libgnomenu_la-menushellutils-ccode.Tpo -c -o libgnomenu_la-menushellutils-ccode.lo `test -f 'menushellutils-ccode.c' || echo './'`menushellutils-ccode.c
    menushellutils-ccode.c:2:35: error: libgnomenu/libgnomenu.h: Nessun file o directory
    menushellutils-ccode.c: In function ‘gtk_menu_shell_truncate’:
    menushellutils-ccode.c:12: warning: passing argument 1 of ‘gtk_container_get_children’ from incompatible pointer type
    menushellutils-ccode.c:21: warning: passing argument 2 of ‘gtk_menu_shell_append’ makes pointer from integer without a cast
    menushellutils-ccode.c:25: warning: passing argument 1 of ‘gtk_container_get_children’ from incompatible pointer type
    menushellutils-ccode.c: In function ‘gmsl_foreach’:
    menushellutils-ccode.c:74: error: ‘GnomenuMenuItem’ undeclared (first use in this function)
    menushellutils-ccode.c:74: error: (Each undeclared identifier is reported only once
    menushellutils-ccode.c:74: error: for each function it appears in.)
    menushellutils-ccode.c:74: error: expected expression before ‘)’ token
    make[4]: *** [libgnomenu_la-menushellutils-ccode.lo] Errore 1
    make[4]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    make[3]: *** [all-recursive] Errore 1
    make[3]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    make[2]: *** [all] Errore 2
    make[2]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu/libgnomenu»
    make[1]: *** [all-recursive] Errore 1
    make[1]: uscita dalla directory «/home/charlie/Sorgenti/globalmenu»
    make: *** [all] Errore 2
    Maybe it's the vala version? Which version should be used?
    Thank you.
    Code:
    menushellutils-ccode.c:2:35: error: libgnomenu/libgnomenu.h: Nessun file o directory
    looks like you miss a header file.
    Maybe checkout a different revision and check you don't miss any dependencies.

  9. #2879
    Join Date
    Oct 2006
    Location
    Italy
    Beans
    46
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    i solved installing vala0.7.3, thanx anyway
    i'm having a problem with emesene, i cannot use the menu...When i click Options, Preferences nothing happens. This is what i get in the terminal:
    Code:
    charlie@ubuntu:~/Sorgenti/emesene-crazy$ ./emesene
    Libmimic not found, webcam not available
    Try to compile it with 'python setup.py build_ext -i' (dev packages required)
    If you are reading this, you may want to enable debug
    It's the first option in the connection tab in preferences
    Thread-1 start
    sqlite3 imported
    1
    2
    /home/charlie/Sorgenti/emesene-crazy/UserList.py:460: GtkWarning: gtk_tree_model_row_has_child_toggled: assertion `path != NULL' failed
      return self.model.append(iterator, values)
    info: reset player: org.exaile.DBusInterface
    info: not running, listening NameOwnerChanged
    info: getStatus: Ok
    [LastSaid] Logging plugin 'Logger' available.
    [LastSaid] Logging plugin 'LogConversation' NOT available.
    [LastSaid] Logging plugin 'Logger' available.
    [LastSaid] Logging plugin 'LogConversation' NOT available.
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    Thank you guys very much
    I will never fade.

  10. #2880
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Quote Originally Posted by johnny_b_good View Post
    i solved installing vala0.7.3, thanx anyway
    i'm having a problem with emesene, i cannot use the menu...When i click Options, Preferences nothing happens. This is what i get in the terminal:
    Code:
    charlie@ubuntu:~/Sorgenti/emesene-crazy$ ./emesene
    Libmimic not found, webcam not available
    Try to compile it with 'python setup.py build_ext -i' (dev packages required)
    If you are reading this, you may want to enable debug
    It's the first option in the connection tab in preferences
    Thread-1 start
    sqlite3 imported
    1
    2
    /home/charlie/Sorgenti/emesene-crazy/UserList.py:460: GtkWarning: gtk_tree_model_row_has_child_toggled: assertion `path != NULL' failed
      return self.model.append(iterator, values)
    info: reset player: org.exaile.DBusInterface
    info: not running, listening NameOwnerChanged
    info: getStatus: Ok
    [LastSaid] Logging plugin 'Logger' available.
    [LastSaid] Logging plugin 'LogConversation' NOT available.
    [LastSaid] Logging plugin 'Logger' available.
    [LastSaid] Logging plugin 'LogConversation' NOT available.
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    
    (emesene:31467): GlobalMenu-WARNING **: globalmenu.vala:215: item lookup failure
    Thank you guys very much
    you should post this one to the google code issues page of the project

Page 288 of 299 FirstFirst ... 188238278286287288289290298 ... 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
  •