Bloggers Wanted
We're looking for people to help with the main blog. If you are consistent, knowledgeable and you're into it, please drop me a note.
|
|
|
ejtaal
Expert Boarder
Posts: 80
|
|
Goodness gracious!
Now, I finally got antialiased fonts to work in GNOME... I've been wondering for weeks why GTK+-2.0's antialiasing seemed broken.
I thought simply setting the GDK_USE_XFT variable to any value would turn on antialiasing. In a snobbish 'I know Lisp' fashion, I had done the following:
export GDK_USE_XFT=t
Turn out that doesn't work. You *must* use the number 1, as shown in all the examples:
export GDK_USE_XFT=1
*That* makes it work.
D'oh. So what's more broken? The behaviour of not accepting a non-1 value as true or my fashion of not wanting to retype the exact line from the instructions?
|
|
The administrator has disabled public write access. |
ppreddy
Senior Boarder
Posts: 79
|
|
Does that apply to all applications or just the gtk2.0 ones?
Matthew Gardiner
|
|
The administrator has disabled public write access. |
|
|
|