totem crashes when launched from mythtv
I've added a button in my mythtv menu to launch totem connected to an online radio station I like by adding the following to the library.xml file:
<button>
<type>
<text>Hober</text>
<action>EXEC /usr/bin/totem --fullscreen http://
</button>
I've already tested the EXEC portion of the above statement from a command line and it does exactly what I want- connects to the online radio station with a fullscreen visualization. However when I try to click on the button that I created in the Mythtv menu, Totem starts and I get about half a second of visualization and then everything hangs and I have to kill the program to get out of it.
I tried running mythfrontend from a command line to capture any error messages and got this:
<normal mythtv startup messages,followed by:>
2011-03-06 17:29:38.552 Found mainmenu.xml for theme 'metallurgy'
2011-03-06 17:29:38.622 MythContext: Connecting to backend server: 127.0.0.1:6543 (try 1 of 1)
2011-03-06 17:29:38.623 Using protocol version 56
2011-03-06 17:29:41.903 Loading menu theme from /usr/share/
totem: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
2011-03-06 17:30:15.312 AudioPulseUtil: Resume Success
2011-03-06 17:30:15.312 Deleting UPnP client...
My guess from reading this is that Totem is trying to grab the sound server but mythtv has control and isn't letting go? (I'm assuming the resume success part is after I did a force quite on the totem screen) I'm using Ubuntu 10.10 and all mythtv packages have been installed from the Ubuntu software center so it's all standard.
Any suggestions for how I can get this to run? Suggestions for alternative methods to get a radio station to play through mythtv without too much hackish type code are also welcome.
Thanks.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu mythtv Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Daniel Freas for more information if necessary.