<div dir="ltr"><div><div><div>Hi List,<br><br></div>In my migration to a new hard drive and a reinstall, I have cleaned up and solved most of my issues.<br><br></div>One thing I am doing is when ratpoison starts up, it starts irexec (as well as mythfrontend). I can see that irexec is started from doing a ps -A, however, my button presses that are tied to irexec do nothing. When I kill irexec and start it from the command line, the button presses work, so I know it is not an irexec issue per se. Is there something obvious I am missing? Do I need to have a pause between starting myth and irexec?<br>
<br></div>Here is my startup script:<br><br>[mythtv@localhost ~]$ cat .ratpoisonrc<br>#Make escape (default C-t) not clash with mythTV key bindings<br>escape C-r<br>#Banish the mouse cursor out of the way.<br>addhook switchwin banish<br>
<br>exec /usr/bin/xset -dpms >/dev/null<br>exec /usr/bin/xset s off >/dev/null<br>exec /usr/bin/mythstart.sh<br>exec /usr/bin/irexec<br><br></div>