I am trying to get mythbuntu to autostart mythtv on the second display (my tv).
I have tried editing the mythtv.desktop file and changed as follows
exec=mythfrontend --service
changed to
exec=DISPLAY=:0.1 mythfrontend --service
I also tried by creating a bash command file mythtvegen
#!/bin/sh
export DISPLAY=:0.1
mythfrontend --service
and did a "chmod +x" on it.
If I run the script manually ./mythtvegen it works like a charm but if
I add it to autostart (via gui or manually) it does not work.
EDIT: I'm running xfce
Appreciate support
/Palle


LinkBack URL
About LinkBacks






