Ubuntu Geek

Ubuntu Linux Tutorials,Howtos,Tips & News | Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed

  • Follow Us on Twitter

  • Sponsor


  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

How to make Gnome menus Faster in Ubuntu

Posted by admin on April 23rd, 2008 Email This Post Email This Post

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

If you want to make Gnome menus Faster in Ubuntu follow this procedure

You need to Edit the file /home/your_user_name/.gtkrc-2.0 file

$gedit /home/your_user_name/.gtkrc-2.0

add the following line

gtk-menu-popup-delay = 100

or

gtk-menu-popup-delay = 0

100 for 100 ms

0 for 0 ms

Save and exit the file.

or

echo “gtk-menu-popup-delay = 0″ >> ~/.gtkrc-2.0

Now you need to Log off and log back in.

You can also try to get the icons cached in memory at startup

echo “find /usr/share/pixmaps/ | xargs cat > /dev/null” >> ~/mystart

echo “find /usr/share/icons/Human/ | xargs cat > /dev/null” >> ~/mystart

chmod +x ~/mystart

Then add it as startup to gnome (System -> Settings -> Sessions -> Add, and write “~/mystart”)

Share/Save/Bookmark

Related Articles

6 Responses to “How to make Gnome menus Faster in Ubuntu”

  1. shell Says:

    why i can’t find .gtkrc-2.0 in my home ???

  2. admin Says:

    from your home directory try to use the following command and check

    ls -al

  3. adben Says:

    in hardy is .gtkrc-1.2-gnome2 …?

  4. uzisuicide Says:

    create the file, if there no exist

  5. emeteo Says:

    For not complain, it’s best use -type f on the find command.

  6. macat Says:

    find /usr/share/pixmaps/ -type f | xargs cat > /dev/null

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>