Page 251 of 299 FirstFirst ... 151201241249250251252253261 ... LastLast
Results 2,501 to 2,510 of 2990

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

  1. #2501
    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 Psyphre View Post
    Thank you very much Ayoli.

    Ive rarely had a problem installing global menu, however for some reason I cant compile it. Ive installed it on my laptop and it works, but I get an error on my desktop. Both use intrepid.

    Vala installs fine, and with the global menu I have done:
    .autogen.sh
    ./configure --prefix=/usr

    its when i do make that i get a compile error at the end:

    Compilation failed: 2 error(s), 7 warning(s)
    make[4]: *** [test-parser.c] Error 1
    make[4]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu/tests'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/ed/gnome-globalmenu-0.6'
    make: *** [all] Error 2

    and above that it mentions several 'GLib.Errors'

    So sorry to keep bothering you.
    Maybe a bad revision ? try to reemove the sources you have, and do again the svn command that checks out the source code and try again.

  2. #2502
    Join Date
    Oct 2006
    Location
    Italy
    Beans
    46
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    Hey guys, thank you very much for all your work...It's fantastic.
    I'm compiling via svn, and i found a little problem for you
    The windows list has a strange refresh, i'm sorry if i am not clear, for example when someone writes me on emesene i don't see the window name in the list until i click on the chat-window with my mouse, writes in it and maybe minimize it (i'm sorry but i haven't caught the right way to make it appear). Sometimes it happens that i close a window, such as the opera browser, and its name remains for some time in the list, until i do something that i haven't understood yet...
    I repeat, it's a very small problem, and maybe you've already noticed it by yourself, but i hope this helps...
    I will never fade.

  3. #2503
    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 ayoli View Post
    Maybe a bad revision ? try to reemove the sources you have, and do again the svn command that checks out the source code and try again.
    Tried it just now, but afraid I get exactly the same


    test-parser.vala:36.5-36.30: warning: unhandled error `GLib.Error'
    Parser.parse(shell, test1);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    test-parser.vala:42.5-42.30: warning: unhandled error `GLib.Error'
    Parser.parse(shell, test2);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    test-parser.vala:53.5-53.30: warning: unhandled error `GLib.Error'
    Parser.parse(shell, test2);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    test-parser.vala:54.5-54.30: warning: unhandled error `GLib.Error'
    Parser.parse(shell, test1);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    test-parser.vala:62.28-62.46: error: The name `ABSTOPSRCDIR' does not exist in the context of `Config'
    FileUtils.get_contents(Config.ABSTOPSRCDIR + "/libgnomenu/tests/evo-nolabel.xml", out test3, null);
    ^^^^^^^^^^^^^^^^^^^
    test-parser.vala:63.28-63.46: error: The name `ABSTOPSRCDIR' does not exist in the context of `Config'
    FileUtils.get_contents(Config.ABSTOPSRCDIR + "/libgnomenu/tests/evo.xml", out test4, null);
    ^^^^^^^^^^^^^^^^^^^
    test-parser.vala:64.5-64.30: warning: unhandled error `GLib.Error'
    Parser.parse(shell, test3);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    test-parser.vala:65.5-65.30: warning: unhandled error `GLib.Error'
    Parser.parse(shell, test3);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    test-parser.vala:66.5-66.30: warning: unhandled error `GLib.Error'
    Parser.parse(shell, test3);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    Compilation failed: 2 error(s), 7 warning(s)
    make[4]: *** [test-parser.c] Error 1
    make[4]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu/tests'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/ed/gnome-globalmenu-0.6'
    make: *** [all] Error 2

  4. #2504
    Join Date
    Oct 2006
    Location
    Italy
    Beans
    46
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    i had the same error or something like that make sure you have vala 0.5.2 installed
    I will never fade.

  5. #2505
    Join Date
    Jul 2006
    Location
    /earth/europe
    Beans
    1,450
    Distro
    Ubuntu Development Release

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

    whoa!!! dudes this is awesome. just installed from PPA on intrepid and it's really impressive work. Keep up the excellent work!=D>
    WARNING: "sudo rm -rf /" = BAD Read this for more information.
    Q6600-Abit IP35-2 GB RAM-250GTS 1GB

    *Docky FTW!*

  6. #2506
    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 johnny_b_good View Post
    i had the same error or something like that make sure you have vala 0.5.2 installed
    GAve it a go, but i still get the same error

  7. #2507
    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 zekopeko View Post
    whoa!!! dudes this is awesome. just installed from PPA on intrepid and it's really impressive work. Keep up the excellent work!=D>
    How do you install from PPA? Would that mean I dont need to compile myself?

  8. #2508
    Join Date
    Jul 2007
    Beans
    193
    Distro
    Gutsy Gibbon Testing

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

    Quote Originally Posted by Psyphre View Post
    How do you install from PPA? Would that mean I dont need to compile myself?
    It means there's a repository you can go to to get it. Go here for instructions.
    Intel C2 3.0Ghz E8400 / Gigabyte GA-73PVM-S2H / 4GB DDR2-PC6400 / 1TB & 320GB SATA Seagate.

    Asus EeePC 901

  9. #2509
    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 LavianoTS386 View Post
    It means there's a repository you can go to to get it. Go here for instructions.
    Ah yes I saw those instructions before but I couldnt figure out what to do next.
    I added those repo's in my software sources but then what?
    I tried searching for global menu or gnome2-globalmenu in synaptic but there were no packages by that name.
    I tried going to: apt://ppa.launchpad.net/gnome2-globalmenu/ubuntu?package=gnome2-globalmenu?dist=intrepid?section=main and I get a window that says "choose" but theres nothing to choose from.

    Am I doing something wrong?
    Last edited by Psyphre; January 7th, 2009 at 09:41 PM.

  10. #2510
    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 Psyphre View Post
    Ah yes I saw those instructions before but I couldnt figure out what to do next.
    I added those repo's in my software sources but then what?
    I tried searching for global menu or gnome2-globalmenu in synaptic but there were no packages by that name.
    I tried going to: apt://ppa.launchpad.net/gnome2-globalmenu/ubuntu?package=gnome2-globalmenu?dist=intrepid?section=main and I get a window that says "choose" but theres nothing to choose from.

    Am I doing something wrong?
    try this in a terminal :
    Code:
    sudo apt-get update && sudo apt-get install gnome2-globalmenu

Page 251 of 299 FirstFirst ... 151201241249250251252253261 ... 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
  •