Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old May 4th, 2007   #531
Jeby
First Cup of Ubuntu
 
Join Date: Apr 2007
Location: Milan - Italy
Beans: 11
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
Jeby is offline   Reply With Quote
Old May 4th, 2007   #532
SkiesOfAzel
A Carafe of Ubuntu
 
Join Date: Feb 2007
Location: Athens ,Greece
Beans: 152
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 12:09 PM.. Reason: Links Updated
SkiesOfAzel is offline   Reply With Quote
Old May 4th, 2007   #533
byoon
Just Give Me the Beans!
 
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.
byoon is offline   Reply With Quote
Old May 4th, 2007   #534
echelon89
5 Cups of Ubuntu
 
Join Date: Dec 2006
Beans: 16
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 12:57 PM..
echelon89 is offline   Reply With Quote
Old May 4th, 2007   #535
me801
First Cup of Ubuntu
 
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.
me801 is offline   Reply With Quote
Old May 4th, 2007   #536
echelon89
5 Cups of Ubuntu
 
Join Date: Dec 2006
Beans: 16
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?
echelon89 is offline   Reply With Quote
Old May 4th, 2007   #537
me801
First Cup of Ubuntu
 
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.
me801 is offline   Reply With Quote
Old May 4th, 2007   #538
male81
5 Cups of Ubuntu
 
Join Date: Jul 2006
Location: Milan, Italy
Beans: 22
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
male81 is offline   Reply With Quote
Old May 4th, 2007   #539
SkiesOfAzel
A Carafe of Ubuntu
 
Join Date: Feb 2007
Location: Athens ,Greece
Beans: 152
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 .
SkiesOfAzel is offline   Reply With Quote
Old May 4th, 2007   #540
Pasto
5 Cups of Ubuntu
 
Join Date: Apr 2007
Location: BA
My beans are hidden!
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.
Pasto is offline   Reply With Quote

Bookmarks

Tags
globalmenu, gnome, java, mac

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:52 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry