Comment 3 for bug 230857

Revision history for this message
Sébastien Launay (sebastien-launay) wrote :

Same bug with same version (Xubuntu 8.04, XFCE 4.4.2, thunar 0.9.0).

I found a work around :
Create a .gtkrc-2.0 file in your home directory with the following content:
===== start ======
style "fonttweak"
{
font_name = "Sans 8"
}

widget_class "*Thunar*View*" style "fonttweak"
===== end ======

You change chage "Sans 8" for adapting to your needs.