Comment 10 for bug 1282868

Revision history for this message
Louis (louisdk) wrote : Re: XFCE bar is visable over Mythfrontend on a fresh 14.04 install

Jens,

Start a terminal

Run:
sudo nano -c +4 /usr/share/mythtv/mythfrontend.sh

You should now be standing on line 4 which is blank, here you add:
sleep 2

And save by pressing Ctrl + 0 and Ctrl + X (which saves and closes the file)
Now when you boot Mythfrontend is set to started with a delay of 2 seconds which will make it start in full screen.

Hope it helps :)