Page 153 of 299 FirstFirst ... 53103143151152153154155163203253 ... LastLast
Results 1,521 to 1,530 of 2990

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

  1. #1521
    Join Date
    Dec 2007
    Beans
    290

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

    Quote Originally Posted by jslmg View Post
    About a month ago, I tried to get the new global menu to install, but I couldn't. There were issues in the instructions for installing that early build--file paths were not correct, and such.

    I reported those problems in this thread--posts #1428, 1437, 1455, 1456, 1459, 1467. It seemed no one could figure out what was going wrong.

    I hope these have been ironed out. I'll make sure I've fully removed the aqd patch, then try the global menu again.
    I know nothing about debian packaging. But if you'd like to build from source before we manage to collect enough time to make any packages for debian, here is the guide for building from source.

    http://code.google.com/p/gnome2-glob...ildFromScratch

  2. #1522
    Join Date
    Dec 2007
    Beans
    290

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

    Quote Originally Posted by rainai2k7 View Post
    Hi rainwoodman,

    Are you the new "maintainer" for the mac/global menu? Sorry, I was not able to read through all the posts in this thread (I was too lazy; I just read from 1 through 70 then skipped to here... =p) so I don't know what really has been happening with this applet.

    I've recently (about 2 or 3 days ago) downloaded the mac/global menu from the links given by this https://wiki.ubuntu.com/global_menu site and compiled from source code using the guide in the "Install using autotools" section. Is the menu from this site different from the one in the links you just posted?
    It is different. those code are stored in branches/0.1 and tags/0.1*
    I get a "Not Found" error when I click on the diagram link found in the page you mentioned.

    Thanks,
    Rai
    hi Rai, it is different. since I begin to write code for the global menu project, I made too many frequent changes in the structure, and documentation didn't catch up.

    The Not Found error is also due to another change in the structure. Those images are now part of the source of 0.4-devel and stored at svn/branches/0.4-devel/doc/reference/libgnomenu/ .
    When the 0.4 version is finished, the full documentation for development global menu application will be availible at the same time.
    Most part of the installation will be (and actually has already been in the svn tags/0.3_323 ) reduced into a configure/make
    scheme. However because we are not going to ship any source code of gtk, patching will still manual work.

    I will always upload the rpms whenever a big snapshot is created in tags. Other project members will also try to create packages when they have time.

    I've finally written a building guide at
    http://code.google.com/p/gnome2-glob...ildFromScratch

    I hope it will help.

  3. #1523
    Join Date
    Dec 2007
    Beans
    290

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

    Quote Originally Posted by ayoli View Post
    I'll try to update the global menu ubuntu wiki page tonight, and yes packages ill be wellcome (maybe SkiesOfAzel could provide them for ubuntu ? )
    Thanks ayoli!

    If everything is fine I'll move back to the development of 0.4-devel.
    After adopting OO it really gets complex. Nevertheless about 1/3 of the work is already finished by now.

  4. #1524
    Join Date
    Dec 2007
    Beans
    290

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

    I'll create an issue in the project website. We have two developers now and hopefully my friend will fix it. I personally don't use the label (It will then be too similar to a mac), thus it is only a stub that demonstrate a label is possible.....



    Quote Originally Posted by andrek View Post
    I've got a problem. As you can see on a picture below, instead of 'GNOME' i get 'GNO...'. I get the same thing with firefox, which is showed as 'Firef...'.
    Is there any possibility to fix it?

    Also, how can i change that ugly deskbar-applet icon?

    One more thing.. I've applied that 'no-arrow' patch which worked well, but.. as i tried to update/upgrade my system, it has updated gnome-panel.. So i'm back with that arrow.

    Thanks.

  5. #1525
    Join Date
    Jan 2008
    Beans
    5

    Question No stuff in the arrows??

    Just installed per instructions here: https://wiki.ubuntu.com/global_menu

    and I have nothing in the bar except 2 arrows pointing < and >. Did I miss something or am I supposed to install from another location?

    Thanks for the help and I greatly appreciate the work you're doing!

  6. #1526
    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
    Thanks ayoli!

    If everything is fine I'll move back to the development of 0.4-devel.
    After adopting OO it really gets complex. Nevertheless about 1/3 of the work is already finished by now.
    Done, wiki updated here and here

    Did you think about anticipating the compatibility with next gtk versions (since I guess next ubuntu release (for April 2008 ) will use a more recent gtk) ?
    Last edited by ayoli; February 2nd, 2008 at 10:29 PM.

  7. #1527
    Join Date
    Dec 2007
    Beans
    290

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

    Quote Originally Posted by ayoli View Post
    Done, wiki updated here and here

    Did you think about anticipating the compatibility with next gtk versions (since I guess next ubuntu release (for April 2008 ) will use a more recent gtk) ?
    Hi ayoli, Thank you for the wiki.

    But there is two notes,
    1 the build guide is already done.
    http://code.google.com/p/gnome2-glob...ildFromScratch
    2 the installation bug in svn234 is fixed in svn 323
    http://gnome2-globalmenu.googlecode..../tags/0.3_323/
    Thus the latest stable tag is 0.3_323 (instead of 0.3_234, as mentioned in the wiki.

    as for the compatibility issue, the 0.4 version will only patch one or two functions in gtk. Unless they make huge changes to GtkMenuxxx, things will be just fine. I am working on a fedora system which doesn't build the recent gtk svn(some dependency problem). But I'll check if the patch can apply to it.

  8. #1528
    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, Thank you for the wiki.

    But there is two notes,
    1 the build guide is already done.
    http://code.google.com/p/gnome2-glob...ildFromScratch
    2 the installation bug in svn234 is fixed in svn 323
    http://gnome2-globalmenu.googlecode..../tags/0.3_323/
    Thus the latest stable tag is 0.3_323 (instead of 0.3_234, as mentioned in the wiki.
    Modifications done. So is it ok to remove this note :
    The applet code contains a bug and after su make install, you have to edit /usr/lib/bonobo/server/GNOME_GlobalMenuApplet.server.

    http://gnome2-globalmenu.googlecode..../branches/0.3/ contains bug fixes since the 234 tag. But the fixes might have introduced new bugs. (Since I don't have time to heavily test them).
    Quote Originally Posted by rainwoodman View Post
    as for the compatibility issue, the 0.4 version will only patch one or two functions in gtk. Unless they make huge changes to GtkMenuxxx, things will be just fine. I am working on a fedora system which doesn't build the recent gtk svn(some dependency problem). But I'll check if the patch can apply to it.
    Ok, maybe people here using testing ubuntu version could do testing for you (with instructions to fellow and questions to answer to on a wiki page on your googlecode site for ex).

  9. #1529
    Join Date
    Aug 2006
    Location
    US
    Beans
    1,681

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

    For anyone who's interested:

    http://gnome-look.org/content/show.p...?content=74666

    I made a Clearlooks mod that allows you to put one image for the whole panel. It works fine on Feisty with this version of the menubar, but I'd really like someone to test on Gutsy and the latest versions to see if it still works.

  10. #1530
    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 dbbolton View Post
    For anyone who's interested:

    http://gnome-look.org/content/show.p...?content=74666

    I made a Clearlooks mod that allows you to put one image for the whole panel. It works fine on Feisty with this version of the menubar, but I'd really like someone to test on Gutsy and the latest versions to see if it still works.
    Quickly tested your theme this morning, it works fine with gusty.

Page 153 of 299 FirstFirst ... 53103143151152153154155163203253 ... 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
  •