<div dir="ltr"><div>Greetings!</div><div><br></div><div>I&#39;m running into a problem while trying to launch VLC as a menu option. Specifically, I added the following button:</div><div><br></div><div>&lt;button&gt;<br></div>

<div>       &lt;text&gt;VLC Stream&lt;/text&gt;</div><div>       &lt;action&gt;EXEC /usr/bin/vlc <a href="http://172.16.64.255:8081">http://172.16.64.255:8081</a> --fullscreen --global-key-quit Esc&lt;/action&gt;</div><div>

&lt;/button&gt;</div><div><br></div><div>When this didn&#39;t work, I wrote a shell script to try and launch it. Then I thought that since the Myth Frontend was running under sudo, that I would need to impersonate a regular user:</div>

<div><br></div><div>su -c &quot;vlc <a href="http://172.16.64.255:8081">http://172.16.64.255:8081</a> --fullscreen --global-key-quit Esc&quot; -s /bin/sh mythtv<br></div><div><br></div><div>I&#39;m at a wee bit of a loss to figure this one out. Any thoughts?</div>

<div><br></div><div>Many thanks for any and all thoughts!</div><div>-Tim C.</div></div>