From: Daishi H. <da...@eg...> - 2005-04-04 19:49:28
|
Thanks for your reply. On Apr 2, 2005, at 6:23 AM, John Hunter wrote: > On my power book ssh-ing into a linux box, I can run wx and wxagg > examples, and other backends as well. I'd be happy to find that the problem is in my local configuration; I just can't seem to figure out what to tweak locally. > How can I determine which window manager (twm vs quartz-wm) I am > running? I usually just do something like "ps auwx | grep wm" and look for a process that I recognize as a window manager. (Note this won't work if you're using one of those "modern" window managers that don't suffix their program name with "wm", like metacity or blackbox). If you're using the Apple-supplied X11 server then as a default you would be using quartz-wm. If this is working for you then the problem is almost certainly on my end. > JDH Thanks again, d |