Page 149 of 299 FirstFirst ... 4999139147148149150151159199249 ... LastLast
Results 1,481 to 1,490 of 2990

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

  1. #1481
    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!

    @rainwoodman :
    hi, could it be possible to have an option in the future versions to disable the arrows in the applet (ie enabled by default but can be disabled with an option thru gconf or another way) ?
    btw, your work is fantastic, keep it up

  2. #1482
    Join Date
    Dec 2007
    Beans
    290

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

    Quote Originally Posted by ayoli View Post
    @rainwoodman :
    hi, could it be possible to have an option in the future versions to disable the arrows in the applet (ie enabled by default but can be disabled with an option thru gconf or another way) ?
    btw, your work is fantastic, keep it up
    Hi ayoli.
    I think it is already done in the svn, but I didn't have time to announce it. there is too much work to do these weeks.

  3. #1483
    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 rainwoodman View Post
    Hi ayoli.
    I think it is already done in the svn, but I didn't have time to announce it. there is too much work to do these weeks.
    Great, i'll wait a bit for new packages, or maybe try to build the svn version (got much work also and not much time to play with that).

  4. #1484
    Join Date
    Jan 2007
    Beans
    12

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

    Hi, I'm on debian etch with this libgtk2.0 source:
    gtk+2.0-2.8.20 gtk+2.0_2.8.20-7.dsc
    gtk+2.0_2.8.20-7.diff.gz gtk+2.0_2.8.20.orig.tar.gz
    Wich pach I must download for make it works?

  5. #1485
    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 stiffler_zzz View Post
    Hi, I'm on debian etch with this libgtk2.0 source:
    gtk+2.0-2.8.20 gtk+2.0_2.8.20-7.dsc
    gtk+2.0_2.8.20-7.diff.gz gtk+2.0_2.8.20.orig.tar.gz
    Wich pach I must download for make it works?
    wow, that's a really old version of gtk, there was a patch for gtk2 2.8 version, but adq's link to it is dead. the oldest patch you can found is the patch for 2.10 on gnome bugzilla but I guess it won't work with 2.8
    Maybe if you upgrade to debian lenny you'll get a more recent gtk (2.10 or 2.12)

  6. #1486
    Join Date
    Jan 2007
    Beans
    12

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

    If I upgrade to lenny I obtain a 2.12.1 version that is not yet patchable!!!

  7. #1487
    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 stiffler_zzz View Post
    If I upgrade to lenny I obtain a 2.12.1 version that is not yet patchable!!!
    2.12 is patchable, I have it patched. Maybe the global menu from rainwoodman will also work on 2.12.1 , shouldn't have major differences between 2.12.0 and 2.12.1

  8. #1488
    Join Date
    Jan 2007
    Beans
    12

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

    I'm upgrading to lenny, so can you tell me the wiki to install it? I must compile it from source, compile with apt-build or are there some packages for lenny?

  9. #1489
    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 stiffler_zzz View Post
    I'm upgrading to lenny, so can you tell me the wiki to install it? I must compile it from source, compile with apt-build or are there some packages for lenny?
    the latest code and instructions for global menu (aka mac menu) can be found here : http://code.google.com/p/gnome2-globalmenu/
    I think you'll have to compile from source because packages were made only for ubuntu gutsy 32 bits and fedora (see downloads for the gtk patch and applet source, or from svn). You should find instructions in the wiki.

  10. #1490
    Join Date
    Jan 2007
    Beans
    12

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

    I have upgraded to lenny and now I have the 2.12.5, when I try to patch it from source I obtain:
    Code:
    debian:/home/buzz/gtk/gtk+2.0-2.12.5# patch -p0 < ../gtk+-2.12.0-r2-gtkmenubar.diff
    patching file gtk/gtkmenubar.c
    Hunk #3 succeeded at 230 with fuzz 2 (offset 128 lines).
    Hunk #4 FAILED at 400.
    1 out of 4 hunks FAILED -- saving rejects to file gtk/gtkmenubar.c.rej
    This is .rej:
    Code:
    ***************
    *** 400,406 ****
        widget_class->size_allocate = gtk_menu_bar_size_allocate;
        widget_class->expose_event = gtk_menu_bar_expose;
        widget_class->hierarchy_changed = gtk_menu_bar_hierarchy_changed;
    -   widget_class->map = gtk_menu_bar_map;
        
        menu_shell_class->submenu_placement = GTK_TOP_BOTTOM;
        menu_shell_class->get_popup_delay = gtk_menu_bar_get_popup_delay;
    --- 242,247 ----
        widget_class->size_allocate = gtk_menu_bar_size_allocate;
        widget_class->expose_event = gtk_menu_bar_expose;
        widget_class->hierarchy_changed = gtk_menu_bar_hierarchy_changed;
        
        menu_shell_class->submenu_placement = GTK_TOP_BOTTOM;
        menu_shell_class->get_popup_delay = gtk_menu_bar_get_popup_delay;

Page 149 of 299 FirstFirst ... 4999139147148149150151159199249 ... 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
  •