Le 07-11-10 à 10:48, Adam Mercer a écrit :
On 10/11/2007, Rémi Thébault <remi.thebault@gmail.com> wrote:
Thanks to Yves, the Gimp is now installed but the focus don't follow the mouse. I've installed the "Turn on X11 Focus follows mouse" supplied with Gimp.app but it quits right after being launched and has no effect. more embarrassing, the Gimp crashes, when I brush (it paints a little bit and then crashes).
Are you running Leopard by any chance? If so then Leopards libX11 has a bug which causes gimp (and any other gtk app) to crash. Ben Byer, Apple's X11 maintainer has a fixed libX11 and Xquartz at http://www.x.org/wiki/XDarwin
Nice to know As for the focus, I use this shell command : defaults write com.apple.x11 wm_ffm 1 Whichs means something like Apple's X11.app window manager's focus follow mouse yves