Damien, In a word, WOW. Have you changed the desktop menus somehow? A left click now (I _think_ this is new) gives me a find-window menu, and it takes a right click to get the world menu, which looks different to me. Wait - this might just be themes? I seleected Vistary and things are back to "normal." One snag: I find this image to very sluggish on typing. In fairness I am running Ubuntu on an older machine that isn't the fastest, but it is still far more sluggish than even my recent web image (10303), and that (I think) has lost some speed too. Sorry to keep harping on this, but I type pretty fast (enough to draw complaints in a crowded room). Maybe there is so much noise because every third key is the backspace :) The anti-aliased fonts are wonderful, but for me at least, snappy response to the keyboard is more important. Having both would be great! Bill ________________________________________ From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou [damien.cassou@gmail.com] Sent: Monday, May 18, 2009 8:02 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] New Pharo based on core 10309 with antialiased fonts On Mon, May 18, 2009 at 1:51 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
I agree with Lukas, Bill, and Simon (that is, to change the default font to DejaVu Sans).
Ok, here is the new version. What do you think? font := LogicalFont familyName: 'DejaVu Sans' pointSize: 10. codeFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9. titleFont := LogicalFont familyName: 'DejaVu Serif' pointSize: 11. Preferences setListFontTo: font. Preferences setMenuFontTo: font. Preferences setCodeFontTo: codeFont. Preferences setButtonFontTo: font. Preferences setSystemFontTo: font. Preferences setWindowTitleFontTo: titleFont. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry