Hi! I'm running into a curious issue with mythbrowser. When I attempt
to launch a bookmark, I see the following error from stdout:<br>
<br>
"The KDE libraries are not designed to run with suid privileges."<br>
<br>
I am running startx as root from an init.d script:<br>
<br>
[relevant line]<br>
/bin/su -c /usr/bin/X11/startx mythtv &<br>
<br>
Then I call mythfrontend from the mythtv user's .xinitrc:<br>
<br>
/usr/bin/mythfrontend<br>
<br>
KDE doesn't come into it as far as I can see. Are KDE libraries used for mythbrowser?<br>
<br>
Thanks!<br>