Timeboy <timohart@gmx.at> wrote:
Hi,
> My font on desktop is very small. I found no file of gmc where i could
> change this font. What can i do to get an other font on desktop?
It is hardcoded into the program.
You could try this in your ~/.gtkrc, maybe it will work:
style "user-font"
{
font="-adobe-times-medium-r-normal-*-14-*-*-*-p-*-iso8859-1"
}
#widget_class "*" style "user-font"
widget_class "*DesktopIcon*" style "user-font"
Ciao,
Martin