<div class="gmail_quote">On Sat, Jan 10, 2009 at 9:31 PM, Tom Dexter <span dir="ltr">&lt;<a href="mailto:digitalaudiorock@gmail.com">digitalaudiorock@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Sat, Jan 10, 2009 at 12:24 PM, Paul van Gerven<br>
&lt;<a href="mailto:baloedebruinebeer@gmail.com">baloedebruinebeer@gmail.com</a>&gt; wrote:<br>
&gt; I have been experiencing a nuisance ever since I switched from a rather<br>
&gt; outdated guide to install Lirc in Ubuntu<br>
&gt; (<a href="http://www.mythtv.org/wiki/index.php/Ubuntu_lirc_install" target="_blank">http://www.mythtv.org/wiki/index.php/Ubuntu_lirc_install</a>) to just using<br>
&gt; Lirc from the repository. When Mythtv is first started, the remote doesn&#39;t<br>
&gt; work. When I exit and issue irw from a terminal, it sometimes works, and<br>
&gt; sometimes it doesn&#39;t. The remarkable thing is that whenever I start Myth<br>
&gt; again, the remote does work - always.<br>
&gt;<br>
&gt; I should add that I have a separate X server for running Mythtv on my TV.<br>
&gt; The user is logged in automatically, and Myth starts after login using<br>
&gt; Preferences &gt; Session of Gnome. So now I cannot just hit the couch after<br>
&gt; turning on the computer, because I have to exit and start Myth again.<br>
&gt;<br>
&gt; I am fully aware the easy solution is going back to that guide I mentioned.<br>
&gt; However, Lirc installed that way kept breaking whenever updates came in.<br>
&gt;<br>
&gt; I am also fully aware this might not be a Myth problem, but I was hoping<br>
&gt; people would be willing to help out anyway.<br>
&gt;<br>
&gt; I have been thinking to start the frontend with this &#39;script&#39; as a<br>
&gt; workaround:<br>
&gt;<br>
&gt; #!/bin/sh<br>
&gt; /usr/bin/mythfrontend &amp;<br>
&gt; sleep 5<br>
&gt; pkill <a href="http://mythfrontend.re" target="_blank">mythfrontend.re</a><br>
&gt; /usr/bin/mythfrontend<br>
&gt;<br>
&gt; which works in a terminal, but not when I put it in Preferences &gt; Session.<br>
&gt; Any ideas?<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
&gt;<br>
It sounds as though GDM might be starting before lirc. &nbsp;I helped<br>
someone with a similar issue here:<br>
<br>
<a href="http://www.mythtvtalk.com/forum/viewtopic.php?t=7644&amp;highlight=gdm+lirc" target="_blank">http://www.mythtvtalk.com/forum/viewtopic.php?t=7644&amp;highlight=gdm+lirc</a><br>
<br>
...and here&#39;s a related bug:<br>
<br>
<a href="https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/150480" target="_blank">https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/150480</a><br>
<br>
Tom<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>Thanks, Tom, the problem was indeed gdm starting before lirc. Changing the boot order fixed it.<br><br>