I have a very annoying issue with the X11 app on OS X when using it to run things remotely over SSH. Every now and then (it's pretty regular, I'd say about each 1-2 minutes), the app I'm in loses focus, and the keyboard doesn't get sent to it anymore. However, X11 is still the foreground app.
Any ideas on what could be causing this and/or how to debug this?
screenortmuxapplications on mac/or server (I can't figure where do you need to multiplex your terminal) – Eir Nym Mar 09 '13 at 23:26X11apps. – houbysoft Mar 09 '13 at 23:32ssh -XYand terminal multiplexing? also you can share single SSH connection (usingControlMaster auto) – Eir Nym Mar 09 '13 at 23:48-D. Something likessh -D1234 user@server. Now you add to your browser setting to use socks proxy127.0.0.1:1234… and you browse via your server! There's less traffic, and much more comfortable – Eir Nym Mar 10 '13 at 07:20sshwhen you run it? – Eir Nym Mar 10 '13 at 09:30-X,-Yand others – Eir Nym Mar 10 '13 at 10:21-Y. It fixes several "bugs". – Eir Nym Mar 10 '13 at 22:27ssh. → houbysoft: have you already diagnosed that this focus loss is related to the use ofssh? – dan Jul 22 '14 at 09:37