<quote who="Rod Butcher">

> This still leaves me with other apps like Sweep, which display tiny fonts
> under any screen manager. Are such apps controllable ?

Sweep is still a GTK+ 1.x app, which means you have to deal with horrible
problems from the bad old days of X core fonts. ;-) If you have a program
called gtkswitch handy, you can quickly set your GTK+ 1.x fonts. Otherwise,
you can edit the GTK+ 1.x gtkrc file manually, for example:

  ~/.gtkrc
  style "user-font"
  {
    font="-microsoft-trebuchet ms-medium-r-normal-*-*-90-*-*-p-*-iso8859-1"
  }
  widget_class "*" style "user-font"

- Jeff

-- 
What's all that about?                           http://www.no-name-yet.com/
 
     "Funny, I have no trouble distinguishing my mobile phone from the
       others because it's in my _own fucking pocket_!" - Mobile Rage
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to