Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: how to disable tooltips ?

  1. #11
    Join Date
    Oct 2004
    Beans
    956
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: how to disable tooltips ?

    Quote Originally Posted by nrundy View Post
    Thanks so much for your help bvc, but what is "gtk"? I did the last two you mentioned, but might you post a link or more info on where I can learn about this "gtk"? I have no clue what you're talking about. Thank you again
    Gtk is mostly what you see. Buttons, text entry, drop lists, scrollbars etc.... The gtkrc is just a text file that tells an gtk2 engine what to do.

    Quick and easy way
    If you have a .gtkrc-2.0 in your hone directory just put the code in it. If you do not have a .gtkrc-2.0, open a text editor and type
    Code:
    gtk-enable-tooltips = 0
    then save it in your home folder as .gtkrc-2.0
    Reset the theme in the Appearance preferences.

    Long and hard way
    Add
    Code:
    gtk-enable-tooltips = 0
    to the very top of the gtkrc file in theme you are using and save it. Reset the theme in the Appearance preferences. System installed themes are in /usr/share/themes and require root privileges to edit but they can also be found hidden in your home folder in ".themes" where the user can edit. The gtkrc text file is in the theme folder. For example, either

    /usr/share/themes/theme_name/gtk-2.0/
    /home/user_name/.themes/theme_name/gtk-2.0/

    The downside to this method is you have to edited a gtkrc text file for every theme you use.

    Does that help?
    Last edited by bvc; December 17th, 2010 at 02:30 AM.

  2. #12
    Join Date
    Nov 2010
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: how to disable tooltips ?

    Quote Originally Posted by bvc View Post
    Quick and easy way
    If you have a .gtkrc-2.0 in your hone directory just put the code in it. If you do not have a .gtkrc-2.0, open a text editor and type
    Code:
    gtk-enable-tooltips = 0
    then save it in your home folder as .gtkrc-2.0
    Reset the theme in the Appearance preferences.
    When you say "Reset the theme..." you just mean switch to another theme then switch back to the one you were using, right? I don't see a reset button or anything.
    Thank you so much for your help bvc. I really appreciate it

  3. #13
    Join Date
    Oct 2004
    Beans
    956
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: how to disable tooltips ?

    Quote Originally Posted by nrundy View Post
    When you say "Reset the theme..." you just mean switch to another theme then switch back to the one you were using, right?
    Yes.

    Quote Originally Posted by nrundy View Post
    Thank you so much for your help bvc. I really appreciate it
    You're welcome!

Page 2 of 2 FirstFirst 12

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
  •