LinHES Forums
http://forum.linhes.org/

What opens mythfrontend on reboot?
http://forum.linhes.org/viewtopic.php?f=17&t=20430
Page 1 of 1

Author:  tzoom84 [ Mon Oct 26, 2009 7:22 pm ]
Post subject:  What opens mythfrontend on reboot?

I am not using mythwelcome right now. And I am using kde instead of fluxbox. Normally I can find things that start on boot under ~/.kde/Autostart. But I can't find where mythfrontend starts anywhere.

I do have the box configured so that it doesnt load the frontend if starting for a recording, but does if it's started manually. I just
can't for the life of me remember where the logic lies

Author:  Greg Frost [ Mon Oct 26, 2009 7:34 pm ]
Post subject: 

try ~/.fluxbox/apps
In a standard install, that is what calls /usr/LH/bin/LinHES-run which in turn goes on to run the frontend.

Author:  tzoom84 [ Mon Oct 26, 2009 7:56 pm ]
Post subject: 

This is R5.5, and with KDE rather than fluxbox. Is that still valid with this setup?

Author:  tjc [ Mon Oct 26, 2009 8:30 pm ]
Post subject: 

Well since R5.5 normally uses fluxbox and not KDE, you must have set KDE up yourself, which should make you the expert on where it is.

If you don't know then you'll have to search for it. I'd start with /home/mythtv and /etc as the most likely places to find it. Say something like:
Code:
find /etc /home/mythtv -type f -print0 |
  xargs -0 grep KnoppMyth-run

If you're using mythwelcome change that too:
Code:
find /etc /home/mythtv -type f -print0 |
  xargs -0 grep mythwelcome

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/