|
发表于 2009-9-4 22:49:08
|
显示全部楼层
- $ echo "gtk-recent-files-max-age=0" >> ~/.gtkrc-2.0
复制代码
Edit::
I use gtk-chtheme to change gtk theme/font, and ~/.gtkrc-2.0 will be overwritten every time I change theme using it. I need to instead do- $ echo "gtk-recent-files-max-age=0" >> ~/.gtkrc.mine
复制代码
Hope this doesn't fail you. |
|