Page 98 of 299 FirstFirst ... 488896979899100108148198 ... LastLast
Results 971 to 980 of 2990

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

  1. #971
    Join Date
    Aug 2005
    Beans
    64

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

    Quote Originally Posted by kashms View Post
    When I try to install the deb I get an error:

    "Error: Dependency is not satisfiable: libpango1.0-0"

    I checked and libpango1.0-0 is installed. Do I need to install dev packages?
    Problem is that you dont have installed updates from gutsy-proposed. This deb fixes problem.
    Attached Files Attached Files

  2. #972
    Join Date
    Sep 2005
    Beans
    85

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

    Thanks that worked.

    Apparently it is not possible to have a picture as background for the gnome-panel?!

  3. #973
    Join Date
    Jul 2007
    Beans
    171
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Yes that's correct. You more or less need a theme that supports the mac menu, otherwise it looks ugly. A great theme, and one of the most complete, is iMetal:

    http://skiesofazel.deviantart.com/ar...gnome-53789181

    I'm now going to work on having Amora back up to scratch. As you can see from my attached image on the previous page it doesn't support the mac menu.

    http://ubuntuforums.org/showpost.php...&postcount=964
    OS: All Hardy!
    System: HP DV9224TX Laptop
    CPU: Core2Duo T5600 1.82GHz / RAM: 2048MB DDR2 667MHz
    HD: 240GB SATA (2x 120GB) / VGA: nVidia Gforce 7600 1024MB (512 Dedicated/512 Shared)

  4. #974
    Join Date
    Feb 2007
    Beans
    303
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [SOLVED] Gutsy mac menu :)

    Quote Originally Posted by AcidumIrae View Post
    mac menu applet:

    Code:
    tar jxvf gnome-macmenu-applet-1.0.11.tar.bz2
    cd gnome-macmenu-applet-1.0.11
    sudo cp gnome-macmenu-applet /usr/lib/gnome-applets/
    sudo cp GNOME_MacMenuApplet.server /usr/lib/bonobo/servers/
    gtk+ patch:

    Code:
    gzip -d gtk+-2.12.0-r2-gtkmenubar.diff.gz
    sudo apt-get install build-essential
    apt-get source gtk+2.0
    tar zxvf gtk+2.0_2.12.0.orig.tar.gz
    cd gtk+2.0-2.12.0
    patch -p0 < ../gtk+-2.12.0-r2-gtkmenubar.diff
    ./configure --prefix=/usr
    make
    sudo make install
    As for dependencies, i don't know what is needed exactly, here is the list of dev packages i have:

    Code:
    autotools-dev
    comerr-dev
    dpkg-dev
    libart-2.0-dev
    libatk1.0-dev
    libaudiofile-dev
    libavahi-client-dev
    libavahi-common-dev
    libavahi-glib-dev
    libbonobo2-dev
    libbonoboui2-dev
    libc6-dev
    libcairo-directfb2-dev
    libcairo2-dev
    libcupsys2-dev
    libdbus-1-dev
    libdirectfb-dev
    libesd0-dev
    libexpat1-dev
    libfontconfig1-dev
    libfreetype6-dev
    libgail-dev
    libgconf2-dev
    libgcrypt11-dev
    libgdk-pixbuf-dev
    libglade2-dev
    libglib1.2-dev
    libglib2.0-dev
    libgnome-keyring-dev
    libgnome2-dev
    libgnomecanvas2-dev
    libgnomeui-dev
    libgnomevfs2-dev
    libgnutls-dev
    libgpg-error-dev
    libgtk1.2-dev
    libgtk2.0-dev
    libhal-dev
    libhal-storage-dev
    libice-dev
    libidl-dev
    libjpeg62-dev
    libkrb5-dev
    liblzo2-dev
    libopencdk8-dev
    liborbit2-dev
    libpanel-applet2-dev
    libpango1.0-dev
    libpng12-dev
    libpopt-dev
    libselinux1-dev
    libsepol1-dev
    libsm-dev
    libstartup-notification0-dev
    libstdc++6-4.1-dev
    libsysfs-dev
    libtasn1-3-dev
    libtiff4-dev
    libusplash-dev
    libwnck-dev
    libx11-dev
    libxau-dev
    libxcomposite-dev
    libxcursor-dev
    libxdamage-dev
    libxdmcp-dev
    libxext-dev
    libxfixes-dev
    libxft-dev
    libxi-dev
    libxinerama-dev
    libxkbfile-dev
    libxml2-dev
    libxrandr-dev
    libxrender-dev
    libxres-dev
    libxt-dev
    linux-libc-dev
    x11proto-composite-dev
    x11proto-core-dev
    x11proto-damage-dev
    x11proto-fixes-dev
    x11proto-input-dev
    x11proto-kb-dev
    x11proto-randr-dev
    x11proto-render-dev
    x11proto-resource-dev
    x11proto-xext-dev
    x11proto-xinerama-dev
    xtrans-dev
    xutils-dev
    zlib1g-dev
    you can do before patching gtk+

    sudo apt-get install ...packages from the list above...

    The menu applet doesnt work.
    I get this:

    The panel encountered a problem while loading "OAFIID:GNOME_MacMenuApplet".

    I followed your instructions and i think the gtk patching worked (because now the menu isnt in the windows, but just below the taskbar), however the mac menu applet doesnt.

    Would you mind letting me know what could be wrong? Thx.

  5. #975
    Join Date
    Jul 2007
    Beans
    171
    Distro
    Ubuntu 8.04 Hardy Heron

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

    I know if you follow his guide almost to a T it works perfect. The only thing I had to change was 5 commands:

    From:
    Code:
    gzip -d gtk+-2.12.0-r2-gtkmenubar.diff.gz
    sudo apt-get install build-essential
    apt-get source gtk+2.0
    tar zxvf gtk+2.0_2.12.0.orig.tar.gz
    cd gtk+2.0-2.12.0
    patch -p0 < ../gtk+-2.12.0-r2-gtkmenubar.diff
    ./configure --prefix=/usr
    make
    sudo make install
    To:
    Code:
    gzip -d gtk+-2.12.0-r2-gtkmenubar.diff.gz
    sudo apt-get install build-essential
    apt-get source gtk+2.0
    sudo tar zxvf gtk+2.0_2.12.0.orig.tar.gz
    sudo cd gtk+2.0-2.12.0
    sudo patch -p0 < ../gtk+-2.12.0-r2-gtkmenubar.diff
    sudo ./configure --prefix=/usr
    sudo make
    sudo make install
    Simply changing it to super user because the downloaded source is locked to root.
    OS: All Hardy!
    System: HP DV9224TX Laptop
    CPU: Core2Duo T5600 1.82GHz / RAM: 2048MB DDR2 667MHz
    HD: 240GB SATA (2x 120GB) / VGA: nVidia Gforce 7600 1024MB (512 Dedicated/512 Shared)

  6. #976
    Join Date
    Sep 2006
    Location
    Oklahoma
    Beans
    Hidden!

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

    Quote Originally Posted by avb View Post
    Hello,

    I made a package of applet and patched gtk for gutsy. Works for me.

    HOWTO INSTALL:

    1. Install macmenu-applet_0.1-2_i386.deb
    2. Download libgtk2.0-part1.tar.bz2, libgtk2.0-part2.tar.bz2 and install.sh
    3. Go to this directory in terminal
    4. Run sudo sh install.sh
    5. Add macmenu applet to a gnome-panel
    6. Log off/Log on

    HOWTO UNINSTALL:

    1. run 'sudo apt-get install --reinstall libgtk2.0-0'
    Can I get the debian source package?

  7. #977
    Join Date
    Sep 2005
    Location
    Salem, Oregon
    Beans
    51
    Distro
    Ubuntu Karmic Koala (testing)

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

    Thanks for all the work guys!
    I now have the mac-menu on my Gutsy system!
    Attached Images Attached Images

  8. #978
    nikoPSK is offline I Ubuntu, Therefore, I Am
    Join Date
    Sep 2007
    Location
    Victoria, BC
    Beans
    2,265
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Quote Originally Posted by unique View Post
    Thanks for all the work guys!
    I now have the mac-menu on my Gutsy system!
    curves too ^^sorry for all the gutsy problems with it. Doing my best and Im creating a .deb for it as we speak.

  9. #979
    Join Date
    Feb 2007
    Beans
    303
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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

    Quote Originally Posted by BoardDWorld View Post
    I know if you follow his guide almost to a T it works perfect. The only thing I had to change was 5 commands:

    From:
    Code:
    gzip -d gtk+-2.12.0-r2-gtkmenubar.diff.gz
    sudo apt-get install build-essential
    apt-get source gtk+2.0
    tar zxvf gtk+2.0_2.12.0.orig.tar.gz
    cd gtk+2.0-2.12.0
    patch -p0 < ../gtk+-2.12.0-r2-gtkmenubar.diff
    ./configure --prefix=/usr
    make
    sudo make install
    To:
    Code:
    gzip -d gtk+-2.12.0-r2-gtkmenubar.diff.gz
    sudo apt-get install build-essential
    apt-get source gtk+2.0
    sudo tar zxvf gtk+2.0_2.12.0.orig.tar.gz
    sudo cd gtk+2.0-2.12.0
    sudo patch -p0 < ../gtk+-2.12.0-r2-gtkmenubar.diff
    sudo ./configure --prefix=/usr
    sudo make
    sudo make install
    Simply changing it to super user because the downloaded source is locked to root.
    I did follow it exactly. Is it because i am using 64bit gutsy?

  10. #980
    Join Date
    Nov 2006
    Beans
    Hidden!

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

    Quote Originally Posted by unique View Post
    Thanks for all the work guys!
    I now have the mac-menu on my Gutsy system!
    What is the topbar? mem,cpu,ipaddress.... ???

Page 98 of 299 FirstFirst ... 488896979899100108148198 ... 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
  •