Jens Nöckel wrote:
[]
It made no difference whether or not X11 had click-through enabled or not.

Really? I can now reliably switch this behavior on or off by dis/enabling wm_click_through. If I do

defaults write com.apple.x11 "wm_click_through" -bool Yes

then restarting X11 gives me correct behavior. If I do anything else, like removing the wm_click_through key altogether or setting the value to No, I get the behavior you are seeing.

Instead of "Yes" I can put "TRUE" in any lower/upper key combination, but what does *not* work, although "defaults read" shows exactly the same values, is

defaults write com.apple.x11 "wm_click_through" 1

The value must be a boolean, not a string.

--
Martin



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to