Shallow Thoughts

Akkana's Musings on Open Source, Science, and Nature.

Thu, 08 Jul 2004

Fahrenheit 9/11

I saw Fahrenheit 9/11 tonight. Well done. It had some typical Michael Moore silliness, but less than I expected; most of the movie was spot on. Two weeks after release, on a weeknight, the theatre was still fairly full (and it was playing on two screens).

Tags: ,
[ 23:00 Jul 08, 2004    More misc | permalink to this entry ]

Pho and window managers

I worked some more on pho yesterday, trying to fix some of the problems Dave has been seeing in other window managers, particularly Metacity. I got rid of most of the problems, but metacity still asks him to place and size the initial window. I have no idea why; I'm specifying initial window size, and no other program asks him that. I also haven't solved the problem of the window getting focus after it resizes out from under the mouse cursor (in lots of window managers, such as openbox). Typing that, I just got a brainstorm: maybe it's a race condition, that the focus loss doesn't happen until after expose, but the "ask for focus" happens before the resize has propogated through the X server. Must try!

Tags:
[ 14:00 Jul 08, 2004    More programming | permalink to this entry ]