Page 2 of 299 FirstFirst 12341252102 ... LastLast
Results 11 to 20 of 2990

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

  1. #11
    Join Date
    Sep 2006
    Beans
    2

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

    Hi guys, this is my first post here.

    I need some help from you: before "make install" the package, what files (directory) should I backup?

    Excuse me for my bad English and for the stupid question, but I'm a newbie.

    Bye,
    Giovanni

  2. #12
    Join Date
    Nov 2005
    Beans
    270
    Distro
    The Feisty Fawn Testing

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

    This is great. I'm not a big fan of trying to make Linux look like OSX, but this kind of menu bar is just plain practical. Why have a menu on every window when you're only using one at a time anyway? It saves screen space! I'd love to see this become part of Gnome the way it is in KDE. I don't see any logical reason not to include it.

  3. #13
    Join Date
    Sep 2006
    Beans
    2

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

    What???

    KDE already get it?

  4. #14
    Join Date
    Nov 2005
    Beans
    270
    Distro
    The Feisty Fawn Testing

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

    Yeah, KDE has had this feature for a long time. It's just an option you toggle in kcontrol.

  5. #15
    Join Date
    Aug 2006
    Location
    Taipei & Cebu
    Beans
    107
    Distro
    Ubuntu 15.10 Wily Werewolf

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

    Quote Originally Posted by zammi View Post
    Any chance of getting debs for Dapper
    If you want to build it. Or you could untar my binary.

    BTW I'm not an ubuntu user, so I can't do this for you guys. I just come here to get more attention

  6. #16
    Join Date
    Aug 2006
    Location
    Taipei & Cebu
    Beans
    107
    Distro
    Ubuntu 15.10 Wily Werewolf

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

    Quote Originally Posted by gisluz View Post
    Hi guys, this is my first post here.

    I need some help from you: before "make install" the package, what files (directory) should I backup?

    Excuse me for my bad English and for the stupid question, but I'm a newbie.
    No backup needed

    If you want to restore, just run "make uninstall" from the source dir, and then reinstall Ubuntu's gtk2 package. If you delete the source dir accidentally, remember to remove the following files:
    Code:
    /usr/lib/libgdk-x11-2.0.so.0.1000.3
    /usr/lib/libgdk_pixbuf-2.0.so.0.1000.3
    /usr/lib/libgdk_pixbuf_xlib-2.0.so.0.1000.3
    /usr/lib/libgtk-x11-2.0.so.0.1000.3

  7. #17
    Join Date
    Aug 2006
    Location
    Taipei & Cebu
    Beans
    107
    Distro
    Ubuntu 15.10 Wily Werewolf

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

    Quote Originally Posted by gisluz View Post
    What???

    KDE already get it?
    For a very long time... It's very easy to do with modern GUI tookits like gtk2 and qt, as long as the applications or other frameworks built on top don't try to break it (wxGTK does that...)

  8. #18
    Join Date
    Apr 2006
    Beans
    46

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

    With the configure i have this error:

    Code:
    checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.12.0    atk >= 1.9.0    pango >= 1.12.0    cairo >= 1.2.0) were not met.
    Anyone can help me with the dependences ?

    Tnx,
    Luca.

  9. #19
    Join Date
    Aug 2006
    Location
    Taipei & Cebu
    Beans
    107
    Distro
    Ubuntu 15.10 Wily Werewolf

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

    Quote Originally Posted by ShinjiLeery View Post
    With the configure i have this error:

    Code:
    checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.12.0    atk >= 1.9.0    pango >= 1.12.0    cairo >= 1.2.0) were not met.
    Anyone can help me with the dependences ?

    Tnx,
    Luca.
    Hi! Maybe your system is too old for gtk+2 2.10.x??

    I just made the same patch for gtk+ 2.8.x (tested with 2.8.19), get it here => http://aquila.deus.googlepages.com/gtkmenubar-2.8.diff

  10. #20
    Join Date
    Apr 2006
    Beans
    46

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

    Quote Originally Posted by AqD View Post
    Hi! Maybe your system is too old for gtk+2 2.10.x??

    I just made the same patch for gtk+ 2.8.x (tested with 2.8.19), get it here => http://aquila.deus.googlepages.com/gtkmenubar-2.8.diff
    I have a ubuntu 6.6.0.1
    Where i have to install the patch? And then later i can turn back to the normal use?

    Tnx,
    Luca.

Page 2 of 299 FirstFirst 12341252102 ... 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
  •