How to increase speed in Nautilus and menus

flor_de_azucena
  13 years ago
  24

Sure, Linux Mint is fast. But there's yet a default timeout before opening a file or a menu entry. Want to get rid of it?

  • First, choose one-click launch in nautilus' settings - this alone is much gratifying in terms of saving time.
  • Second, fill the file named .gtkrc-2.0 in your home directory with the following:

gtk-menu-popup-delay = 0
gtk-menu-popdown-delay = 0
gtk-menu-bar-popup-delay = 0

gtk-enable-animations = 0
gtk-timeout-expand = 10

When you have reinitialized, your folders, files and menus will be opening faster than they used to.

 

P.S. Here's the complete list of settings you may include in ~/.gtkrc-2.0 : http://library.gnome.org/devel/gtk/stable/GtkSettings.html#GtkSettings.properties

Comments
rw78abd 6 years ago

Thanks. Big difference


JVdiaz 10 years ago

ok, Im trying this but I cannot find the .gtkrc-2.0 file at my home folder or anywhere in the file system, any ideas??? Im using Linux Mint 13 MAya Mate 32 bits


wei2912 11 years ago

flor_de_azucena: deleted my contribution.


lucasrca 12 years ago

Awesome. Thanks.


flor_de_azucena 12 years ago

wei2912, thank you for your contribution.


ivy_s 12 years ago

Spasibo!


wei2912 12 years ago

Thanks for this. :)


flor_de_azucena 13 years ago

It does:)


Ki3rk3gaard 13 years ago

TY nothing in life is fast enough so every little bit helps.