Page 54 of 299 FirstFirst ... 444525354555664104154 ... LastLast
Results 531 to 540 of 2990

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

  1. #531
    Join Date
    Apr 2007
    Location
    Milan - Italy
    Beans
    12

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

    Quote Originally Posted by SkiesOfAzel View Post
    Are you running Feisty? Do you use a patched gtk?
    i'm on feisty, and i follow this instruction:
    http://ubuntuforums.org/showpost.php...&postcount=429
    but now i see this:
    http://ubuntuforums.org/showpost.php...&postcount=463
    i will try it

  2. #532
    Join Date
    Feb 2007
    Location
    Athens ,Greece
    Beans
    158
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    THESE DEBS ARE FOR FEISTY ONLY!!!
    Here are the debs i promised so if you have problems compiling try them instead. They are hosted on rapidshare. If you have problems downloading from them just post a service that works for you and i will upload the files there too. The debs are build using the Ubuntu versions of the gnome packages for more compatibility.
    You can get the hacked gtk from here. These packages include both the macmenu hack needed for macmenu to work and a hack to remove the underlines from the menu entries Osx style.

    What you get here is a gnome panel without the annoying arrow under the main menu icon.

    Finally here is the macmenu applet.
    [EDIT]
    Me801 has kindly offered to host the debs to his ftp server, so if you have problems with rapidshare, get them here.

    Installation:
    Move the archives to a new folder, open a terminal , browse to this folder and :
    Code:
    tar -zxvf gnome-panel.tar.gz
    tar -zxvf gtk-new.tar.gz
    sudo dpkg -i *.deb
    tar -zxvf gnome-macmenu-applet.tar.gz
    sudo  cp -f gnome-macmenu-applet /usr/lib/gnome-applets
    sudo  cp -f GNOME_MacMenuApplet.server /usr/lib/bonobo/servers
    Logout, relogin and add the macmenu applet to your panel.
    Last edited by SkiesOfAzel; May 5th, 2007 at 05:09 PM. Reason: Links Updated

  3. #533
    Join Date
    Nov 2004
    Beans
    34

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

    Quote Originally Posted by SkiesOfAzel View Post
    Here are the debs i promised so if you have problems compiling try them instead. They are hosted on rapidshare. If you have problems downloading from them just post a service that works for you and i will upload the files there too. The debs are build using the Ubuntu versions of the gnome packages for more compatibility.
    You can get the hacked gtk from here. These packages include both the macmenu hack needed for macmenu to work and a hack to remove the underlines from the menu entries Osx style.

    What you get here is a gnome panel without the annoying arrow under the main menu icon.

    Finally here is the macmenu applet.

    Installation:
    Move the archives to a new folder, open a terminal , browse to this folder and :
    Code:
    tar -zxvf gnome-panel.tar.gz
    tar -zxvf gtk-new.tar.gz
    sudo dpkg -i *.deb
    tar -zxvf gnome-macmenu-applet.tar.gz
    sudo  cp -f gnome-macmenu-applet /usr/lib/gnome-applets
    sudo  cp -f GNOME_MacMenuApplet.server /usr/lib/bonobo/servers
    Logout, relogin and add the macmenu applet to your panel.
    Can someone please host these files? I downloaded the first one (gtk-new.tar.gz) and RapidShare is saying that I've reached my limit already. I still need the panel and applet.

    Btw, thanks for the great work in packaging these.

  4. #534
    Join Date
    Dec 2006
    Beans
    18

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

    I would like something like this...
    http://www.taimila.com/images/osx2/topbar.jpg

    But I obtained this...
    http://www.image-share.net/image/17710/Schermata3.png

    how get macmenu applet work with firefox?
    and how do I fix the background problem?
    Thanks...
    Last edited by echelon89; May 4th, 2007 at 05:57 PM.

  5. #535
    Join Date
    May 2007
    Beans
    3

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

    @SkiesOfAzel:
    I have the same problem as byoon, rapidshare saying reached download limit. If you PM me, I can give you an ftp account on my hosting account and you can upload them there to make it easier for everyone to download.

    @echelon89:
    I don't think it works with firefox, as the menu stays in firefox window for me too.
    With the background problem, change your GTK theme. Try: http://www.taimila.com/downloads/gtk-osx-theme.tar.gz as this is the one I use and it sorts out the problem.
    Hope this helps.

  6. #536
    Join Date
    Dec 2006
    Beans
    18

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

    Quote Originally Posted by me801 View Post
    @SkiesOfAzel:
    I have the same problem as byoon, rapidshare saying reached download limit. If you PM me, I can give you an ftp account on my hosting account and you can upload them there to make it easier for everyone to download.

    @echelon89:
    I don't think it works with firefox, as the menu stays in firefox window for me too.
    With the background problem, change your GTK theme. Try: http://www.taimila.com/downloads/gtk-osx-theme.tar.gz as this is the one I use and it sorts out the problem.
    Hope this helps.
    Thanks a lot...
    I have another question...
    I don't really like the controls of that theme...
    How I can modify my theme to fix the MacMenuBar background?

  7. #537
    Join Date
    May 2007
    Beans
    3

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

    I'm not sure how to modify your current theme as I don't know much about GTK themes. You can probably find some good tutorials online, the only thing I know is that it's the background image of the menu that needs to be changed.

  8. #538
    Join Date
    Jul 2006
    Location
    Milan, Italy
    Beans
    22
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    @ SkiesOfAzel:

    Great! Your debs work really fine!

    MacMenu rulez! :-d

  9. #539
    Join Date
    Feb 2007
    Location
    Athens ,Greece
    Beans
    158
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    Although i haven't coded anything for 2 years and i have no experience with gtk i will probably try to alter the macmenu applet a little. i might try to combine it with some code from the menu bar applet to give it a default menu. If i get to it and if i succeed , i will post it here but i warn you , don't hold your breath .

  10. #540
    Join Date
    Apr 2007
    Location
    BA
    Beans
    Hidden!
    Distro
    Ubuntu 6.06 Dapper

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

    Quote Originally Posted by SkiesOfAzel View Post
    Although i haven't coded anything for 2 years and i have no experience with gtk i will probably try to alter the macmenu applet a little. i might try to combine it with some code from the menu bar applet to give it a default menu. If i get to it and if i succeed , i will post it here but i warn you , don't hold your breath .
    That'll be cool.

    Anyone tried opening the application "gens" ? this one in particular makes my menu look really weird, I'll post a screenshot later.

Page 54 of 299 FirstFirst ... 444525354555664104154 ... 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
  •