Page 43 of 299 FirstFirst ... 3341424344455393143 ... LastLast
Results 421 to 430 of 2990

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

  1. #421
    Join Date
    Oct 2006
    Beans
    12

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

    Quote Originally Posted by AqD View Post
    Hi everyone!

    Due to various reasons, I have stopped using the mac menubar myself (and maintaining too).

    If anyone is willing to continue this project, please contact me by email.
    Noooo!! Why? it is such a good work, I mean... I am so used to this patched version of GTK I dont know if I'll be able to switch back to windowed menus And what when the next gtk release come, who will write the patch for us....

    I cant believe this... really. But...
    Good luck with whatever you are up to

  2. #422
    Join Date
    Feb 2007
    Beans
    39

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

    Quote Originally Posted by SkiesOfAzel View Post
    You can find many such icons inside objectbar themes. Go to DeviantART and browse for them.
    Thanx a lot! Found lots of good ones!

    Sorry for this noob question but where can I find volume, wireless bt icons etc?

    BR,
    Chrisse
    Windows for sale

  3. #423
    Join Date
    Oct 2006
    Location
    Albi
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Extract the archive HERE and install the debs you need. You could just delete the ones you don't need, e.g. the -dbg or -doc ones (probably), and run:
    the links to get the.debs is dead
    somebody have those feisty deb please?

  4. #424
    Join Date
    May 2006
    Location
    germany
    Beans
    Hidden!
    Distro
    The Feisty Fawn Testing

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

    Hi flargen,

    i followed the link but i only get an invalid download. Is there another Link? I would like to use this menu again after i switched to feisty.

    Thanks
    Marco

  5. #425
    Join Date
    Apr 2005
    Location
    Finland
    Beans
    300
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    What is the licence of this project? Is it GPL, because I would like to release slightly modified version of it.

  6. #426
    Join Date
    Aug 2006
    Location
    Sothern California
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Does anyone have an updated EDGY deb?
    Your Signature: View My Google page and Guide on Making the Linux desktop look better LHHS Linux Club
    T60 2.0GHZ-T7200 ATI-X1400M-128mb 2GB-667MHZ 80GB-5400RPM WIFI-3945 on Chakra-Project (Archlinux) w/Ext4

  7. #427
    Join Date
    Jul 2005
    Beans
    66

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

    Quote Originally Posted by mbluethgen View Post
    Hi flargen,

    i followed the link but i only get an invalid download. Is there another Link? I would like to use this menu again after i switched to feisty.

    Thanks
    Marco
    Sorry, I lost the debs when I reinstalled Ubuntu. If someone else can post them, that would be great. I can always build some more, but that won't happen until at least tomorrow...

  8. #428
    Join Date
    May 2006
    Location
    germany
    Beans
    Hidden!
    Distro
    The Feisty Fawn Testing

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

    Ok. Thank you flargen. Looking forward o your .deb.

  9. #429
    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!

    [EDIT] If you had problems compiling before, try again , i just added the gtk dependencies to the instructions

    You can simply compile it yourself, its very easy. Go get the source here and extract it somewhere . Copy the gtkmenubar.diff attached in the first post inside the gtk folder you just decompressed, open a terminal there and type:
    Code:
    sudo apt-get install pkg-config libjpeg62-dev libpng12-dev libtiff4-dev libfreetype6-dev fontconfig gettext libglibmm-2.4-1c2a libglibmm-2.4-dev libpango1.0-0 libpango1.0-dev libatk1.0-0 libatk1.0-dev libgtkmm-2.4-1c2a libgtkmm-2.4-dev
    patch -p0 < gtkmenubar.diff
    ./configure --prefix=/usr
    make
    sudo make install
    Install the macmenu applet posted by Flargen , add it to your panel, logout , relogin and you are set .
    Last edited by SkiesOfAzel; April 25th, 2007 at 06:38 PM. Reason: Added gtk dependencies

  10. #430
    Join Date
    Aug 2006
    Location
    Sothern California
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Quote Originally Posted by SkiesOfAzel View Post
    You can simply compile it yourself, its very easy. Go get the source here and extract it somewhere . Copy the gtkmenubar.diff attached in the first post inside the gtk folder you just decompressed, open a terminal there and type:
    Code:
    patch -p0 < gtkmenubar.diff
    ./configure --prefix=/usr
    make
    sudo make install
    Install the macmenu applet posted by Flargen , add it to your panel, logout , relogin and you are set .
    Im trying this, but im getting this when running config.

    Code:
    config.status: error: cannot find input file: Makefile.in
    Your Signature: View My Google page and Guide on Making the Linux desktop look better LHHS Linux Club
    T60 2.0GHZ-T7200 ATI-X1400M-128mb 2GB-667MHZ 80GB-5400RPM WIFI-3945 on Chakra-Project (Archlinux) w/Ext4

Page 43 of 299 FirstFirst ... 3341424344455393143 ... 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
  •