Page 202 of 299 FirstFirst ... 102152192200201202203204212252 ... LastLast
Results 2,011 to 2,020 of 2990

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

  1. #2011
    Join Date
    Jun 2006
    Location
    Uxbridge, MA
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    Quote Originally Posted by BEaSTFX View Post
    Can someone please make one thread with all the current necessary files for hardy and explane what exactly to do.I cant read all 200 pages.
    I second this...

  2. #2012
    Join Date
    Jun 2008
    Beans
    23

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

    well for 32bits system the install is described in

    http://code.google.com/p/gnome2-glob...allingonUbuntu


    for 64 bits, you need to compile it by hand, and patch the gtk lib


    Felix

  3. #2013
    Join Date
    Jun 2006
    Location
    Uxbridge, MA
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    Quote Originally Posted by kinap View Post
    for 64 bits, you need to compile it by hand, and patch the gtk lib
    There doesn't seem to be any adequate patches for gtk+ on 64-bit that would allow this to work. Any compile-from-source instructions only go back as far as gutsy.

  4. #2014
    Join Date
    Jun 2008
    Beans
    23

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

    read the last few pages, between me and rainwoodman.

    with his help i was able to do it.

    and the good part it works

    take the instruction on how to patch from that install site.

    use the patch file Rainmanwood says, and get his 0.5-devel source, as explained earlier in this thread.

    Felix

  5. #2015
    Join Date
    Jul 2008
    Location
    Sofia, Bulgaria
    Beans
    24
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Okey i tried to make my ubuntu like mac but i have problem with the bar



    It shows the name of the application but doesnt show like File Edit View.How can i fix that?

  6. #2016
    Join Date
    Jul 2008
    Beans
    111
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Quote Originally Posted by kinap View Post
    well for 32bits system the install is described in

    http://code.google.com/p/gnome2-glob...allingonUbuntu


    for 64 bits, you need to compile it by hand, and patch the gtk lib


    Felix

    Yeah.. That doesnt work. Everything installs without error, but upon restart, broken package error. Its happened to a lot of people, read the comments on that page.

    I tried it on Ubuntu Hardy and I can confirm it doesnt work.

  7. #2017
    Join Date
    Jun 2008
    Beans
    23

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

    Hmm i have installed in on my hardy 32 bits without problems, only problem was the 64bits computers.

    from that screenshot it looks like you don't have the patched gtklib

    you can test the menu's with the test programs in Rainmanwood's 0.5-devel/test/testmenubar

    if that works, you are indeed missing the patched gtklib

    Felix

  8. #2018
    Join Date
    Jun 2007
    Beans
    5

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

    Quote Originally Posted by BEaSTFX View Post
    Okey i tried to make my ubuntu like mac but i have problem with the bar



    It shows the name of the application but doesnt show like File Edit View.How can i fix that?
    I'm having the same problem.
    Also,
    Quote Originally Posted by lxevolution View Post
    ...
    I adjusted the menu background to match the panel background by modyfying ~/.themes/Carbonit/gtk-2.0/Menu-Menubar/menubar.rc and changing all "menubar" at the end of the file to "no-manubar"
    Code:
    class "GtkMenuBar*"					style "no-menubar"
    widget_class "*MenuBar.*" 			style "no-menubar"
    widget_class "*Nautilus*.GtkMenuBar*"	style "no-menubar"
    widget_class "*E*GtkMenuBar*"		style "no-menubar"
    widget_class "*Gimp*GtkMenuBar*"		style "no-menubar"
    widget_class "*Firefox*GtkMenuBar*"	style "no-menubar"
    class "*Panel*" 					style "no-menubar"
    I don't seem to have a file called menubar.rc in ~/.themes/Mac4Lin_GTK_v0.4/gtk-2.0/Menu-Menubar/
    Only 7 PNG images.
    So i can't get rid of the original menubar.

  9. #2019
    Join Date
    Aug 2005
    Location
    San Diego, CA
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

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

    ^^^ You prolly only need to use the Mac4Lin MacMenu version instead of the normal Mac4Lin GTK theme
    "The true measure of a man is how he treats someone who can do him absolutely no good."

    http://phoenix-ani.blogspot.com

  10. #2020
    Join Date
    Dec 2007
    Beans
    290

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

    Quote Originally Posted by kinap View Post
    well onto testing again.

    can you tell me what:

    @@ -119,6 +175,16 @@

    in the patch file mean?

    can follow the most of it, but this is unknown to me.

    Felix


    well i managed to compile it, but i end up with a bunch of new deb files.
    what one should i install?

    Felix


    well i installed them all, logged back in.

    and the only thing i see is that my menus in the applications are getting another color, not getting them out on the bar.

    and now you test/testmenubar won't do anything anymore.


    Hi Felix

    Would you grab branches/0.5-yu, compile it on your 64-bit machine, and do the following test:
    (suppose you have logged in on tty1 tty2, and your X session is on :0,)

    tty1:
    export DISPLAY=:0
    cd libgnomenu/server
    ./gnomenu-server

    tty2:
    cd libgnomenu/server
    ./gnomenu-call -c Ping -p message -v "ding..ding.."
    ./gnomenu-call -e Hello &
    ./gnomenu-call -c Emit -p _event_ -v Hello

    and tell me the results?
    (something like)
    Code:
    [rainwoodman server]$ ./gnomenu-call -c Ping -p message -v "ding..ding.." 
    ** Message: <GnomenuGlobalMenu>::cid obtained: 1014
    ding..ding..
    [rainwoodman server]$ ./gnomenu-call -e Hello &
    [1] 21716
    ** Message: <GnomenuGlobalMenu>::cid obtained: 1015
    [rainwoodman server]$ ./gnomenu-call -c Emit -p _event_ -v Hello
    ** Message: <GnomenuGlobalMenu>::cid obtained: 1016
    (null)
    [rainwoodman server]$ 
    <command name="Hello" cid="1016"><p name="_event_">Hello</p></command>
    [1]+  Done                    ./gnomenu-call -e Hello
    Thanks

    Yu
    Last edited by rainwoodman; July 27th, 2008 at 08:06 PM.

Page 202 of 299 FirstFirst ... 102152192200201202203204212252 ... 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
  •