Just looked at the items in ~mythtv/.bash*, and I don&#39;t see anything there...<br><br>
<div><span class="gmail_quote">On 4/24/07, <b class="gmail_sendername">Brian Walter</b> &lt;<a href="mailto:blwalter@gmail.com">blwalter@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Trey Thompson wrote:<br>&gt; Well, I tried out BeyondTV for a week or so, and I have to say...<br>&gt; &quot;NOT GONNA DO IT!&nbsp;&nbsp;WOULDN&#39;T BE PRUDENT!&quot;
<br>&gt; We just love the features Myth has!&nbsp;&nbsp;:)<br>&gt;<br>&gt; The one thing is that really bothering the wife, is that on bootup,<br>&gt; two copies of the Frontend are starting up, one on top of the other.<br>&gt; So, sometimes one of them is playing a video, and somehow the window
<br>&gt; switches, and the other one is playing, all while the backend is<br>&gt; recording, and the system grinds to a non-workable slowness.&nbsp;&nbsp;So, she<br>&gt; just hits the reset button (OUCH!), which starts clean, but there are
<br>&gt; still two copies of the frontend running...<br>&gt;<br>&gt; I am autologging on as mythtv, and this is in my<br>&gt; .kde/Autostart/myth-load.sh<br>&gt;<br>&gt; ============================================<br>&gt;
<br>&gt; #!/bin/bash<br>&gt;<br>&gt; # Only do this stuff if we&#39;re on the main display<br>&gt; # (i.e., don&#39;t do this in a vnc session)<br>&gt; if [ `echo $DISPLAY | grep -c &quot;:0&quot;` -ge 1 ]<br>&gt; then<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Launch myth frontend<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xvattr -a XV_COLORKEY -v 0<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mythfrontend &amp;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Disable dynamic power management (screen blanking)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #/usr/bin/xset -dpms<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Disable screen saver<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/xset s off<br>&gt; fi<br>&gt; exit<br>&gt;<br>&gt; ====================================================<br>&gt;<br>&gt;<br>&gt; This appeared (or more accurately, I screwed this up), when at the
<br>&gt; same time, I lost a BUNCH of menu items from the &quot;Start&quot; menu.&nbsp;&nbsp;Things<br>&gt; like Administration, Utilities, Control Center, etc... are all gone!<br>&gt; Also, some how the &quot;Process Table&quot; also starts up automatically.
<br>&gt;<br>&gt; What could I have done that fubarred this?<br>Wow...you get the process table as well.&nbsp;&nbsp;I thought it was some<br>&#39;history&#39; I had from the logins past.<br><br>You don&#39;t happen to have any other startups for mythfrontend in any of
<br>the .bash related scripts?<br><br>Brian<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">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>