Page 205 of 299 FirstFirst ... 105155195203204205206207215255 ... LastLast
Results 2,041 to 2,050 of 2990

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

  1. #2041
    Join Date
    Apr 2008
    Location
    Ontario, Canada
    Beans
    23
    Distro
    Ubuntu 11.04 Natty Narwhal

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

    Hooray, I figured it out.
    Apparently the applet was moved to the far right of the panel so I could not see it, and apparently it is working perfectly.
    I saw a thin line that I did not know what it was and voila, there it was.

  2. #2042
    Join Date
    Mar 2008
    Beans
    10

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

    Rainwoodman said:
    I didn't expect that svn 1175 can actually work. It was quite buggy on my own computer.(and that's what drove me to write those IPC stuff on 1176 and form a new basis).
    In fact there are two applications that give me some bugs. The first one is epiphany which doesn't show bookmarks in tha toolbar anymore, and the second one is Gparted which actually make the applet crash.
    However, I don't use Gparted every day and bookmarks are still available via "popup style" box.

  3. #2043
    Join Date
    Mar 2008
    Beans
    10

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

    @ habub: I've got libatk1.0-0 version 1.22.0-0ubuntu1 installed on my computer and the libatk1.0-dev. They are normally installed by default because of Pidgin I think. So I don't know why you cannot install them. Perhaps trying to change your repositories server is a way to explorer .

    @ Laviano: Are you trying to install my debs ?

  4. #2044
    Join Date
    Aug 2008
    Beans
    1

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

    Quote Originally Posted by killbill View Post
    I used to have the same problem.

    Got it resolved by using the compiled MacMenuApplet .

    To save ur time. download the attachment.

    Hi, how can I use your tar packet?
    It contains 2 files I think the one who I need is macmenu-applet...
    If you can tell me how I'll be happy to run my macmenu applet on my Hardy..

  5. #2045
    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 bedo1987 View Post
    Hi, how can I use your tar packet?
    It contains 2 files I think the one who I need is macmenu-applet...
    If you can tell me how I'll be happy to run my macmenu applet on my Hardy..
    The post and archive you're referring to are quite out of date.
    You may want to try globalmenu which is developped by rainwoodman. Packages and install instructions (follow hardy instructions in your case) can be found on globalmenu website :
    http://code.google.com/p/gnome2-glob...allingonUbuntu

  6. #2046
    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 Puxbunny View Post
    @ habub: I've got libatk1.0-0 version 1.22.0-0ubuntu1 installed on my computer and the libatk1.0-dev. They are normally installed by default because of Pidgin I think. So I don't know why you cannot install them. Perhaps trying to change your repositories server is a way to explorer .

    @ Laviano: Are you trying to install my debs ?
    Yes, here's what I get with the udeb packages

    sudo dpkg -i *.udeb(Reading database ... 210022 files and directories currently installed.)
    Unpacking libatk1.0-udeb (from libatk1.0-udeb_1.22.0-0ubuntu1_amd64.udeb) ...
    dpkg: error processing libatk1.0-udeb_1.22.0-0ubuntu1_amd64.udeb (--install):
    trying to overwrite `/usr/lib/libatk-1.0.so.0.2209.1', which is also in package libatk1.0-0
    Unpacking libglib2.0-udeb (from libglib2.0-udeb_2.16.3-1_amd64.udeb) ...
    dpkg: error processing libglib2.0-udeb_2.16.3-1_amd64.udeb (--install):
    trying to overwrite `/usr/lib/libgio-2.0.so.0.0.0', which is also in package libglib2.0-0
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Unpacking libgtk-directfb-2.0-0-udeb (from libgtk-directfb-2.0-0-udeb_2.12.9-3ubuntu4.1~aqd1175_amd64.udeb) ...
    dpkg: error processing libgtk-directfb-2.0-0-udeb_2.12.9-3ubuntu4.1~aqd1175_amd64.udeb (--install):
    trying to overwrite `/usr/lib/libgdk-directfb-2.0.so.0.1200.9', which is also in package libgtk-directfb-2.0-0
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Unpacking libpcre3-udeb (from libpcre3-udeb_7.4-1ubuntu2_amd64.udeb) ...
    dpkg: error processing libpcre3-udeb_7.4-1ubuntu2_amd64.udeb (--install):
    trying to overwrite `/usr/lib/libpcre.so.3.12.1', which is also in package libpcre3
    Errors were encountered while processing:
    libatk1.0-udeb_1.22.0-0ubuntu1_amd64.udeb
    libglib2.0-udeb_2.16.3-1_amd64.udeb
    libgtk-directfb-2.0-0-udeb_2.12.9-3ubuntu4.1~aqd1175_amd64.udeb
    libpcre3-udeb_7.4-1ubuntu2_amd64.udeb
    Last edited by LavianoTS386; August 17th, 2008 at 10:53 PM.
    Intel C2 3.0Ghz E8400 / Gigabyte GA-73PVM-S2H / 4GB DDR2-PC6400 / 1TB & 320GB SATA Seagate.

    Asus EeePC 901

  7. #2047
    Join Date
    Mar 2008
    Beans
    10

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

    You don't need to install the .udeb. In fact, I don't why did I put them into the archive. Just install all the debs for gtk and then the deb for the applet with some kind of: sudo apt-get install *.deb
    and then it should be ok

  8. #2048
    Join Date
    Jun 2008
    Beans
    15

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

    sorry without reading through the 205 pages (ill save that for when i have some free time ) i was wondering if there is a easy way for this to properly work with oo ff and opera? thanks for any help

  9. #2049
    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 ajfisherman View Post
    sorry without reading through the 205 pages (ill save that for when i have some free time ) i was wondering if there is a easy way for this to properly work with oo ff and opera? thanks for any help
    This doesn't work with Firefox since Firefox is a XUL application, not a GTK one. It also doesn't work with some apps like openoffice. I don't know for opera.

  10. #2050
    Join Date
    Jun 2007
    Beans
    346

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

    Quote Originally Posted by ayoli View Post
    This doesn't work with Firefox since Firefox is a XUL application, not a GTK one. It also doesn't work with some apps like openoffice. I don't know for opera.
    could someone make a patch for it?

Page 205 of 299 FirstFirst ... 105155195203204205206207215255 ... 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
  •